Shades of London Hue #ADA5AD
Tints of London Hue #ADA5AD
RGB
CMYK
RGB Variations
Color information
#ADA5AD (or 0xADA5AD) is known color: London Hue. HEX triplet: AD, A5 and AD. RGB value is (173,165,173). Sum of RGB (Red+Green+Blue) = 173+165+173=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #ADA5AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA5AD is #525A52. Grayscale: #A8A8A8. Windows color (decimal): -5397075 or 11380141. OLE color: 11380141.
HSL color Cylindrical-coordinate representation of color #ADA5AD: hue angle of 300º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ADA5AD is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 173 | - |
| CMYK | 0 | 0.05 | 0 | 0.32 |
| HSL | 300º | 0.05% | 0.66% | - |
| HSV(B) | 300º | 0.05% | 0.68% | - |
| XYZ | 38.23 | 38.81 | 45.01 | - |
| YUV | 168.3 | 130.65 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 173 | 0 | 0.05 | 0 | 0.32 | 300 | 0.05 | 0.66 |
| Hex | AD | A5 | AD | 0 | 5 | 0 | 20 | 12C | 5 | 42 |
| Octal | 255 | 245 | 255 | 0 | 5 | 0 | 40 | 454 | 5 | 102 |
| Binary | 10101101 | 10100101 | 10101101 | 0 | 101 | 0 | 100000 | 100101100 | 101 | 1000010 |
Color Harmonies of #ADA5AD
Complementary color
Monochromatic Colors of #ADA5AD
Black with #ADA5AD
Text Example
Text Example
White with #ADA5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA5AD; }
p { color: rgb(173,165,173); }
H1.HeaderClassName
{
color: #ADA5AD;
}
.AnyTagClassName
{
color: #ADA5AD;
}
</style>
background-color css
<style>
a { background-color: #ADA5AD; }
a { background-color: rgb(173,165,173); }
div.DivClassName
{
background-color: #ADA5AD;
}
.BgClassName
{
background-color: #ADA5AD;
}
</style>
border-color css
<style>
span { border-color: #ADA5AD; }
span { border-color: rgb(173,165,173); }
td.TdClassName
{
border-color: #ADA5AD;
}
.TagClassName
{
border-color: #ADA5AD;
}
</style>