#A08C89

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

Shades of Thatch #A08C89

Tints of Thatch #A08C89

Color information

#A08C89 (or 0xA08C89) is unknown color: approx Thatch. HEX triplet: A0, 8C and 89. RGB value is (160,140,137). Sum of RGB (Red+Green+Blue) = 160+140+137=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08C89 is #5F7376. Grayscale: #919191. Windows color (decimal): -6255479 or 9014432. OLE color: 9014432.

HSL color Cylindrical-coordinate representation of color #A08C89: hue angle of 7.83º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A08C89 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB160140137-
CMYK00.120.140.37
HSL7.83º10.8%58.24%-
HSV(B)7.83º14.37%62.75%-
XYZ28.3928.0427.58-
YUV145.64123.13138.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.61%
GREEN value IS 140 (55.08% from 255) = 32.04%
BLUE value IS 137 (53.91% from 255) = 31.35%
R=36.61%
G=32.04%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014013700.120.140.377.8310.858.24
HexA08C890CE258b3a
Octal2402142110141645101372
Binary10100000100011001000100101100111010010110001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08C89; }

 p { color: rgb(160,140,137); }

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

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

 a { background-color: rgb(160,140,137); }

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

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

 span { border-color: rgb(160,140,137); }

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