Shades of London Hue #AD94AC
Tints of London Hue #AD94AC
RGB
CMYK
RGB Variations
Color information
#AD94AC (or 0xAD94AC) is known color: London Hue. HEX triplet: AD, 94 and AC. RGB value is (173,148,172). Sum of RGB (Red+Green+Blue) = 173+148+172=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 173 - color contains mainly: red. Hex color #AD94AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD94AC is #526B53. Grayscale: #9E9E9E. Windows color (decimal): -5401428 or 11310253. OLE color: 11310253.
HSL color Cylindrical-coordinate representation of color #AD94AC: hue angle of 302.4º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AD94AC is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 172 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.32 |
| HSL | 302.4º | 0.13% | 0.63% | - |
| HSV(B) | 302.4º | 0.14% | 0.68% | - |
| XYZ | 35.27 | 33.04 | 43.55 | - |
| YUV | 158.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 172 | 0 | 0.14 | 0.01 | 0.32 | 302.4 | 0.13 | 0.63 |
| Hex | AD | 94 | AC | 0 | E | 1 | 20 | 12E | D | 3F |
| Octal | 255 | 224 | 254 | 0 | 16 | 1 | 40 | 456 | 15 | 77 |
| Binary | 10101101 | 10010100 | 10101100 | 0 | 1110 | 1 | 100000 | 100101110 | 1101 | 111111 |
Color Harmonies of #AD94AC
Complementary color
Monochromatic Colors of #AD94AC
Black with #AD94AC
Text Example
Text Example
White with #AD94AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD94AC; }
p { color: rgb(173,148,172); }
H1.HeaderClassName
{
color: #AD94AC;
}
.AnyTagClassName
{
color: #AD94AC;
}
</style>
background-color css
<style>
a { background-color: #AD94AC; }
a { background-color: rgb(173,148,172); }
div.DivClassName
{
background-color: #AD94AC;
}
.BgClassName
{
background-color: #AD94AC;
}
</style>
border-color css
<style>
span { border-color: #AD94AC; }
span { border-color: rgb(173,148,172); }
td.TdClassName
{
border-color: #AD94AC;
}
.TagClassName
{
border-color: #AD94AC;
}
</style>