#AA9AA1

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

Shades of Shady Lady #AA9AA1

Tints of Shady Lady #AA9AA1

Color information

#AA9AA1 (or 0xAA9AA1) is unknown color: approx Shady Lady. HEX triplet: AA, 9A and A1. RGB value is (170,154,161). Sum of RGB (Red+Green+Blue) = 170+154+161=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9AA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9AA1 is #55655E. Grayscale: #9F9F9F. Windows color (decimal): -5596511 or 10590890. OLE color: 10590890.

HSL color Cylindrical-coordinate representation of color #AA9AA1: hue angle of 333.75º degrees, saturation: 0.09, 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 #AA9AA1 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB170154161-
CMYK00.090.050.33
HSL333.75º8.6%63.53%-
HSV(B)333.75º9.41%66.67%-
XYZ34.5734.2338.5-
YUV159.58128.8135.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 154 (60.55% from 255) = 31.75%
BLUE value IS 161 (63.28% from 255) = 33.20%
R=35.05%
G=31.75%
B=33.20%

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
Decimal17015416100.090.050.33333.758.663.53
HexAA9AA10952114e940
Octal25223224101154151611100
Binary1010101010011010101000010100110110000110100111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9AA1; }

 p { color: rgb(170,154,161); }

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

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

 a { background-color: rgb(170,154,161); }

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

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

 span { border-color: rgb(170,154,161); }

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