#AA9197

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

Shades of Shady Lady #AA9197

Tints of Shady Lady #AA9197

Color information

#AA9197 (or 0xAA9197) is unknown color: approx Shady Lady. HEX triplet: AA, 91 and 97. RGB value is (170,145,151). Sum of RGB (Red+Green+Blue) = 170+145+151=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9197 is #556E68. Grayscale: #999999. Windows color (decimal): -5598825 or 9933226. OLE color: 9933226.

HSL color Cylindrical-coordinate representation of color #AA9197: hue angle of 345.6º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AA9197 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB170145151-
CMYK00.150.110.33
HSL345.6º12.82%61.76%-
HSV(B)345.6º14.71%66.67%-
XYZ32.2931.0333.57-
YUV153.16126.78140.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 145 (57.03% from 255) = 31.12%
BLUE value IS 151 (59.38% from 255) = 32.40%
R=36.48%
G=31.12%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014515100.150.110.33345.612.8261.76
HexAA91970FB2115ad3e
Octal25222122701713415321576
Binary1010101010010001100101110111110111000011010110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9197; }

 p { color: rgb(170,145,151); }

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

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

 a { background-color: rgb(170,145,151); }

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

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

 span { border-color: rgb(170,145,151); }

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