#AA9DA2

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

Shades of Shady Lady #AA9DA2

Tints of Shady Lady #AA9DA2

Color information

#AA9DA2 (or 0xAA9DA2) is unknown color: approx Shady Lady. HEX triplet: AA, 9D and A2. RGB value is (170,157,162). Sum of RGB (Red+Green+Blue) = 170+157+162=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9DA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9DA2 is #55625D. Grayscale: #A1A1A1. Windows color (decimal): -5595742 or 10657194. OLE color: 10657194.

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

Color convert

RGB170157162-
CMYK00.080.050.33
HSL336.92º7.1%64.12%-
HSV(B)336.92º7.65%66.67%-
XYZ35.1635.2739.14-
YUV161.46128.31134.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 157 (61.72% from 255) = 32.11%
BLUE value IS 162 (63.67% from 255) = 33.13%
R=34.76%
G=32.11%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015716200.080.050.33336.927.164.12
HexAA9DA208521151740
Octal2522352420105415217100
Binary101010101001110110100010010001011000011010100011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9DA2; }

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

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

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

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

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

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

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

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