#A9908D

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

Shades of Thatch #A9908D

Tints of Thatch #A9908D

Color information

#A9908D (or 0xA9908D) is unknown color: approx Thatch. HEX triplet: A9, 90 and 8D. RGB value is (169,144,141). Sum of RGB (Red+Green+Blue) = 169+144+141=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 169 - color contains mainly: red. Hex color #A9908D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9908D is #566F72. Grayscale: #979797. Windows color (decimal): -5664627 or 9277609. OLE color: 9277609.

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

Color convert

RGB169144141-
CMYK00.150.170.34
HSL6.43º14%60.78%-
HSV(B)6.43º16.57%66.27%-
XYZ31.1430.329.41-
YUV151.13122.28140.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.22%
GREEN value IS 144 (56.64% from 255) = 31.72%
BLUE value IS 141 (55.47% from 255) = 31.06%
R=37.22%
G=31.72%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914414100.150.170.346.431460.78
HexA9908D0F11226e3d
Octal251220215017214261675
Binary10101001100100001000110101111100011000101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9908D; }

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

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

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

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

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

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

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

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