#A8908A

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

Shades of Thatch #A8908A

Tints of Thatch #A8908A

Color information

#A8908A (or 0xA8908A) is unknown color: approx Thatch. HEX triplet: A8, 90 and 8A. RGB value is (168,144,138). Sum of RGB (Red+Green+Blue) = 168+144+138=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 168 - color contains mainly: red. Hex color #A8908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8908A is #576F75. Grayscale: #969696. Windows color (decimal): -5730166 or 9081000. OLE color: 9081000.

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

Color convert

RGB168144138-
CMYK00.140.180.34
HSL12º14.71%60%-
HSV(B)12º17.86%65.88%-
XYZ30.7130.1128.24-
YUV150.49120.95140.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.33%
GREEN value IS 144 (56.64% from 255) = 32%
BLUE value IS 138 (54.30% from 255) = 30.67%
R=37.33%
G=32%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814413800.140.180.341214.7160
HexA8908A0E1222cf3c
Octal2502202120162242141774
Binary101010001001000010001010011101001010001011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8908A; }

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

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

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

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

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

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

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

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