#AA9A9F

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

Shades of Shady Lady #AA9A9F

Tints of Shady Lady #AA9A9F

Color information

#AA9A9F (or 0xAA9A9F) is unknown color: approx Shady Lady. HEX triplet: AA, 9A and 9F. RGB value is (170,154,159). Sum of RGB (Red+Green+Blue) = 170+154+159=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9A9F is #556560. Grayscale: #9F9F9F. Windows color (decimal): -5596513 or 10459818. OLE color: 10459818.

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

Color convert

RGB170154159-
CMYK00.090.060.33
HSL341.25º8.6%63.53%-
HSV(B)341.25º9.41%66.67%-
XYZ34.3934.1637.58-
YUV159.35127.8135.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 154 (60.55% from 255) = 31.88%
BLUE value IS 159 (62.5% from 255) = 32.92%
R=35.20%
G=31.88%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015415900.090.060.33341.258.663.53
HexAA9A9F09621155940
Octal25223223701164152511100
Binary1010101010011010100111110100111010000110101010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A9F; }

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

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

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

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

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

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

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

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