#AC8A87

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

Shades of Thatch #AC8A87

Tints of Thatch #AC8A87

Color information

#AC8A87 (or 0xAC8A87) is unknown color: approx Thatch. HEX triplet: AC, 8A and 87. RGB value is (172,138,135). Sum of RGB (Red+Green+Blue) = 172+138+135=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8A87 is #537578. Grayscale: #939393. Windows color (decimal): -5469561 or 8882860. OLE color: 8882860.

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

Color convert

RGB172138135-
CMYK00.200.220.33
HSL4.86º18.23%60.2%-
HSV(B)4.86º21.51%67.45%-
XYZ30.4728.726.85-
YUV147.82120.76145.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 138 (54.30% from 255) = 31.01%
BLUE value IS 135 (53.12% from 255) = 30.34%
R=38.65%
G=31.01%
B=30.34%

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
Decimal17213813500.200.220.334.8618.2360.2
HexAC8A8701416215123c
Octal254212207024264152274
Binary1010110010001010100001110101001011010000110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8A87; }

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

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

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

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

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

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

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

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