Shades of London Hue #AA98A6
Tints of London Hue #AA98A6
RGB
CMYK
RGB Variations
Color information
#AA98A6 (or 0xAA98A6) is known color: London Hue. HEX triplet: AA, 98 and A6. RGB value is (170,152,166). Sum of RGB (Red+Green+Blue) = 170+152+166=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 170 - color contains mainly: red. Hex color #AA98A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA98A6 is #556759. Grayscale: #9E9E9E. Windows color (decimal): -5597018 or 10918058. OLE color: 10918058.
HSL color Cylindrical-coordinate representation of color #AA98A6: hue angle of 313.33º 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 #AA98A6 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 166 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.33 |
| HSL | 313.33º | 0.1% | 0.63% | - |
| HSV(B) | 313.33º | 0.11% | 0.67% | - |
| XYZ | 34.69 | 33.76 | 40.76 | - |
| YUV | 158.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 166 | 0 | 0.11 | 0.02 | 0.33 | 313.33 | 0.1 | 0.63 |
| Hex | AA | 98 | A6 | 0 | B | 2 | 21 | 139 | A | 3F |
| Octal | 252 | 230 | 246 | 0 | 13 | 2 | 41 | 471 | 12 | 77 |
| Binary | 10101010 | 10011000 | 10100110 | 0 | 1011 | 10 | 100001 | 100111001 | 1010 | 111111 |
Color Harmonies of #AA98A6
Complementary color
Monochromatic Colors of #AA98A6
Black with #AA98A6
Text Example
Text Example
White with #AA98A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA98A6; }
p { color: rgb(170,152,166); }
H1.HeaderClassName
{
color: #AA98A6;
}
.AnyTagClassName
{
color: #AA98A6;
}
</style>
background-color css
<style>
a { background-color: #AA98A6; }
a { background-color: rgb(170,152,166); }
div.DivClassName
{
background-color: #AA98A6;
}
.BgClassName
{
background-color: #AA98A6;
}
</style>
border-color css
<style>
span { border-color: #AA98A6; }
span { border-color: rgb(170,152,166); }
td.TdClassName
{
border-color: #AA98A6;
}
.TagClassName
{
border-color: #AA98A6;
}
</style>