#AC929C

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

Shades of Shady Lady #AC929C

Tints of Shady Lady #AC929C

Color information

#AC929C (or 0xAC929C) is unknown color: approx Shady Lady. HEX triplet: AC, 92 and 9C. RGB value is (172,146,156). Sum of RGB (Red+Green+Blue) = 172+146+156=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 172 - color contains mainly: red. Hex color #AC929C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC929C is #536D63. Grayscale: #9A9A9A. Windows color (decimal): -5467492 or 10261164. OLE color: 10261164.

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

Color convert

RGB172146156-
CMYK00.150.090.33
HSL336.92º13.54%62.35%-
HSV(B)336.92º15.12%67.45%-
XYZ33.2931.7335.82-
YUV154.91128.61140.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.29%
GREEN value IS 146 (57.42% from 255) = 30.80%
BLUE value IS 156 (61.33% from 255) = 32.91%
R=36.29%
G=30.80%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214615600.150.090.33336.9213.5462.35
HexAC929C0F921151e3e
Octal25422223401711415211676
Binary1010110010010010100111000111110011000011010100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC929C; }

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

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

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

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

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

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

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

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