Shades of London Hue #ADA6AB
Tints of London Hue #ADA6AB
RGB
CMYK
RGB Variations
Color information
#ADA6AB (or 0xADA6AB) is known color: London Hue. HEX triplet: AD, A6 and AB. RGB value is (173,166,171). Sum of RGB (Red+Green+Blue) = 173+166+171=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA6AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA6AB is #525954. Grayscale: #A8A8A8. Windows color (decimal): -5396821 or 11249325. OLE color: 11249325.
HSL color Cylindrical-coordinate representation of color #ADA6AB: hue angle of 317.14º 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 #ADA6AB is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 171 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.32 |
| HSL | 317.14º | 0.04% | 0.66% | - |
| HSV(B) | 317.14º | 0.04% | 0.68% | - |
| XYZ | 38.22 | 39.1 | 44.06 | - |
| YUV | 168.66 | 129.32 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 171 | 0 | 0.04 | 0.01 | 0.32 | 317.14 | 0.04 | 0.66 |
| Hex | AD | A6 | AB | 0 | 4 | 1 | 20 | 13D | 4 | 42 |
| Octal | 255 | 246 | 253 | 0 | 4 | 1 | 40 | 475 | 4 | 102 |
| Binary | 10101101 | 10100110 | 10101011 | 0 | 100 | 1 | 100000 | 100111101 | 100 | 1000010 |
Color Harmonies of #ADA6AB
Complementary color
Monochromatic Colors of #ADA6AB
Black with #ADA6AB
Text Example
Text Example
White with #ADA6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA6AB; }
p { color: rgb(173,166,171); }
H1.HeaderClassName
{
color: #ADA6AB;
}
.AnyTagClassName
{
color: #ADA6AB;
}
</style>
background-color css
<style>
a { background-color: #ADA6AB; }
a { background-color: rgb(173,166,171); }
div.DivClassName
{
background-color: #ADA6AB;
}
.BgClassName
{
background-color: #ADA6AB;
}
</style>
border-color css
<style>
span { border-color: #ADA6AB; }
span { border-color: rgb(173,166,171); }
td.TdClassName
{
border-color: #ADA6AB;
}
.TagClassName
{
border-color: #ADA6AB;
}
</style>