#AC93A0

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

Shades of Shady Lady #AC93A0

Tints of Shady Lady #AC93A0

Color information

#AC93A0 (or 0xAC93A0) is unknown color: approx Shady Lady. HEX triplet: AC, 93 and A0. RGB value is (172,147,160). Sum of RGB (Red+Green+Blue) = 172+147+160=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 172 - color contains mainly: red. Hex color #AC93A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC93A0 is #536C5F. Grayscale: #9B9B9B. Windows color (decimal): -5467232 or 10523564. OLE color: 10523564.

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

Color convert

RGB172147160-
CMYK00.150.070.33
HSL328.8º13.09%62.55%-
HSV(B)328.8º14.53%67.45%-
XYZ33.7932.1837.69-
YUV155.96130.28139.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 147 (57.81% from 255) = 30.69%
BLUE value IS 160 (62.89% from 255) = 33.40%
R=35.91%
G=30.69%
B=33.40%

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
Decimal17214716000.150.070.33328.813.0962.55
HexAC93A00F721149d3f
Octal2542232400177415111577
Binary101011001001001110100000011111111000011010010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC93A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC93A0; }

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

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

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

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

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

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

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

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