#AC919F

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

Shades of Shady Lady #AC919F

Tints of Shady Lady #AC919F

Color information

#AC919F (or 0xAC919F) is unknown color: approx Shady Lady. HEX triplet: AC, 91 and 9F. RGB value is (172,145,159). Sum of RGB (Red+Green+Blue) = 172+145+159=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 172 - color contains mainly: red. Hex color #AC919F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC919F is #536E60. Grayscale: #9A9A9A. Windows color (decimal): -5467745 or 10457516. OLE color: 10457516.

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

Color convert

RGB172145159-
CMYK00.160.080.33
HSL328.89º13.99%62.16%-
HSV(B)328.89º15.7%67.45%-
XYZ33.431.5237.13-
YUV154.67130.45140.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.13%
GREEN value IS 145 (57.03% from 255) = 30.46%
BLUE value IS 159 (62.5% from 255) = 33.40%
R=36.13%
G=30.46%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214515900.160.080.33328.8913.9962.16
HexAC919F010821149e3e
Octal25422123702010415111676
Binary10101100100100011001111101000010001000011010010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC919F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC919F; }

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

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

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

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

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

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

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

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