#AA9FA4

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

Shades of Shady Lady #AA9FA4

Tints of Shady Lady #AA9FA4

Color information

#AA9FA4 (or 0xAA9FA4) is unknown color: approx Shady Lady. HEX triplet: AA, 9F and A4. RGB value is (170,159,164). Sum of RGB (Red+Green+Blue) = 170+159+164=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9FA4 is #55605B. Grayscale: #A2A2A2. Windows color (decimal): -5595228 or 10788778. OLE color: 10788778.

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

Color convert

RGB170159164-
CMYK00.060.040.33
HSL332.73º6.08%64.51%-
HSV(B)332.73º6.47%66.67%-
XYZ35.6836.0240.19-
YUV162.86128.64133.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 159 (62.5% from 255) = 32.25%
BLUE value IS 164 (64.45% from 255) = 33.27%
R=34.48%
G=32.25%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015916400.060.040.33332.736.0864.51
HexAA9FA40642114d641
Octal252237244064415156101
Binary10101010100111111010010001101001000011010011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9FA4; }

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

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

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

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

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

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

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

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