#A08E8A

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

Shades of Thatch #A08E8A

Tints of Thatch #A08E8A

Color information

#A08E8A (or 0xA08E8A) is unknown color: approx Thatch. HEX triplet: A0, 8E and 8A. RGB value is (160,142,138). Sum of RGB (Red+Green+Blue) = 160+142+138=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08E8A is #5F7175. Grayscale: #929292. Windows color (decimal): -6254966 or 9080480. OLE color: 9080480.

HSL color Cylindrical-coordinate representation of color #A08E8A: hue angle of 10.91º degrees, saturation: 0.1, 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 #A08E8A is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB160142138-
CMYK00.110.140.37
HSL10.91º10.38%58.43%-
HSV(B)10.91º13.75%62.75%-
XYZ28.7628.6528.06-
YUV146.93122.96137.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.36%
GREEN value IS 142 (55.86% from 255) = 32.27%
BLUE value IS 138 (54.30% from 255) = 31.36%
R=36.36%
G=32.27%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014213800.110.140.3710.9110.3858.43
HexA08E8A0BE25ba3a
Octal2402162120131645131272
Binary10100000100011101000101001011111010010110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08E8A; }

 p { color: rgb(160,142,138); }

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

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

 a { background-color: rgb(160,142,138); }

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

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

 span { border-color: rgb(160,142,138); }

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