#AA999F

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

Shades of Shady Lady #AA999F

Tints of Shady Lady #AA999F

Color information

#AA999F (or 0xAA999F) is unknown color: approx Shady Lady. HEX triplet: AA, 99 and 9F. RGB value is (170,153,159). Sum of RGB (Red+Green+Blue) = 170+153+159=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 170 - color contains mainly: red. Hex color #AA999F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA999F is #556660. Grayscale: #9E9E9E. Windows color (decimal): -5596769 or 10459562. OLE color: 10459562.

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

Color convert

RGB170153159-
CMYK00.10.060.33
HSL338.82º9.09%63.33%-
HSV(B)338.82º10%66.67%-
XYZ34.2333.8337.53-
YUV158.77128.13136.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 153 (60.16% from 255) = 31.74%
BLUE value IS 159 (62.5% from 255) = 32.99%
R=35.27%
G=31.74%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015315900.10.060.33338.829.0963.33
HexAA999F0A62115393f
Octal2522312370126415231177
Binary101010101001100110011111010101101000011010100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA999F; }

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

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

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

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

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

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

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

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