#A59996

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

Shades of Thatch #A59996

Tints of Thatch #A59996

Color information

#A59996 (or 0xA59996) is unknown color: approx Thatch. HEX triplet: A5, 99 and 96. RGB value is (165,153,150). Sum of RGB (Red+Green+Blue) = 165+153+150=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 165 - color contains mainly: red. Hex color #A59996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59996 is #5A6669. Grayscale: #9C9C9C. Windows color (decimal): -5924458 or 9869733. OLE color: 9869733.

HSL color Cylindrical-coordinate representation of color #A59996: hue angle of 12º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A59996 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB165153150-
CMYK00.070.090.35
HSL12º7.69%61.76%-
HSV(B)12º9.09%64.71%-
XYZ32.4132.9833.51-
YUV156.25124.48134.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.26%
GREEN value IS 153 (60.16% from 255) = 32.69%
BLUE value IS 150 (58.98% from 255) = 32.05%
R=35.26%
G=32.69%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515315000.070.090.35127.6961.76
HexA5999607923c83e
Octal245231226071143141076
Binary1010010110011001100101100111100110001111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59996; }

 p { color: rgb(165,153,150); }

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

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

 a { background-color: rgb(165,153,150); }

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

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

 span { border-color: rgb(165,153,150); }

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