#A8748A

Color #A8748A Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #A8748A

Tints of Tapestry #A8748A

Color information

#A8748A (or 0xA8748A) is unknown color: approx Tapestry. HEX triplet: A8, 74 and 8A. RGB value is (168,116,138). Sum of RGB (Red+Green+Blue) = 168+116+138=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 168 - color contains mainly: red. Hex color #A8748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8748A is #578B75. Grayscale: #868686. Windows color (decimal): -5737334 or 9073832. OLE color: 9073832.

HSL color Cylindrical-coordinate representation of color #A8748A: hue angle of 334.62º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8748A is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB168116138-
CMYK00.310.180.34
HSL334.62º23.01%55.69%-
HSV(B)334.62º30.95%65.88%-
XYZ26.9822.6526.99-
YUV134.06130.23152.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 39.81%
GREEN value IS 116 (45.70% from 255) = 27.49%
BLUE value IS 138 (54.30% from 255) = 32.70%
R=39.81%
G=27.49%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811613800.310.180.34334.6223.0155.69
HexA8748A01F122214f1738
Octal25016421203722425172770
Binary101010001110100100010100111111001010001010100111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8748A; }

 p { color: rgb(168,116,138); }

 H1.HeaderClassName
 {
   color: #A8748A;
 }
 .AnyTagClassName
 {
   color: #A8748A;
 }
</style>
background-color css

<style>
 a { background-color: #A8748A; }

 a { background-color: rgb(168,116,138); }

 div.DivClassName
 {
   background-color: #A8748A;
 }
 .BgClassName
 {
   background-color: #A8748A;
 }
</style>
border-color css

<style>
 span { border-color: #A8748A; }

 span { border-color: rgb(168,116,138); }

 td.TdClassName
 {
   border-color: #A8748A;
 }
 .TagClassName
 {
   border-color: #A8748A;
 }
</style>