#AA9C9F

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

Shades of Shady Lady #AA9C9F

Tints of Shady Lady #AA9C9F

Color information

#AA9C9F (or 0xAA9C9F) is unknown color: approx Shady Lady. HEX triplet: AA, 9C and 9F. RGB value is (170,156,159). Sum of RGB (Red+Green+Blue) = 170+156+159=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9C9F is #556360. Grayscale: #A0A0A0. Windows color (decimal): -5596001 or 10460330. OLE color: 10460330.

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

Color convert

RGB170156159-
CMYK00.080.060.33
HSL347.14º7.61%63.92%-
HSV(B)347.14º8.24%66.67%-
XYZ34.7234.8337.69-
YUV160.53127.14134.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 156 (61.33% from 255) = 32.16%
BLUE value IS 159 (62.5% from 255) = 32.78%
R=35.05%
G=32.16%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015615900.080.060.33347.147.6163.92
HexAA9C9F0862115b840
Octal25223423701064153310100
Binary1010101010011100100111110100011010000110101101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9C9F; }

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

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

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

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

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

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

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

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