#AA919F

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

Shades of Shady Lady #AA919F

Tints of Shady Lady #AA919F

Color information

#AA919F (or 0xAA919F) is unknown color: approx Shady Lady. HEX triplet: AA, 91 and 9F. RGB value is (170,145,159). Sum of RGB (Red+Green+Blue) = 170+145+159=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 170 - color contains mainly: red. Hex color #AA919F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA919F is #556E60. Grayscale: #9A9A9A. Windows color (decimal): -5598817 or 10457514. OLE color: 10457514.

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

Color convert

RGB170145159-
CMYK00.150.060.33
HSL326.4º12.82%61.76%-
HSV(B)326.4º14.71%66.67%-
XYZ32.9631.337.11-
YUV154.07130.78139.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 145 (57.03% from 255) = 30.59%
BLUE value IS 159 (62.5% from 255) = 33.54%
R=35.86%
G=30.59%
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
Decimal17014515900.150.060.33326.412.8261.76
HexAA919F0F621146d3e
Octal2522212370176415061576
Binary101010101001000110011111011111101000011010001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA919F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA919F; }

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

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

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

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

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

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

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

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