#AC8986

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

Shades of Thatch #AC8986

Tints of Thatch #AC8986

Color information

#AC8986 (or 0xAC8986) is unknown color: approx Thatch. HEX triplet: AC, 89 and 86. RGB value is (172,137,134). Sum of RGB (Red+Green+Blue) = 172+137+134=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8986 is #537679. Grayscale: #939393. Windows color (decimal): -5469818 or 8817068. OLE color: 8817068.

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

Color convert

RGB172137134-
CMYK00.200.220.33
HSL4.74º18.63%60%-
HSV(B)4.74º22.09%67.45%-
XYZ30.2628.3826.44-
YUV147.12120.6145.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 137 (53.91% from 255) = 30.93%
BLUE value IS 134 (52.73% from 255) = 30.25%
R=38.83%
G=30.93%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213713400.200.220.334.7418.6360
HexAC898601416215133c
Octal254211206024264152374
Binary1010110010001001100001100101001011010000110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8986; }

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

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

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

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

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

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

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

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