#A8908E

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

Shades of Thatch #A8908E

Tints of Thatch #A8908E

Color information

#A8908E (or 0xA8908E) is unknown color: approx Thatch. HEX triplet: A8, 90 and 8E. RGB value is (168,144,142). Sum of RGB (Red+Green+Blue) = 168+144+142=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 168 - color contains mainly: red. Hex color #A8908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8908E is #576F71. Grayscale: #969696. Windows color (decimal): -5730162 or 9343144. OLE color: 9343144.

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

Color convert

RGB168144142-
CMYK00.140.150.34
HSL4.62º13%60.78%-
HSV(B)4.62º15.48%65.88%-
XYZ3130.2229.79-
YUV150.95122.95140.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.00%
GREEN value IS 144 (56.64% from 255) = 31.72%
BLUE value IS 142 (55.86% from 255) = 31.28%
R=37.00%
G=31.72%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814414200.140.150.344.621360.78
HexA8908E0EF225d3d
Octal250220216016174251575
Binary1010100010010000100011100111011111000101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8908E; }

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

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

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

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

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

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

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

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