#AA9FA6

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

Shades of Shady Lady #AA9FA6

Tints of Shady Lady #AA9FA6

Color information

#AA9FA6 (or 0xAA9FA6) is unknown color: approx Shady Lady. HEX triplet: AA, 9F and A6. RGB value is (170,159,166). Sum of RGB (Red+Green+Blue) = 170+159+166=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9FA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9FA6 is #556059. Grayscale: #A3A3A3. Windows color (decimal): -5595226 or 10919850. OLE color: 10919850.

HSL color Cylindrical-coordinate representation of color #AA9FA6: hue angle of 321.82º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AA9FA6 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB170159166-
CMYK00.060.020.33
HSL321.82º6.08%64.51%-
HSV(B)321.82º6.47%66.67%-
XYZ35.8636.141.15-
YUV163.09129.64132.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 159 (62.5% from 255) = 32.12%
BLUE value IS 166 (65.23% from 255) = 33.54%
R=34.34%
G=32.12%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015916600.060.020.33321.826.0864.51
HexAA9FA606221142641
Octal252237246062415026101
Binary1010101010011111101001100110101000011010000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9FA6; }

 p { color: rgb(170,159,166); }

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

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

 a { background-color: rgb(170,159,166); }

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

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

 span { border-color: rgb(170,159,166); }

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