#AA9097

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

Shades of Shady Lady #AA9097

Tints of Shady Lady #AA9097

Color information

#AA9097 (or 0xAA9097) is unknown color: approx Shady Lady. HEX triplet: AA, 90 and 97. RGB value is (170,144,151). Sum of RGB (Red+Green+Blue) = 170+144+151=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9097 is #556F68. Grayscale: #989898. Windows color (decimal): -5599081 or 9932970. OLE color: 9932970.

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

Color convert

RGB170144151-
CMYK00.150.110.33
HSL343.85º13.27%61.57%-
HSV(B)343.85º15.29%66.67%-
XYZ32.1430.7333.52-
YUV152.57127.11140.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 144 (56.64% from 255) = 30.97%
BLUE value IS 151 (59.38% from 255) = 32.47%
R=36.56%
G=30.97%
B=32.47%

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
Decimal17014415100.150.110.33343.8513.2761.57
HexAA90970FB21158d3e
Octal25222022701713415301576
Binary1010101010010000100101110111110111000011010110001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9097; }

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

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

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

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

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

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

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

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