#AC949D

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

Shades of Shady Lady #AC949D

Tints of Shady Lady #AC949D

Color information

#AC949D (or 0xAC949D) is unknown color: approx Shady Lady. HEX triplet: AC, 94 and 9D. RGB value is (172,148,157). Sum of RGB (Red+Green+Blue) = 172+148+157=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 172 - color contains mainly: red. Hex color #AC949D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC949D is #536B62. Grayscale: #9C9C9C. Windows color (decimal): -5466979 or 10327212. OLE color: 10327212.

HSL color Cylindrical-coordinate representation of color #AC949D: hue angle of 337.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 #AC949D is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB172148157-
CMYK00.140.090.33
HSL337.5º12.63%62.75%-
HSV(B)337.5º13.95%67.45%-
XYZ33.6932.3836.37-
YUV156.2128.45139.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 148 (58.20% from 255) = 31.03%
BLUE value IS 157 (61.72% from 255) = 32.91%
R=36.06%
G=31.03%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214815700.140.090.33337.512.6362.75
HexAC949D0E921152d3f
Octal25422423501611415221577
Binary1010110010010100100111010111010011000011010100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC949D; }

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

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

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

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

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

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

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

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