#AC92A0

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

Shades of Shady Lady #AC92A0

Tints of Shady Lady #AC92A0

Color information

#AC92A0 (or 0xAC92A0) is unknown color: approx Shady Lady. HEX triplet: AC, 92 and A0. RGB value is (172,146,160). Sum of RGB (Red+Green+Blue) = 172+146+160=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 172 - color contains mainly: red. Hex color #AC92A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC92A0 is #536D5F. Grayscale: #9B9B9B. Windows color (decimal): -5467488 or 10523308. OLE color: 10523308.

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

Color convert

RGB172146160-
CMYK00.150.070.33
HSL327.69º13.54%62.35%-
HSV(B)327.69º15.12%67.45%-
XYZ33.6431.8737.64-
YUV155.37130.61139.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 146 (57.42% from 255) = 30.54%
BLUE value IS 160 (62.89% from 255) = 33.47%
R=35.98%
G=30.54%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214616000.150.070.33327.6913.5462.35
HexAC92A00F721148e3e
Octal2542222400177415101676
Binary101011001001001010100000011111111000011010010001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC92A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC92A0; }

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

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

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

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

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

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

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

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