Shades of London Hue #ADA4AC
Tints of London Hue #ADA4AC
RGB
CMYK
RGB Variations
Color information
#ADA4AC (or 0xADA4AC) is known color: London Hue. HEX triplet: AD, A4 and AC. RGB value is (173,164,172). Sum of RGB (Red+Green+Blue) = 173+164+172=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA4AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA4AC is #525B53. Grayscale: #A7A7A7. Windows color (decimal): -5397332 or 11314349. OLE color: 11314349.
HSL color Cylindrical-coordinate representation of color #ADA4AC: hue angle of 306.67º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ADA4AC is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 164 | 172 | - |
CMYK | 0 | 0.05 | 0.01 | 0.32 |
HSL | 306.67º | 0.05% | 0.66% | - |
HSV(B) | 306.67º | 0.05% | 0.68% | - |
XYZ | 37.96 | 38.41 | 44.44 | - |
YUV | 167.6 | 130.48 | 131.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 164 | 172 | 0 | 0.05 | 0.01 | 0.32 | 306.67 | 0.05 | 0.66 |
Hex | AD | A4 | AC | 0 | 5 | 1 | 20 | 133 | 5 | 42 |
Octal | 255 | 244 | 254 | 0 | 5 | 1 | 40 | 463 | 5 | 102 |
Binary | 10101101 | 10100100 | 10101100 | 0 | 101 | 1 | 100000 | 100110011 | 101 | 1000010 |
Color Harmonies of #ADA4AC
Complementary color
Monochromatic Colors of #ADA4AC
Black with #ADA4AC
Text Example
Text Example
White with #ADA4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA4AC; }
p { color: rgb(173,164,172); }
H1.HeaderClassName
{
color: #ADA4AC;
}
.AnyTagClassName
{
color: #ADA4AC;
}
</style>
background-color css
<style>
a { background-color: #ADA4AC; }
a { background-color: rgb(173,164,172); }
div.DivClassName
{
background-color: #ADA4AC;
}
.BgClassName
{
background-color: #ADA4AC;
}
</style>
border-color css
<style>
span { border-color: #ADA4AC; }
span { border-color: rgb(173,164,172); }
td.TdClassName
{
border-color: #ADA4AC;
}
.TagClassName
{
border-color: #ADA4AC;
}
</style>