#A99592

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

Shades of Thatch #A99592

Tints of Thatch #A99592

Color information

#A99592 (or 0xA99592) is unknown color: approx Thatch. HEX triplet: A9, 95 and 92. RGB value is (169,149,146). Sum of RGB (Red+Green+Blue) = 169+149+146=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 169 - color contains mainly: red. Hex color #A99592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99592 is #566A6D. Grayscale: #9A9A9A. Windows color (decimal): -5663342 or 9606569. OLE color: 9606569.

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

Color convert

RGB169149146-
CMYK00.120.140.34
HSL7.83º11.79%61.76%-
HSV(B)7.83º13.61%66.27%-
XYZ32.332.0131.67-
YUV154.64123.13138.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.42%
GREEN value IS 149 (58.59% from 255) = 32.11%
BLUE value IS 146 (57.42% from 255) = 31.47%
R=36.42%
G=32.11%
B=31.47%

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
Decimal16914914600.120.140.347.8311.7961.76
HexA995920CE228c3e
Octal2512252220141642101476
Binary10101001100101011001001001100111010001010001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99592; }

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

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

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

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

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

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

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

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