#AC8E97

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

Shades of Shady Lady #AC8E97

Tints of Shady Lady #AC8E97

Color information

#AC8E97 (or 0xAC8E97) is unknown color: approx Shady Lady. HEX triplet: AC, 8E and 97. RGB value is (172,142,151). Sum of RGB (Red+Green+Blue) = 172+142+151=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8E97 is #537168. Grayscale: #979797. Windows color (decimal): -5468521 or 9932460. OLE color: 9932460.

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

Color convert

RGB172142151-
CMYK00.170.120.33
HSL342º15.31%61.57%-
HSV(B)342º17.44%67.45%-
XYZ32.2730.3533.44-
YUV152127.44142.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 142 (55.86% from 255) = 30.54%
BLUE value IS 151 (59.38% from 255) = 32.47%
R=36.99%
G=30.54%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214215100.170.120.3334215.3161.57
HexAC8E97011C21156f3e
Octal25421622702114415261776
Binary10101100100011101001011101000111001000011010101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8E97; }

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

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

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

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

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

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

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

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