Shades of London Hue #ADA3AC
Tints of London Hue #ADA3AC
RGB
CMYK
RGB Variations
Color information
#ADA3AC (or 0xADA3AC) is known color: London Hue. HEX triplet: AD, A3 and AC. RGB value is (173,163,172). Sum of RGB (Red+Green+Blue) = 173+163+172=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA3AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA3AC is #525C53. Grayscale: #A6A6A6. Windows color (decimal): -5397588 or 11314093. OLE color: 11314093.
HSL color Cylindrical-coordinate representation of color #ADA3AC: hue angle of 306º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADA3AC is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 163 | 172 | - |
CMYK | 0 | 0.06 | 0.01 | 0.32 |
HSL | 306º | 0.06% | 0.66% | - |
HSV(B) | 306º | 0.06% | 0.68% | - |
XYZ | 37.78 | 38.06 | 44.38 | - |
YUV | 167.02 | 130.81 | 132.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 163 | 172 | 0 | 0.06 | 0.01 | 0.32 | 306 | 0.06 | 0.66 |
Hex | AD | A3 | AC | 0 | 6 | 1 | 20 | 132 | 6 | 42 |
Octal | 255 | 243 | 254 | 0 | 6 | 1 | 40 | 462 | 6 | 102 |
Binary | 10101101 | 10100011 | 10101100 | 0 | 110 | 1 | 100000 | 100110010 | 110 | 1000010 |
Color Harmonies of #ADA3AC
Complementary color
Monochromatic Colors of #ADA3AC
Black with #ADA3AC
Text Example
Text Example
White with #ADA3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA3AC; }
p { color: rgb(173,163,172); }
H1.HeaderClassName
{
color: #ADA3AC;
}
.AnyTagClassName
{
color: #ADA3AC;
}
</style>
background-color css
<style>
a { background-color: #ADA3AC; }
a { background-color: rgb(173,163,172); }
div.DivClassName
{
background-color: #ADA3AC;
}
.BgClassName
{
background-color: #ADA3AC;
}
</style>
border-color css
<style>
span { border-color: #ADA3AC; }
span { border-color: rgb(173,163,172); }
td.TdClassName
{
border-color: #ADA3AC;
}
.TagClassName
{
border-color: #ADA3AC;
}
</style>