Shades of London Hue #ADA1AC
Tints of London Hue #ADA1AC
RGB
CMYK
RGB Variations
Color information
#ADA1AC (or 0xADA1AC) is known color: London Hue. HEX triplet: AD, A1 and AC. RGB value is (173,161,172). Sum of RGB (Red+Green+Blue) = 173+161+172=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA1AC is #525E53. Grayscale: #A5A5A5. Windows color (decimal): -5398100 or 11313581. OLE color: 11313581.
HSL color Cylindrical-coordinate representation of color #ADA1AC: hue angle of 305º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADA1AC is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 172 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.32 |
| HSL | 305º | 0.07% | 0.65% | - |
| HSV(B) | 305º | 0.07% | 0.68% | - |
| XYZ | 37.42 | 37.35 | 44.27 | - |
| YUV | 165.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 172 | 0 | 0.07 | 0.01 | 0.32 | 305 | 0.07 | 0.65 |
| Hex | AD | A1 | AC | 0 | 7 | 1 | 20 | 131 | 7 | 41 |
| Octal | 255 | 241 | 254 | 0 | 7 | 1 | 40 | 461 | 7 | 101 |
| Binary | 10101101 | 10100001 | 10101100 | 0 | 111 | 1 | 100000 | 100110001 | 111 | 1000001 |
Color Harmonies of #ADA1AC
Complementary color
Monochromatic Colors of #ADA1AC
Black with #ADA1AC
Text Example
Text Example
White with #ADA1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA1AC; }
p { color: rgb(173,161,172); }
H1.HeaderClassName
{
color: #ADA1AC;
}
.AnyTagClassName
{
color: #ADA1AC;
}
</style>
background-color css
<style>
a { background-color: #ADA1AC; }
a { background-color: rgb(173,161,172); }
div.DivClassName
{
background-color: #ADA1AC;
}
.BgClassName
{
background-color: #ADA1AC;
}
</style>
border-color css
<style>
span { border-color: #ADA1AC; }
span { border-color: rgb(173,161,172); }
td.TdClassName
{
border-color: #ADA1AC;
}
.TagClassName
{
border-color: #ADA1AC;
}
</style>