#A99590

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

Shades of Thatch #A99590

Tints of Thatch #A99590

Color information

#A99590 (or 0xA99590) is unknown color: approx Thatch. HEX triplet: A9, 95 and 90. RGB value is (169,149,144). Sum of RGB (Red+Green+Blue) = 169+149+144=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 169 - color contains mainly: red. Hex color #A99590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99590 is #566A6F. Grayscale: #9A9A9A. Windows color (decimal): -5663344 or 9475497. OLE color: 9475497.

HSL color Cylindrical-coordinate representation of color #A99590: hue angle of 12º 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 #A99590 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB169149144-
CMYK00.120.150.34
HSL12º12.69%61.37%-
HSV(B)12º14.79%66.27%-
XYZ32.1431.9430.86-
YUV154.41122.13138.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.58%
GREEN value IS 149 (58.59% from 255) = 32.25%
BLUE value IS 144 (56.64% from 255) = 31.17%
R=36.58%
G=32.25%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914914400.120.150.341212.6961.37
HexA995900CF22cd3d
Octal2512252200141742141575
Binary10101001100101011001000001100111110001011001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99590; }

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

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

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

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

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

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

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

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