#A09491

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

Shades of Thatch #A09491

Tints of Thatch #A09491

Color information

#A09491 (or 0xA09491) is unknown color: approx Thatch. HEX triplet: A0, 94 and 91. RGB value is (160,148,145). Sum of RGB (Red+Green+Blue) = 160+148+145=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 160 - color contains mainly: red. Hex color #A09491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09491 is #5F6B6E. Grayscale: #979797. Windows color (decimal): -6253423 or 9540768. OLE color: 9540768.

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

Color convert

RGB160148145-
CMYK00.070.090.37
HSL12º7.32%59.8%-
HSV(B)12º9.38%62.75%-
XYZ30.230.731.12-
YUV151.25124.48134.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.32%
GREEN value IS 148 (58.20% from 255) = 32.67%
BLUE value IS 145 (57.03% from 255) = 32.01%
R=35.32%
G=32.67%
B=32.01%

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
Decimal16014814500.070.090.37127.3259.8
HexA0949107925c73c
Octal24022422107114514774
Binary101000001001010010010001011110011001011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09491; }

 p { color: rgb(160,148,145); }

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

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

 a { background-color: rgb(160,148,145); }

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

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

 span { border-color: rgb(160,148,145); }

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