#AC8786

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

Shades of Thatch #AC8786

Tints of Thatch #AC8786

Color information

#AC8786 (or 0xAC8786) is unknown color: approx Thatch. HEX triplet: AC, 87 and 86. RGB value is (172,135,134). Sum of RGB (Red+Green+Blue) = 172+135+134=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8786 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8786 is #537879. Grayscale: #919191. Windows color (decimal): -5470330 or 8816556. OLE color: 8816556.

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

Color convert

RGB172135134-
CMYK00.220.220.33
HSL1.58º18.63%60%-
HSV(B)1.58º22.09%67.45%-
XYZ29.9827.8226.34-
YUV145.95121.26146.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 135 (53.12% from 255) = 30.61%
BLUE value IS 134 (52.73% from 255) = 30.39%
R=39.00%
G=30.61%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213513400.220.220.331.5818.6360
HexAC878601616212133c
Octal254207206026264122374
Binary101011001000011110000110010110101101000011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8786; }

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

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

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

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

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

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

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

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