Shades of London Hue #AA99A7
Tints of London Hue #AA99A7
RGB
CMYK
RGB Variations
Color information
#AA99A7 (or 0xAA99A7) is known color: London Hue. HEX triplet: AA, 99 and A7. RGB value is (170,153,167). Sum of RGB (Red+Green+Blue) = 170+153+167=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 167 (65.62% from 255 or 34.08% from 490); Max value from RGB is 170 - color contains mainly: red. Hex color #AA99A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA99A7 is #556658. Grayscale: #9F9F9F. Windows color (decimal): -5596761 or 10983850. OLE color: 10983850.
HSL color Cylindrical-coordinate representation of color #AA99A7: hue angle of 310.59º 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 #AA99A7 is Cyan = 0, Magento = 0.1, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 167 | - |
| CMYK | 0 | 0.1 | 0.02 | 0.33 |
| HSL | 310.59º | 0.09% | 0.63% | - |
| HSV(B) | 310.59º | 0.1% | 0.67% | - |
| XYZ | 34.94 | 34.12 | 41.3 | - |
| YUV | 159.68 | 132.13 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 167 | 0 | 0.1 | 0.02 | 0.33 | 310.59 | 0.09 | 0.63 |
| Hex | AA | 99 | A7 | 0 | A | 2 | 21 | 137 | 9 | 3F |
| Octal | 252 | 231 | 247 | 0 | 12 | 2 | 41 | 467 | 11 | 77 |
| Binary | 10101010 | 10011001 | 10100111 | 0 | 1010 | 10 | 100001 | 100110111 | 1001 | 111111 |
Color Harmonies of #AA99A7
Complementary color
Monochromatic Colors of #AA99A7
Black with #AA99A7
Text Example
Text Example
White with #AA99A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA99A7; }
p { color: rgb(170,153,167); }
H1.HeaderClassName
{
color: #AA99A7;
}
.AnyTagClassName
{
color: #AA99A7;
}
</style>
background-color css
<style>
a { background-color: #AA99A7; }
a { background-color: rgb(170,153,167); }
div.DivClassName
{
background-color: #AA99A7;
}
.BgClassName
{
background-color: #AA99A7;
}
</style>
border-color css
<style>
span { border-color: #AA99A7; }
span { border-color: rgb(170,153,167); }
td.TdClassName
{
border-color: #AA99A7;
}
.TagClassName
{
border-color: #AA99A7;
}
</style>