Shades of London Hue #ADA8AC
Tints of London Hue #ADA8AC
RGB
CMYK
RGB Variations
Color information
#ADA8AC (or 0xADA8AC) is known color: London Hue. HEX triplet: AD, A8 and AC. RGB value is (173,168,172). Sum of RGB (Red+Green+Blue) = 173+168+172=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA8AC is #525753. Grayscale: #A9A9A9. Windows color (decimal): -5396308 or 11315373. OLE color: 11315373.
HSL color Cylindrical-coordinate representation of color #ADA8AC: hue angle of 312º degrees, saturation: 0.03, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ADA8AC is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 168 | 172 | - |
CMYK | 0 | 0.03 | 0.01 | 0.32 |
HSL | 312º | 0.03% | 0.67% | - |
HSV(B) | 312º | 0.03% | 0.68% | - |
XYZ | 38.68 | 39.87 | 44.69 | - |
YUV | 169.95 | 129.16 | 130.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 168 | 172 | 0 | 0.03 | 0.01 | 0.32 | 312 | 0.03 | 0.67 |
Hex | AD | A8 | AC | 0 | 3 | 1 | 20 | 138 | 3 | 43 |
Octal | 255 | 250 | 254 | 0 | 3 | 1 | 40 | 470 | 3 | 103 |
Binary | 10101101 | 10101000 | 10101100 | 0 | 11 | 1 | 100000 | 100111000 | 11 | 1000011 |
Color Harmonies of #ADA8AC
Complementary color
Monochromatic Colors of #ADA8AC
Black with #ADA8AC
Text Example
Text Example
White with #ADA8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA8AC; }
p { color: rgb(173,168,172); }
H1.HeaderClassName
{
color: #ADA8AC;
}
.AnyTagClassName
{
color: #ADA8AC;
}
</style>
background-color css
<style>
a { background-color: #ADA8AC; }
a { background-color: rgb(173,168,172); }
div.DivClassName
{
background-color: #ADA8AC;
}
.BgClassName
{
background-color: #ADA8AC;
}
</style>
border-color css
<style>
span { border-color: #ADA8AC; }
span { border-color: rgb(173,168,172); }
td.TdClassName
{
border-color: #ADA8AC;
}
.TagClassName
{
border-color: #ADA8AC;
}
</style>