Shades of London Hue #AA92A9
Tints of London Hue #AA92A9
RGB
CMYK
RGB Variations
Color information
#AA92A9 (or 0xAA92A9) is known color: London Hue. HEX triplet: AA, 92 and A9. RGB value is (170,146,169). Sum of RGB (Red+Green+Blue) = 170+146+169=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 170 - color contains mainly: red. Hex color #AA92A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA92A9 is #556D56. Grayscale: #9B9B9B. Windows color (decimal): -5598551 or 11113130. OLE color: 11113130.
HSL color Cylindrical-coordinate representation of color #AA92A9: hue angle of 302.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AA92A9 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 169 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.33 |
| HSL | 302.5º | 0.12% | 0.62% | - |
| HSV(B) | 302.5º | 0.14% | 0.67% | - |
| XYZ | 34.02 | 31.97 | 41.91 | - |
| YUV | 155.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 169 | 0 | 0.14 | 0.01 | 0.33 | 302.5 | 0.12 | 0.62 |
| Hex | AA | 92 | A9 | 0 | E | 1 | 21 | 12E | C | 3E |
| Octal | 252 | 222 | 251 | 0 | 16 | 1 | 41 | 456 | 14 | 76 |
| Binary | 10101010 | 10010010 | 10101001 | 0 | 1110 | 1 | 100001 | 100101110 | 1100 | 111110 |
Color Harmonies of #AA92A9
Complementary color
Monochromatic Colors of #AA92A9
Black with #AA92A9
Text Example
Text Example
White with #AA92A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA92A9; }
p { color: rgb(170,146,169); }
H1.HeaderClassName
{
color: #AA92A9;
}
.AnyTagClassName
{
color: #AA92A9;
}
</style>
background-color css
<style>
a { background-color: #AA92A9; }
a { background-color: rgb(170,146,169); }
div.DivClassName
{
background-color: #AA92A9;
}
.BgClassName
{
background-color: #AA92A9;
}
</style>
border-color css
<style>
span { border-color: #AA92A9; }
span { border-color: rgb(170,146,169); }
td.TdClassName
{
border-color: #AA92A9;
}
.TagClassName
{
border-color: #AA92A9;
}
</style>