Shades of London Hue #AA9DA8
Tints of London Hue #AA9DA8
RGB
CMYK
RGB Variations
Color information
#AA9DA8 (or 0xAA9DA8) is known color: London Hue. HEX triplet: AA, 9D and A8. RGB value is (170,157,168). Sum of RGB (Red+Green+Blue) = 170+157+168=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9DA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9DA8 is #556257. Grayscale: #A2A2A2. Windows color (decimal): -5595736 or 11050410. OLE color: 11050410.
HSL color Cylindrical-coordinate representation of color #AA9DA8: hue angle of 309.23º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AA9DA8 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 157 | 168 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.33 |
| HSL | 309.23º | 0.07% | 0.64% | - |
| HSV(B) | 309.23º | 0.08% | 0.67% | - |
| XYZ | 35.7 | 35.49 | 42.01 | - |
| YUV | 162.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 168 | 0 | 0.08 | 0.01 | 0.33 | 309.23 | 0.07 | 0.64 |
| Hex | AA | 9D | A8 | 0 | 8 | 1 | 21 | 135 | 7 | 40 |
| Octal | 252 | 235 | 250 | 0 | 10 | 1 | 41 | 465 | 7 | 100 |
| Binary | 10101010 | 10011101 | 10101000 | 0 | 1000 | 1 | 100001 | 100110101 | 111 | 1000000 |
Color Harmonies of #AA9DA8
Complementary color
Monochromatic Colors of #AA9DA8
Black with #AA9DA8
Text Example
Text Example
White with #AA9DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9DA8; }
p { color: rgb(170,157,168); }
H1.HeaderClassName
{
color: #AA9DA8;
}
.AnyTagClassName
{
color: #AA9DA8;
}
</style>
background-color css
<style>
a { background-color: #AA9DA8; }
a { background-color: rgb(170,157,168); }
div.DivClassName
{
background-color: #AA9DA8;
}
.BgClassName
{
background-color: #AA9DA8;
}
</style>
border-color css
<style>
span { border-color: #AA9DA8; }
span { border-color: rgb(170,157,168); }
td.TdClassName
{
border-color: #AA9DA8;
}
.TagClassName
{
border-color: #AA9DA8;
}
</style>