#AA919D

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

Shades of Shady Lady #AA919D

Tints of Shady Lady #AA919D

Color information

#AA919D (or 0xAA919D) is unknown color: approx Shady Lady. HEX triplet: AA, 91 and 9D. RGB value is (170,145,157). Sum of RGB (Red+Green+Blue) = 170+145+157=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AA919D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA919D is #556E62. Grayscale: #999999. Windows color (decimal): -5598819 or 10326442. OLE color: 10326442.

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

Color convert

RGB170145157-
CMYK00.150.080.33
HSL331.2º12.82%61.76%-
HSV(B)331.2º14.71%66.67%-
XYZ32.7931.2336.2-
YUV153.84129.78139.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 145 (57.03% from 255) = 30.72%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=36.02%
G=30.72%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014515700.150.080.33331.212.8261.76
HexAA919D0F82114bd3e
Octal25222123501710415131576
Binary1010101010010001100111010111110001000011010010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA919D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA919D; }

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

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

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

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

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

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

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

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