#AC959C

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

Shades of Shady Lady #AC959C

Tints of Shady Lady #AC959C

Color information

#AC959C (or 0xAC959C) is unknown color: approx Shady Lady. HEX triplet: AC, 95 and 9C. RGB value is (172,149,156). Sum of RGB (Red+Green+Blue) = 172+149+156=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 172 - color contains mainly: red. Hex color #AC959C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC959C is #536A63. Grayscale: #9C9C9C. Windows color (decimal): -5466724 or 10261932. OLE color: 10261932.

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

Color convert

RGB172149156-
CMYK00.130.090.33
HSL341.74º12.17%62.94%-
HSV(B)341.74º13.37%67.45%-
XYZ33.7632.6735.98-
YUV156.67127.62138.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 149 (58.59% from 255) = 31.24%
BLUE value IS 156 (61.33% from 255) = 32.70%
R=36.06%
G=31.24%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214915600.130.090.33341.7412.1762.94
HexAC959C0D921156c3f
Octal25422523401511415261477
Binary1010110010010101100111000110110011000011010101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC959C; }

 p { color: rgb(172,149,156); }

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

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

 a { background-color: rgb(172,149,156); }

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

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

 span { border-color: rgb(172,149,156); }

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