Shades of London Hue #AD9AAF
Tints of London Hue #AD9AAF
RGB
CMYK
RGB Variations
Color information
#AD9AAF (or 0xAD9AAF) is known color: London Hue. HEX triplet: AD, 9A and AF. RGB value is (173,154,175). Sum of RGB (Red+Green+Blue) = 173+154+175=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD9AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9AAF is #526550. Grayscale: #A2A2A2. Windows color (decimal): -5399889 or 11508397. OLE color: 11508397.
HSL color Cylindrical-coordinate representation of color #AD9AAF: hue angle of 294.29º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AD9AAF is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 154 | 175 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.31 |
| HSL | 294.29º | 0.12% | 0.65% | - |
| HSV(B) | 294.29º | 0.12% | 0.69% | - |
| XYZ | 36.53 | 35.09 | 45.41 | - |
| YUV | 162.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 175 | 0.01 | 0.12 | 0 | 0.31 | 294.29 | 0.12 | 0.65 |
| Hex | AD | 9A | AF | 1 | C | 0 | 1F | 126 | C | 41 |
| Octal | 255 | 232 | 257 | 1 | 14 | 0 | 37 | 446 | 14 | 101 |
| Binary | 10101101 | 10011010 | 10101111 | 1 | 1100 | 0 | 11111 | 100100110 | 1100 | 1000001 |
Color Harmonies of #AD9AAF
Complementary color
Monochromatic Colors of #AD9AAF
Black with #AD9AAF
Text Example
Text Example
White with #AD9AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9AAF; }
p { color: rgb(173,154,175); }
H1.HeaderClassName
{
color: #AD9AAF;
}
.AnyTagClassName
{
color: #AD9AAF;
}
</style>
background-color css
<style>
a { background-color: #AD9AAF; }
a { background-color: rgb(173,154,175); }
div.DivClassName
{
background-color: #AD9AAF;
}
.BgClassName
{
background-color: #AD9AAF;
}
</style>
border-color css
<style>
span { border-color: #AD9AAF; }
span { border-color: rgb(173,154,175); }
td.TdClassName
{
border-color: #AD9AAF;
}
.TagClassName
{
border-color: #AD9AAF;
}
</style>