#AC8887

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

Shades of Thatch #AC8887

Tints of Thatch #AC8887

Color information

#AC8887 (or 0xAC8887) is unknown color: approx Thatch. HEX triplet: AC, 88 and 87. RGB value is (172,136,135). Sum of RGB (Red+Green+Blue) = 172+136+135=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8887 is #537778. Grayscale: #929292. Windows color (decimal): -5470073 or 8882348. OLE color: 8882348.

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

Color convert

RGB172136135-
CMYK00.210.220.33
HSL1.62º18.23%60.2%-
HSV(B)1.62º21.51%67.45%-
XYZ30.1928.1326.76-
YUV146.65121.43146.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 136 (53.52% from 255) = 30.70%
BLUE value IS 135 (53.12% from 255) = 30.47%
R=38.83%
G=30.70%
B=30.47%

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
Decimal17213613500.210.220.331.6218.2360.2
HexAC888701516212123c
Octal254210207025264122274
Binary101011001000100010000111010101101101000011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8887; }

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

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

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

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

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

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

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

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