#AC8E87

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

Shades of Thatch #AC8E87

Tints of Thatch #AC8E87

Color information

#AC8E87 (or 0xAC8E87) is unknown color: approx Thatch. HEX triplet: AC, 8E and 87. RGB value is (172,142,135). Sum of RGB (Red+Green+Blue) = 172+142+135=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8E87 is #537178. Grayscale: #969696. Windows color (decimal): -5468537 or 8883884. OLE color: 8883884.

HSL color Cylindrical-coordinate representation of color #AC8E87: hue angle of 11.35º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC8E87 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB172142135-
CMYK00.170.220.33
HSL11.35º18.23%60.2%-
HSV(B)11.35º21.51%67.45%-
XYZ31.0629.8727.05-
YUV150.17119.44143.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 142 (55.86% from 255) = 31.63%
BLUE value IS 135 (53.12% from 255) = 30.07%
R=38.31%
G=31.63%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214213500.170.220.3311.3518.2360.2
HexAC8E870111621b123c
Octal2542162070212641132274
Binary10101100100011101000011101000110110100001101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8E87; }

 p { color: rgb(172,142,135); }

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

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

 a { background-color: rgb(172,142,135); }

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

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

 span { border-color: rgb(172,142,135); }

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