#AA9B9F

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

Shades of Shady Lady #AA9B9F

Tints of Shady Lady #AA9B9F

Color information

#AA9B9F (or 0xAA9B9F) is unknown color: approx Shady Lady. HEX triplet: AA, 9B and 9F. RGB value is (170,155,159). Sum of RGB (Red+Green+Blue) = 170+155+159=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9B9F is #556460. Grayscale: #9F9F9F. Windows color (decimal): -5596257 or 10460074. OLE color: 10460074.

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

Color convert

RGB170155159-
CMYK00.090.060.33
HSL344º8.11%63.73%-
HSV(B)344º8.82%66.67%-
XYZ34.5634.4937.64-
YUV159.94127.47135.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 155 (60.94% from 255) = 32.02%
BLUE value IS 159 (62.5% from 255) = 32.85%
R=35.12%
G=32.02%
B=32.85%

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
Decimal17015515900.090.060.333448.1163.73
HexAA9B9F09621158840
Octal25223323701164153010100
Binary1010101010011011100111110100111010000110101100010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9B9F; }

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

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

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

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

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

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

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

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