#AA99A3

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

Shades of Shady Lady #AA99A3

Tints of Shady Lady #AA99A3

Color information

#AA99A3 (or 0xAA99A3) is unknown color: approx Shady Lady. HEX triplet: AA, 99 and A3. RGB value is (170,153,163). Sum of RGB (Red+Green+Blue) = 170+153+163=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 170 - color contains mainly: red. Hex color #AA99A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA99A3 is #55665C. Grayscale: #9F9F9F. Windows color (decimal): -5596765 or 10721706. OLE color: 10721706.

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

Color convert

RGB170153163-
CMYK00.10.040.33
HSL324.71º9.09%63.33%-
HSV(B)324.71º10%66.67%-
XYZ34.5833.9739.39-
YUV159.22130.13135.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.98%
GREEN value IS 153 (60.16% from 255) = 31.48%
BLUE value IS 163 (64.06% from 255) = 33.54%
R=34.98%
G=31.48%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015316300.10.040.33324.719.0963.33
HexAA99A30A42114593f
Octal2522312430124415051177
Binary101010101001100110100011010101001000011010001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99A3; }

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

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

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

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

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

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

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

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