Shades of London Hue #ADA0AC
Tints of London Hue #ADA0AC
RGB
CMYK
RGB Variations
Color information
#ADA0AC (or 0xADA0AC) is known color: London Hue. HEX triplet: AD, A0 and AC. RGB value is (173,160,172). Sum of RGB (Red+Green+Blue) = 173+160+172=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA0AC is #525F53. Grayscale: #A5A5A5. Windows color (decimal): -5398356 or 11313325. OLE color: 11313325.
HSL color Cylindrical-coordinate representation of color #ADA0AC: hue angle of 304.62º 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 #ADA0AC is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 172 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.32 |
| HSL | 304.62º | 0.07% | 0.65% | - |
| HSV(B) | 304.62º | 0.08% | 0.68% | - |
| XYZ | 37.25 | 37 | 44.21 | - |
| YUV | 165.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 172 | 0 | 0.08 | 0.01 | 0.32 | 304.62 | 0.07 | 0.65 |
| Hex | AD | A0 | AC | 0 | 8 | 1 | 20 | 131 | 7 | 41 |
| Octal | 255 | 240 | 254 | 0 | 10 | 1 | 40 | 461 | 7 | 101 |
| Binary | 10101101 | 10100000 | 10101100 | 0 | 1000 | 1 | 100000 | 100110001 | 111 | 1000001 |
Color Harmonies of #ADA0AC
Complementary color
Monochromatic Colors of #ADA0AC
Black with #ADA0AC
Text Example
Text Example
White with #ADA0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA0AC; }
p { color: rgb(173,160,172); }
H1.HeaderClassName
{
color: #ADA0AC;
}
.AnyTagClassName
{
color: #ADA0AC;
}
</style>
background-color css
<style>
a { background-color: #ADA0AC; }
a { background-color: rgb(173,160,172); }
div.DivClassName
{
background-color: #ADA0AC;
}
.BgClassName
{
background-color: #ADA0AC;
}
</style>
border-color css
<style>
span { border-color: #ADA0AC; }
span { border-color: rgb(173,160,172); }
td.TdClassName
{
border-color: #ADA0AC;
}
.TagClassName
{
border-color: #ADA0AC;
}
</style>