#AC949F

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

Shades of Shady Lady #AC949F

Tints of Shady Lady #AC949F

Color information

#AC949F (or 0xAC949F) is unknown color: approx Shady Lady. HEX triplet: AC, 94 and 9F. RGB value is (172,148,159). Sum of RGB (Red+Green+Blue) = 172+148+159=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 172 - color contains mainly: red. Hex color #AC949F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC949F is #536B60. Grayscale: #9C9C9C. Windows color (decimal): -5466977 or 10458284. OLE color: 10458284.

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

Color convert

RGB172148159-
CMYK00.140.080.33
HSL332.5º12.63%62.75%-
HSV(B)332.5º13.95%67.45%-
XYZ33.8632.4537.28-
YUV156.43129.45139.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 148 (58.20% from 255) = 30.90%
BLUE value IS 159 (62.5% from 255) = 33.19%
R=35.91%
G=30.90%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214815900.140.080.33332.512.6362.75
HexAC949F0E82114cd3f
Octal25422423701610415141577
Binary1010110010010100100111110111010001000011010011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC949F; }

 p { color: rgb(172,148,159); }

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

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

 a { background-color: rgb(172,148,159); }

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

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

 span { border-color: rgb(172,148,159); }

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