#AC8886

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

Shades of Thatch #AC8886

Tints of Thatch #AC8886

Color information

#AC8886 (or 0xAC8886) is unknown color: approx Thatch. HEX triplet: AC, 88 and 86. RGB value is (172,136,134). Sum of RGB (Red+Green+Blue) = 172+136+134=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8886 is #537779. Grayscale: #929292. Windows color (decimal): -5470074 or 8816812. OLE color: 8816812.

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

Color convert

RGB172136134-
CMYK00.210.220.33
HSL3.16º18.63%60%-
HSV(B)3.16º22.09%67.45%-
XYZ30.1228.126.39-
YUV146.54120.93146.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 136 (53.52% from 255) = 30.77%
BLUE value IS 134 (52.73% from 255) = 30.32%
R=38.91%
G=30.77%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213613400.210.220.333.1618.6360
HexAC888601516213133c
Octal254210206025264132374
Binary101011001000100010000110010101101101000011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8886; }

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

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

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

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

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

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

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

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