Shades of London Hue #AAA1A9
Tints of London Hue #AAA1A9
RGB
CMYK
RGB Variations
Color information
#AAA1A9 (or 0xAAA1A9) is known color: London Hue. HEX triplet: AA, A1 and A9. RGB value is (170,161,169). Sum of RGB (Red+Green+Blue) = 170+161+169=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA1A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA1A9 is #555E56. Grayscale: #A4A4A4. Windows color (decimal): -5594711 or 11116970. OLE color: 11116970.
HSL color Cylindrical-coordinate representation of color #AAA1A9: hue angle of 306.67º degrees, saturation: 0.05, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AAA1A9 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 169 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.33 |
| HSL | 306.67º | 0.05% | 0.65% | - |
| HSV(B) | 306.67º | 0.05% | 0.67% | - |
| XYZ | 36.48 | 36.9 | 42.74 | - |
| YUV | 164.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 169 | 0 | 0.05 | 0.01 | 0.33 | 306.67 | 0.05 | 0.65 |
| Hex | AA | A1 | A9 | 0 | 5 | 1 | 21 | 133 | 5 | 41 |
| Octal | 252 | 241 | 251 | 0 | 5 | 1 | 41 | 463 | 5 | 101 |
| Binary | 10101010 | 10100001 | 10101001 | 0 | 101 | 1 | 100001 | 100110011 | 101 | 1000001 |
Color Harmonies of #AAA1A9
Complementary color
Monochromatic Colors of #AAA1A9
Black with #AAA1A9
Text Example
Text Example
White with #AAA1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA1A9; }
p { color: rgb(170,161,169); }
H1.HeaderClassName
{
color: #AAA1A9;
}
.AnyTagClassName
{
color: #AAA1A9;
}
</style>
background-color css
<style>
a { background-color: #AAA1A9; }
a { background-color: rgb(170,161,169); }
div.DivClassName
{
background-color: #AAA1A9;
}
.BgClassName
{
background-color: #AAA1A9;
}
</style>
border-color css
<style>
span { border-color: #AAA1A9; }
span { border-color: rgb(170,161,169); }
td.TdClassName
{
border-color: #AAA1A9;
}
.TagClassName
{
border-color: #AAA1A9;
}
</style>