#A9908E

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

Shades of Thatch #A9908E

Tints of Thatch #A9908E

Color information

#A9908E (or 0xA9908E) is unknown color: approx Thatch. HEX triplet: A9, 90 and 8E. RGB value is (169,144,142). Sum of RGB (Red+Green+Blue) = 169+144+142=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 169 - color contains mainly: red. Hex color #A9908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9908E is #566F71. Grayscale: #979797. Windows color (decimal): -5664626 or 9343145. OLE color: 9343145.

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

Color convert

RGB169144142-
CMYK00.150.160.34
HSL4.44º13.57%60.98%-
HSV(B)4.44º15.98%66.27%-
XYZ31.2230.3329.8-
YUV151.25122.78140.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.14%
GREEN value IS 144 (56.64% from 255) = 31.65%
BLUE value IS 142 (55.86% from 255) = 31.21%
R=37.14%
G=31.65%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914414200.150.160.344.4413.5760.98
HexA9908E0F10224e3d
Octal251220216017204241675
Binary10101001100100001000111001111100001000101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9908E; }

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

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

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

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

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

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

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

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