Shades of London Hue #ADA5AB
Tints of London Hue #ADA5AB
RGB
CMYK
RGB Variations
Color information
#ADA5AB (or 0xADA5AB) is known color: London Hue. HEX triplet: AD, A5 and AB. RGB value is (173,165,171). Sum of RGB (Red+Green+Blue) = 173+165+171=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA5AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA5AB is #525A54. Grayscale: #A8A8A8. Windows color (decimal): -5397077 or 11249069. OLE color: 11249069.
HSL color Cylindrical-coordinate representation of color #ADA5AB: hue angle of 315º 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 #ADA5AB is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 171 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.32 |
| HSL | 315º | 0.05% | 0.66% | - |
| HSV(B) | 315º | 0.05% | 0.68% | - |
| XYZ | 38.04 | 38.73 | 44 | - |
| YUV | 168.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 171 | 0 | 0.05 | 0.01 | 0.32 | 315 | 0.05 | 0.66 |
| Hex | AD | A5 | AB | 0 | 5 | 1 | 20 | 13B | 5 | 42 |
| Octal | 255 | 245 | 253 | 0 | 5 | 1 | 40 | 473 | 5 | 102 |
| Binary | 10101101 | 10100101 | 10101011 | 0 | 101 | 1 | 100000 | 100111011 | 101 | 1000010 |
Color Harmonies of #ADA5AB
Complementary color
Monochromatic Colors of #ADA5AB
Black with #ADA5AB
Text Example
Text Example
White with #ADA5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA5AB; }
p { color: rgb(173,165,171); }
H1.HeaderClassName
{
color: #ADA5AB;
}
.AnyTagClassName
{
color: #ADA5AB;
}
</style>
background-color css
<style>
a { background-color: #ADA5AB; }
a { background-color: rgb(173,165,171); }
div.DivClassName
{
background-color: #ADA5AB;
}
.BgClassName
{
background-color: #ADA5AB;
}
</style>
border-color css
<style>
span { border-color: #ADA5AB; }
span { border-color: rgb(173,165,171); }
td.TdClassName
{
border-color: #ADA5AB;
}
.TagClassName
{
border-color: #ADA5AB;
}
</style>