#AA9A9E

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

Shades of Shady Lady #AA9A9E

Tints of Shady Lady #AA9A9E

Color information

#AA9A9E (or 0xAA9A9E) is unknown color: approx Shady Lady. HEX triplet: AA, 9A and 9E. RGB value is (170,154,158). Sum of RGB (Red+Green+Blue) = 170+154+158=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9A9E is #556561. Grayscale: #9F9F9F. Windows color (decimal): -5596514 or 10394282. OLE color: 10394282.

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

Color convert

RGB170154158-
CMYK00.090.070.33
HSL345º8.6%63.53%-
HSV(B)345º9.41%66.67%-
XYZ34.334.1337.13-
YUV159.24127.3135.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 154 (60.55% from 255) = 31.95%
BLUE value IS 158 (62.11% from 255) = 32.78%
R=35.27%
G=31.95%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015415800.090.070.333458.663.53
HexAA9A9E09721159940
Octal25223223601174153111100
Binary1010101010011010100111100100111110000110101100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A9E; }

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

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

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

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

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

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

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

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