#AA9BA2

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

Shades of Shady Lady #AA9BA2

Tints of Shady Lady #AA9BA2

Color information

#AA9BA2 (or 0xAA9BA2) is unknown color: approx Shady Lady. HEX triplet: AA, 9B and A2. RGB value is (170,155,162). Sum of RGB (Red+Green+Blue) = 170+155+162=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9BA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9BA2 is #55645D. Grayscale: #A0A0A0. Windows color (decimal): -5596254 or 10656682. OLE color: 10656682.

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

Color convert

RGB170155162-
CMYK00.090.050.33
HSL332º8.11%63.73%-
HSV(B)332º8.82%66.67%-
XYZ34.8234.639.03-
YUV160.28128.97134.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 155 (60.94% from 255) = 31.83%
BLUE value IS 162 (63.67% from 255) = 33.26%
R=34.91%
G=31.83%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015516200.090.050.333328.1163.73
HexAA9BA20952114c840
Octal25223324201154151410100
Binary1010101010011011101000100100110110000110100110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BA2; }

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

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

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

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

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

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

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

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