#AC93A1

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

Shades of Shady Lady #AC93A1

Tints of Shady Lady #AC93A1

Color information

#AC93A1 (or 0xAC93A1) is unknown color: approx Shady Lady. HEX triplet: AC, 93 and A1. RGB value is (172,147,161). Sum of RGB (Red+Green+Blue) = 172+147+161=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 172 - color contains mainly: red. Hex color #AC93A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC93A1 is #536C5E. Grayscale: #9C9C9C. Windows color (decimal): -5467231 or 10589100. OLE color: 10589100.

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

Color convert

RGB172147161-
CMYK00.150.060.33
HSL326.4º13.09%62.55%-
HSV(B)326.4º14.53%67.45%-
XYZ33.8832.2138.15-
YUV156.07130.78139.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.83%
GREEN value IS 147 (57.81% from 255) = 30.62%
BLUE value IS 161 (63.28% from 255) = 33.54%
R=35.83%
G=30.62%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214716100.150.060.33326.413.0962.55
HexAC93A10F621146d3f
Octal2542232410176415061577
Binary101011001001001110100001011111101000011010001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC93A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC93A1; }

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

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

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

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

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

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

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

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