#AA999D

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

Shades of Shady Lady #AA999D

Tints of Shady Lady #AA999D

Color information

#AA999D (or 0xAA999D) is unknown color: approx Shady Lady. HEX triplet: AA, 99 and 9D. RGB value is (170,153,157). Sum of RGB (Red+Green+Blue) = 170+153+157=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 170 - color contains mainly: red. Hex color #AA999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA999D is #556662. Grayscale: #9E9E9E. Windows color (decimal): -5596771 or 10328490. OLE color: 10328490.

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

Color convert

RGB170153157-
CMYK00.10.080.33
HSL345.88º9.09%63.33%-
HSV(B)345.88º10%66.67%-
XYZ34.0533.7636.62-
YUV158.54127.13136.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.42%
GREEN value IS 153 (60.16% from 255) = 31.88%
BLUE value IS 157 (61.72% from 255) = 32.71%
R=35.42%
G=31.88%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015315700.10.080.33345.889.0963.33
HexAA999D0A82115a93f
Octal25223123501210415321177
Binary1010101010011001100111010101010001000011010110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA999D; }

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

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

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

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

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

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

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

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