Shades of London Hue #ADA0AD
Tints of London Hue #ADA0AD
RGB
CMYK
RGB Variations
Color information
#ADA0AD (or 0xADA0AD) is known color: London Hue. HEX triplet: AD, A0 and AD. RGB value is (173,160,173). Sum of RGB (Red+Green+Blue) = 173+160+173=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #ADA0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA0AD is #525F52. Grayscale: #A5A5A5. Windows color (decimal): -5398355 or 11378861. OLE color: 11378861.
HSL color Cylindrical-coordinate representation of color #ADA0AD: hue angle of 300º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADA0AD is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 173 | - |
| CMYK | 0 | 0.08 | 0 | 0.32 |
| HSL | 300º | 0.07% | 0.65% | - |
| HSV(B) | 300º | 0.08% | 0.68% | - |
| XYZ | 37.35 | 37.04 | 44.72 | - |
| YUV | 165.37 | 132.31 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 173 | 0 | 0.08 | 0 | 0.32 | 300 | 0.07 | 0.65 |
| Hex | AD | A0 | AD | 0 | 8 | 0 | 20 | 12C | 7 | 41 |
| Octal | 255 | 240 | 255 | 0 | 10 | 0 | 40 | 454 | 7 | 101 |
| Binary | 10101101 | 10100000 | 10101101 | 0 | 1000 | 0 | 100000 | 100101100 | 111 | 1000001 |
Color Harmonies of #ADA0AD
Complementary color
Monochromatic Colors of #ADA0AD
Black with #ADA0AD
Text Example
Text Example
White with #ADA0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA0AD; }
p { color: rgb(173,160,173); }
H1.HeaderClassName
{
color: #ADA0AD;
}
.AnyTagClassName
{
color: #ADA0AD;
}
</style>
background-color css
<style>
a { background-color: #ADA0AD; }
a { background-color: rgb(173,160,173); }
div.DivClassName
{
background-color: #ADA0AD;
}
.BgClassName
{
background-color: #ADA0AD;
}
</style>
border-color css
<style>
span { border-color: #ADA0AD; }
span { border-color: rgb(173,160,173); }
td.TdClassName
{
border-color: #ADA0AD;
}
.TagClassName
{
border-color: #ADA0AD;
}
</style>