#AC919D

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

Shades of Shady Lady #AC919D

Tints of Shady Lady #AC919D

Color information

#AC919D (or 0xAC919D) is unknown color: approx Shady Lady. HEX triplet: AC, 91 and 9D. RGB value is (172,145,157). Sum of RGB (Red+Green+Blue) = 172+145+157=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 172 - color contains mainly: red. Hex color #AC919D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC919D is #536E62. Grayscale: #9A9A9A. Windows color (decimal): -5467747 or 10326444. OLE color: 10326444.

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

Color convert

RGB172145157-
CMYK00.160.090.33
HSL333.33º13.99%62.16%-
HSV(B)333.33º15.7%67.45%-
XYZ33.2231.4636.22-
YUV154.44129.45140.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.29%
GREEN value IS 145 (57.03% from 255) = 30.59%
BLUE value IS 157 (61.72% from 255) = 33.12%
R=36.29%
G=30.59%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214515700.160.090.33333.3313.9962.16
HexAC919D01092114de3e
Octal25422123502011415151676
Binary10101100100100011001110101000010011000011010011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC919D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC919D; }

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

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

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

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

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

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

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

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