#AC91A0

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

Shades of Shady Lady #AC91A0

Tints of Shady Lady #AC91A0

Color information

#AC91A0 (or 0xAC91A0) is unknown color: approx Shady Lady. HEX triplet: AC, 91 and A0. RGB value is (172,145,160). Sum of RGB (Red+Green+Blue) = 172+145+160=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 172 - color contains mainly: red. Hex color #AC91A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC91A0 is #536E5F. Grayscale: #9A9A9A. Windows color (decimal): -5467744 or 10523052. OLE color: 10523052.

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

Color convert

RGB172145160-
CMYK00.160.070.33
HSL326.67º13.99%62.16%-
HSV(B)326.67º15.7%67.45%-
XYZ33.4831.5637.58-
YUV154.78130.95140.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 145 (57.03% from 255) = 30.40%
BLUE value IS 160 (62.89% from 255) = 33.54%
R=36.06%
G=30.40%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214516000.160.070.33326.6713.9962.16
HexAC91A0010721147e3e
Octal2542212400207415071676
Binary1010110010010001101000000100001111000011010001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC91A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC91A0; }

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

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

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

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

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

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

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

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