#A09592

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

Shades of Thatch #A09592

Tints of Thatch #A09592

Color information

#A09592 (or 0xA09592) is unknown color: approx Thatch. HEX triplet: A0, 95 and 92. RGB value is (160,149,146). Sum of RGB (Red+Green+Blue) = 160+149+146=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 160 - color contains mainly: red. Hex color #A09592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09592 is #5F6A6D. Grayscale: #979797. Windows color (decimal): -6253166 or 9606560. OLE color: 9606560.

HSL color Cylindrical-coordinate representation of color #A09592: hue angle of 12.86º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A09592 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB160149146-
CMYK00.070.090.37
HSL12.86º6.86%60%-
HSV(B)12.86º8.75%62.75%-
XYZ30.4331.0431.58-
YUV151.95124.64133.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.16%
GREEN value IS 149 (58.59% from 255) = 32.75%
BLUE value IS 146 (57.42% from 255) = 32.09%
R=35.16%
G=32.75%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014914600.070.090.3712.866.8660
HexA0959207925d73c
Octal24022522207114515774
Binary101000001001010110010010011110011001011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09592; }

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

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

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

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

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

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

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

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