Shades of London Hue #AA90A9
Tints of London Hue #AA90A9
RGB
CMYK
RGB Variations
Color information
#AA90A9 (or 0xAA90A9) is known color: London Hue. HEX triplet: AA, 90 and A9. RGB value is (170,144,169). Sum of RGB (Red+Green+Blue) = 170+144+169=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 170 - color contains mainly: red. Hex color #AA90A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA90A9 is #556F56. Grayscale: #9A9A9A. Windows color (decimal): -5599063 or 11112618. OLE color: 11112618.
HSL color Cylindrical-coordinate representation of color #AA90A9: hue angle of 302.31º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AA90A9 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 169 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.33 |
| HSL | 302.31º | 0.13% | 0.62% | - |
| HSV(B) | 302.31º | 0.15% | 0.67% | - |
| XYZ | 33.71 | 31.36 | 41.81 | - |
| YUV | 154.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 169 | 0 | 0.15 | 0.01 | 0.33 | 302.31 | 0.13 | 0.62 |
| Hex | AA | 90 | A9 | 0 | F | 1 | 21 | 12E | D | 3E |
| Octal | 252 | 220 | 251 | 0 | 17 | 1 | 41 | 456 | 15 | 76 |
| Binary | 10101010 | 10010000 | 10101001 | 0 | 1111 | 1 | 100001 | 100101110 | 1101 | 111110 |
Color Harmonies of #AA90A9
Complementary color
Monochromatic Colors of #AA90A9
Black with #AA90A9
Text Example
Text Example
White with #AA90A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA90A9; }
p { color: rgb(170,144,169); }
H1.HeaderClassName
{
color: #AA90A9;
}
.AnyTagClassName
{
color: #AA90A9;
}
</style>
background-color css
<style>
a { background-color: #AA90A9; }
a { background-color: rgb(170,144,169); }
div.DivClassName
{
background-color: #AA90A9;
}
.BgClassName
{
background-color: #AA90A9;
}
</style>
border-color css
<style>
span { border-color: #AA90A9; }
span { border-color: rgb(170,144,169); }
td.TdClassName
{
border-color: #AA90A9;
}
.TagClassName
{
border-color: #AA90A9;
}
</style>