Shades of London Hue #AA97A6
Tints of London Hue #AA97A6
RGB
CMYK
RGB Variations
Color information
#AA97A6 (or 0xAA97A6) is known color: London Hue. HEX triplet: AA, 97 and A6. RGB value is (170,151,166). Sum of RGB (Red+Green+Blue) = 170+151+166=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 170 - color contains mainly: red. Hex color #AA97A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA97A6 is #556859. Grayscale: #9E9E9E. Windows color (decimal): -5597274 or 10917802. OLE color: 10917802.
HSL color Cylindrical-coordinate representation of color #AA97A6: hue angle of 312.63º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AA97A6 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 166 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.33 |
| HSL | 312.63º | 0.1% | 0.63% | - |
| HSV(B) | 312.63º | 0.11% | 0.67% | - |
| XYZ | 34.53 | 33.43 | 40.71 | - |
| YUV | 158.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 166 | 0 | 0.11 | 0.02 | 0.33 | 312.63 | 0.1 | 0.63 |
| Hex | AA | 97 | A6 | 0 | B | 2 | 21 | 139 | A | 3F |
| Octal | 252 | 227 | 246 | 0 | 13 | 2 | 41 | 471 | 12 | 77 |
| Binary | 10101010 | 10010111 | 10100110 | 0 | 1011 | 10 | 100001 | 100111001 | 1010 | 111111 |
Color Harmonies of #AA97A6
Complementary color
Monochromatic Colors of #AA97A6
Black with #AA97A6
Text Example
Text Example
White with #AA97A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA97A6; }
p { color: rgb(170,151,166); }
H1.HeaderClassName
{
color: #AA97A6;
}
.AnyTagClassName
{
color: #AA97A6;
}
</style>
background-color css
<style>
a { background-color: #AA97A6; }
a { background-color: rgb(170,151,166); }
div.DivClassName
{
background-color: #AA97A6;
}
.BgClassName
{
background-color: #AA97A6;
}
</style>
border-color css
<style>
span { border-color: #AA97A6; }
span { border-color: rgb(170,151,166); }
td.TdClassName
{
border-color: #AA97A6;
}
.TagClassName
{
border-color: #AA97A6;
}
</style>