#A08D8A

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

Shades of Thatch #A08D8A

Tints of Thatch #A08D8A

Color information

#A08D8A (or 0xA08D8A) is unknown color: approx Thatch. HEX triplet: A0, 8D and 8A. RGB value is (160,141,138). Sum of RGB (Red+Green+Blue) = 160+141+138=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08D8A is #5F7275. Grayscale: #929292. Windows color (decimal): -6255222 or 9080224. OLE color: 9080224.

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

Color convert

RGB160141138-
CMYK00.120.140.37
HSL8.18º10.38%58.43%-
HSV(B)8.18º13.75%62.75%-
XYZ28.6128.3628.01-
YUV146.34123.29137.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 141 (55.47% from 255) = 32.12%
BLUE value IS 138 (54.30% from 255) = 31.44%
R=36.45%
G=32.12%
B=31.44%

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
Decimal16014113800.120.140.378.1810.3858.43
HexA08D8A0CE258a3a
Octal2402152120141645101272
Binary10100000100011011000101001100111010010110001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08D8A; }

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

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

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

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

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

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

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

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