#AA99AD

Color #AA99AD London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #AA99AD

Tints of London Hue #AA99AD

Color information

#AA99AD (or 0xAA99AD) is unknown color: approx London Hue. HEX triplet: AA, 99 and AD. RGB value is (170,153,173). Sum of RGB (Red+Green+Blue) = 170+153+173=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA99AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA99AD is #556652. Grayscale: #A0A0A0. Windows color (decimal): -5596755 or 11377066. OLE color: 11377066.

HSL color Cylindrical-coordinate representation of color #AA99AD: hue angle of 291º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AA99AD is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170153173-
CMYK0.020.1200.32
HSL291º10.87%63.92%-
HSV(B)291º11.56%67.84%-
XYZ35.5134.3544.29-
YUV160.36135.13134.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.27%
GREEN value IS 153 (60.16% from 255) = 30.85%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=34.27%
G=30.85%
B=34.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701531730.020.1200.3229110.8763.92
HexAA99AD2C020123b40
Octal25223125521404044313100
Binary101010101001100110101101101100010000010010001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99AD; }

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

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

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

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

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

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

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

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