#AA97A3

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

Shades of Shady Lady #AA97A3

Tints of Shady Lady #AA97A3

Color information

#AA97A3 (or 0xAA97A3) is unknown color: approx Shady Lady. HEX triplet: AA, 97 and A3. RGB value is (170,151,163). Sum of RGB (Red+Green+Blue) = 170+151+163=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 170 - color contains mainly: red. Hex color #AA97A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA97A3 is #55685C. Grayscale: #9E9E9E. Windows color (decimal): -5597277 or 10721194. OLE color: 10721194.

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

Color convert

RGB170151163-
CMYK00.110.040.33
HSL322.11º10.05%62.94%-
HSV(B)322.11º11.18%66.67%-
XYZ34.2633.3239.28-
YUV158.05130.79136.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 151 (59.38% from 255) = 31.20%
BLUE value IS 163 (64.06% from 255) = 33.68%
R=35.12%
G=31.20%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015116300.110.040.33322.1110.0562.94
HexAA97A30B421142a3f
Octal2522272430134415021277
Binary101010101001011110100011010111001000011010000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA97A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA97A3; }

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

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

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

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

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

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

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

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