#AC929E

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

Shades of Shady Lady #AC929E

Tints of Shady Lady #AC929E

Color information

#AC929E (or 0xAC929E) is unknown color: approx Shady Lady. HEX triplet: AC, 92 and 9E. RGB value is (172,146,158). Sum of RGB (Red+Green+Blue) = 172+146+158=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 172 - color contains mainly: red. Hex color #AC929E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC929E is #536D61. Grayscale: #9B9B9B. Windows color (decimal): -5467490 or 10392236. OLE color: 10392236.

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

Color convert

RGB172146158-
CMYK00.150.080.33
HSL332.31º13.54%62.35%-
HSV(B)332.31º15.12%67.45%-
XYZ33.4631.836.72-
YUV155.14129.61140.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.13%
GREEN value IS 146 (57.42% from 255) = 30.67%
BLUE value IS 158 (62.11% from 255) = 33.19%
R=36.13%
G=30.67%
B=33.19%

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
Decimal17214615800.150.080.33332.3113.5462.35
HexAC929E0F82114ce3e
Octal25422223601710415141676
Binary1010110010010010100111100111110001000011010011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC929E; }

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

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

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

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

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

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

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

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