Shades of London Hue #ADA7AC
Tints of London Hue #ADA7AC
RGB
CMYK
RGB Variations
Color information
#ADA7AC (or 0xADA7AC) is known color: London Hue. HEX triplet: AD, A7 and AC. RGB value is (173,167,172). Sum of RGB (Red+Green+Blue) = 173+167+172=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA7AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA7AC is #525853. Grayscale: #A9A9A9. Windows color (decimal): -5396564 or 11315117. OLE color: 11315117.
HSL color Cylindrical-coordinate representation of color #ADA7AC: hue angle of 310º degrees, saturation: 0.04, 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 #ADA7AC is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 167 | 172 | - |
CMYK | 0 | 0.03 | 0.01 | 0.32 |
HSL | 310º | 0.04% | 0.67% | - |
HSV(B) | 310º | 0.03% | 0.68% | - |
XYZ | 38.5 | 39.5 | 44.62 | - |
YUV | 169.36 | 129.49 | 130.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 167 | 172 | 0 | 0.03 | 0.01 | 0.32 | 310 | 0.04 | 0.67 |
Hex | AD | A7 | AC | 0 | 3 | 1 | 20 | 136 | 4 | 43 |
Octal | 255 | 247 | 254 | 0 | 3 | 1 | 40 | 466 | 4 | 103 |
Binary | 10101101 | 10100111 | 10101100 | 0 | 11 | 1 | 100000 | 100110110 | 100 | 1000011 |
Color Harmonies of #ADA7AC
Complementary color
Monochromatic Colors of #ADA7AC
Black with #ADA7AC
Text Example
Text Example
White with #ADA7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA7AC; }
p { color: rgb(173,167,172); }
H1.HeaderClassName
{
color: #ADA7AC;
}
.AnyTagClassName
{
color: #ADA7AC;
}
</style>
background-color css
<style>
a { background-color: #ADA7AC; }
a { background-color: rgb(173,167,172); }
div.DivClassName
{
background-color: #ADA7AC;
}
.BgClassName
{
background-color: #ADA7AC;
}
</style>
border-color css
<style>
span { border-color: #ADA7AC; }
span { border-color: rgb(173,167,172); }
td.TdClassName
{
border-color: #ADA7AC;
}
.TagClassName
{
border-color: #ADA7AC;
}
</style>