Shades of London Hue #ADA6AD
Tints of London Hue #ADA6AD
RGB
CMYK
RGB Variations
Color information
#ADA6AD (or 0xADA6AD) is known color: London Hue. HEX triplet: AD, A6 and AD. RGB value is (173,166,173). Sum of RGB (Red+Green+Blue) = 173+166+173=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #ADA6AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA6AD is #525952. Grayscale: #A8A8A8. Windows color (decimal): -5396819 or 11380397. OLE color: 11380397.
HSL color Cylindrical-coordinate representation of color #ADA6AD: hue angle of 300º degrees, saturation: 0.04, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ADA6AD is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 173 | - |
| CMYK | 0 | 0.04 | 0 | 0.32 |
| HSL | 300º | 0.04% | 0.66% | - |
| HSV(B) | 300º | 0.04% | 0.68% | - |
| XYZ | 38.41 | 39.17 | 45.07 | - |
| YUV | 168.89 | 130.32 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 173 | 0 | 0.04 | 0 | 0.32 | 300 | 0.04 | 0.66 |
| Hex | AD | A6 | AD | 0 | 4 | 0 | 20 | 12C | 4 | 42 |
| Octal | 255 | 246 | 255 | 0 | 4 | 0 | 40 | 454 | 4 | 102 |
| Binary | 10101101 | 10100110 | 10101101 | 0 | 100 | 0 | 100000 | 100101100 | 100 | 1000010 |
Color Harmonies of #ADA6AD
Complementary color
Monochromatic Colors of #ADA6AD
Black with #ADA6AD
Text Example
Text Example
White with #ADA6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA6AD; }
p { color: rgb(173,166,173); }
H1.HeaderClassName
{
color: #ADA6AD;
}
.AnyTagClassName
{
color: #ADA6AD;
}
</style>
background-color css
<style>
a { background-color: #ADA6AD; }
a { background-color: rgb(173,166,173); }
div.DivClassName
{
background-color: #ADA6AD;
}
.BgClassName
{
background-color: #ADA6AD;
}
</style>
border-color css
<style>
span { border-color: #ADA6AD; }
span { border-color: rgb(173,166,173); }
td.TdClassName
{
border-color: #ADA6AD;
}
.TagClassName
{
border-color: #ADA6AD;
}
</style>