#AC8E88

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

Shades of Thatch #AC8E88

Tints of Thatch #AC8E88

Color information

#AC8E88 (or 0xAC8E88) is unknown color: approx Thatch. HEX triplet: AC, 8E and 88. RGB value is (172,142,136). Sum of RGB (Red+Green+Blue) = 172+142+136=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8E88 is #537177. Grayscale: #969696. Windows color (decimal): -5468536 or 8949420. OLE color: 8949420.

HSL color Cylindrical-coordinate representation of color #AC8E88: hue angle of 10º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AC8E88 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB172142136-
CMYK00.170.210.33
HSL10º17.82%60.39%-
HSV(B)10º20.93%67.45%-
XYZ31.1329.8927.42-
YUV150.29119.94143.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 142 (55.86% from 255) = 31.56%
BLUE value IS 136 (53.52% from 255) = 30.22%
R=38.22%
G=31.56%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214213600.170.210.331017.8260.39
HexAC8E880111521a123c
Octal2542162100212541122274
Binary10101100100011101000100001000110101100001101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8E88; }

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

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

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

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

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

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

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

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