#AC8B87

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

Shades of Thatch #AC8B87

Tints of Thatch #AC8B87

Color information

#AC8B87 (or 0xAC8B87) is unknown color: approx Thatch. HEX triplet: AC, 8B and 87. RGB value is (172,139,135). Sum of RGB (Red+Green+Blue) = 172+139+135=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8B87 is #537478. Grayscale: #949494. Windows color (decimal): -5469305 or 8883116. OLE color: 8883116.

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

Color convert

RGB172139135-
CMYK00.190.220.33
HSL6.49º18.23%60.2%-
HSV(B)6.49º21.51%67.45%-
XYZ30.6228.9926.9-
YUV148.41120.43144.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 139 (54.69% from 255) = 31.17%
BLUE value IS 135 (53.12% from 255) = 30.27%
R=38.57%
G=31.17%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213913500.190.220.336.4918.2360.2
HexAC8B8701316216123c
Octal254213207023264162274
Binary1010110010001011100001110100111011010000111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8B87; }

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

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

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

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

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

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

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

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