Shades of London Hue #AA9BA7
Tints of London Hue #AA9BA7
RGB
CMYK
RGB Variations
Color information
#AA9BA7 (or 0xAA9BA7) is known color: London Hue. HEX triplet: AA, 9B and A7. RGB value is (170,155,167). Sum of RGB (Red+Green+Blue) = 170+155+167=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 167 (65.62% from 255 or 33.94% from 492); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9BA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9BA7 is #556458. Grayscale: #A0A0A0. Windows color (decimal): -5596249 or 10984362. OLE color: 10984362.
HSL color Cylindrical-coordinate representation of color #AA9BA7: hue angle of 312º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AA9BA7 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 155 | 167 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.33 |
| HSL | 312º | 0.08% | 0.64% | - |
| HSV(B) | 312º | 0.09% | 0.67% | - |
| XYZ | 35.27 | 34.78 | 41.41 | - |
| YUV | 160.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 167 | 0 | 0.09 | 0.02 | 0.33 | 312 | 0.08 | 0.64 |
| Hex | AA | 9B | A7 | 0 | 9 | 2 | 21 | 138 | 8 | 40 |
| Octal | 252 | 233 | 247 | 0 | 11 | 2 | 41 | 470 | 10 | 100 |
| Binary | 10101010 | 10011011 | 10100111 | 0 | 1001 | 10 | 100001 | 100111000 | 1000 | 1000000 |
Color Harmonies of #AA9BA7
Complementary color
Monochromatic Colors of #AA9BA7
Black with #AA9BA7
Text Example
Text Example
White with #AA9BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9BA7; }
p { color: rgb(170,155,167); }
H1.HeaderClassName
{
color: #AA9BA7;
}
.AnyTagClassName
{
color: #AA9BA7;
}
</style>
background-color css
<style>
a { background-color: #AA9BA7; }
a { background-color: rgb(170,155,167); }
div.DivClassName
{
background-color: #AA9BA7;
}
.BgClassName
{
background-color: #AA9BA7;
}
</style>
border-color css
<style>
span { border-color: #AA9BA7; }
span { border-color: rgb(170,155,167); }
td.TdClassName
{
border-color: #AA9BA7;
}
.TagClassName
{
border-color: #AA9BA7;
}
</style>