#AA99A1

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

Shades of Shady Lady #AA99A1

Tints of Shady Lady #AA99A1

Color information

#AA99A1 (or 0xAA99A1) is unknown color: approx Shady Lady. HEX triplet: AA, 99 and A1. RGB value is (170,153,161). Sum of RGB (Red+Green+Blue) = 170+153+161=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 170 - color contains mainly: red. Hex color #AA99A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA99A1 is #55665E. Grayscale: #9E9E9E. Windows color (decimal): -5596767 or 10590634. OLE color: 10590634.

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

Color convert

RGB170153161-
CMYK00.10.050.33
HSL331.76º9.09%63.33%-
HSV(B)331.76º10%66.67%-
XYZ34.433.938.45-
YUV159129.13135.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 153 (60.16% from 255) = 31.61%
BLUE value IS 161 (63.28% from 255) = 33.26%
R=35.12%
G=31.61%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015316100.10.050.33331.769.0963.33
HexAA99A10A52114c93f
Octal2522312410125415141177
Binary101010101001100110100001010101011000011010011001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99A1; }

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

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

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

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

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

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

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

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