#AC929A

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

Shades of Shady Lady #AC929A

Tints of Shady Lady #AC929A

Color information

#AC929A (or 0xAC929A) is unknown color: approx Shady Lady. HEX triplet: AC, 92 and 9A. RGB value is (172,146,154). Sum of RGB (Red+Green+Blue) = 172+146+154=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #AC929A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC929A is #536D65. Grayscale: #9A9A9A. Windows color (decimal): -5467494 or 10130092. OLE color: 10130092.

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

Color convert

RGB172146154-
CMYK00.150.100.33
HSL341.54º13.54%62.35%-
HSV(B)341.54º15.12%67.45%-
XYZ33.1231.6634.94-
YUV154.69127.61140.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 146 (57.42% from 255) = 30.93%
BLUE value IS 154 (60.55% from 255) = 32.63%
R=36.44%
G=30.93%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214615400.150.100.33341.5413.5462.35
HexAC929A0FA21156e3e
Octal25422223201712415261676
Binary1010110010010010100110100111110101000011010101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC929A; }

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

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

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

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

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

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

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

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