#AC8E86

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

Shades of Thatch #AC8E86

Tints of Thatch #AC8E86

Color information

#AC8E86 (or 0xAC8E86) is unknown color: approx Thatch. HEX triplet: AC, 8E and 86. RGB value is (172,142,134). Sum of RGB (Red+Green+Blue) = 172+142+134=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8E86 is #537179. Grayscale: #969696. Windows color (decimal): -5468538 or 8818348. OLE color: 8818348.

HSL color Cylindrical-coordinate representation of color #AC8E86: hue angle of 12.63º degrees, saturation: 0.19, 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 #AC8E86 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB172142134-
CMYK00.170.220.33
HSL12.63º18.63%60%-
HSV(B)12.63º22.09%67.45%-
XYZ30.9929.8426.68-
YUV150.06118.94143.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.39%
GREEN value IS 142 (55.86% from 255) = 31.70%
BLUE value IS 134 (52.73% from 255) = 29.91%
R=38.39%
G=31.70%
B=29.91%

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
Decimal17214213400.170.220.3312.6318.6360
HexAC8E860111621d133c
Octal2542162060212641152374
Binary10101100100011101000011001000110110100001110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8E86; }

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

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

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

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

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

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

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

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