#A99591

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

Shades of Thatch #A99591

Tints of Thatch #A99591

Color information

#A99591 (or 0xA99591) is unknown color: approx Thatch. HEX triplet: A9, 95 and 91. RGB value is (169,149,145). Sum of RGB (Red+Green+Blue) = 169+149+145=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 169 - color contains mainly: red. Hex color #A99591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99591 is #566A6E. Grayscale: #9A9A9A. Windows color (decimal): -5663343 or 9541033. OLE color: 9541033.

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

Color convert

RGB169149145-
CMYK00.120.140.34
HSL10º12.24%61.57%-
HSV(B)10º14.2%66.27%-
XYZ32.2231.9731.26-
YUV154.52122.63138.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.50%
GREEN value IS 149 (58.59% from 255) = 32.18%
BLUE value IS 145 (57.03% from 255) = 31.32%
R=36.50%
G=32.18%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914914500.120.140.341012.2461.57
HexA995910CE22ac3e
Octal2512252210141642121476
Binary10101001100101011001000101100111010001010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99591; }

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

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

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

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

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

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

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

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