#AC929F

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

Shades of Shady Lady #AC929F

Tints of Shady Lady #AC929F

Color information

#AC929F (or 0xAC929F) is unknown color: approx Shady Lady. HEX triplet: AC, 92 and 9F. RGB value is (172,146,159). Sum of RGB (Red+Green+Blue) = 172+146+159=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 172 - color contains mainly: red. Hex color #AC929F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC929F is #536D60. Grayscale: #9B9B9B. Windows color (decimal): -5467489 or 10457772. OLE color: 10457772.

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

Color convert

RGB172146159-
CMYK00.150.080.33
HSL330º13.54%62.35%-
HSV(B)330º15.12%67.45%-
XYZ33.5531.8337.18-
YUV155.26130.11139.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 159 (62.5% from 255) = 33.33%
R=36.06%
G=30.61%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214615900.150.080.3333013.5462.35
HexAC929F0F82114ae3e
Octal25422223701710415121676
Binary1010110010010010100111110111110001000011010010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC929F; }

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

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

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

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

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

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

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

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