#A08C8B

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

Shades of Thatch #A08C8B

Tints of Thatch #A08C8B

Color information

#A08C8B (or 0xA08C8B) is unknown color: approx Thatch. HEX triplet: A0, 8C and 8B. RGB value is (160,140,139). Sum of RGB (Red+Green+Blue) = 160+140+139=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08C8B is #5F7374. Grayscale: #919191. Windows color (decimal): -6255477 or 9145504. OLE color: 9145504.

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

Color convert

RGB160140139-
CMYK00.120.130.37
HSL2.86º9.95%58.63%-
HSV(B)2.86º13.12%62.75%-
XYZ28.5428.0928.34-
YUV145.87124.13138.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 140 (55.08% from 255) = 31.89%
BLUE value IS 139 (54.69% from 255) = 31.66%
R=36.45%
G=31.89%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014013900.120.130.372.869.9558.63
HexA08C8B0CD253a3b
Octal240214213014154531273
Binary101000001000110010001011011001101100101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08C8B; }

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

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

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

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

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

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

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

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