#AA96A3

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

Shades of Shady Lady #AA96A3

Tints of Shady Lady #AA96A3

Color information

#AA96A3 (or 0xAA96A3) is unknown color: approx Shady Lady. HEX triplet: AA, 96 and A3. RGB value is (170,150,163). Sum of RGB (Red+Green+Blue) = 170+150+163=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 170 - color contains mainly: red. Hex color #AA96A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA96A3 is #55695C. Grayscale: #9D9D9D. Windows color (decimal): -5597533 or 10720938. OLE color: 10720938.

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

Color convert

RGB170150163-
CMYK00.120.040.33
HSL321º10.53%62.75%-
HSV(B)321º11.76%66.67%-
XYZ34.093339.22-
YUV157.46131.13136.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 150 (58.98% from 255) = 31.06%
BLUE value IS 163 (64.06% from 255) = 33.75%
R=35.20%
G=31.06%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015016300.120.040.3332110.5362.75
HexAA96A30C421141b3f
Octal2522262430144415011377
Binary101010101001011010100011011001001000011010000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA96A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA96A3; }

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

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

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

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

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

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

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

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