Shades of London Hue #AD86AC
Tints of London Hue #AD86AC
RGB
CMYK
RGB Variations
Color information
#AD86AC (or 0xAD86AC) is known color: London Hue. HEX triplet: AD, 86 and AC. RGB value is (173,134,172). Sum of RGB (Red+Green+Blue) = 173+134+172=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #AD86AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD86AC is #527953. Grayscale: #959595. Windows color (decimal): -5405012 or 11306669. OLE color: 11306669.
HSL color Cylindrical-coordinate representation of color #AD86AC: hue angle of 301.54º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD86AC is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 172 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.32 |
| HSL | 301.54º | 0.19% | 0.6% | - |
| HSV(B) | 301.54º | 0.23% | 0.68% | - |
| XYZ | 33.21 | 28.91 | 42.86 | - |
| YUV | 149.99 | 140.42 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 172 | 0 | 0.23 | 0.01 | 0.32 | 301.54 | 0.19 | 0.6 |
| Hex | AD | 86 | AC | 0 | 17 | 1 | 20 | 12E | 13 | 3C |
| Octal | 255 | 206 | 254 | 0 | 27 | 1 | 40 | 456 | 23 | 74 |
| Binary | 10101101 | 10000110 | 10101100 | 0 | 10111 | 1 | 100000 | 100101110 | 10011 | 111100 |
Color Harmonies of #AD86AC
Complementary color
Monochromatic Colors of #AD86AC
Black with #AD86AC
Text Example
Text Example
White with #AD86AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD86AC; }
p { color: rgb(173,134,172); }
H1.HeaderClassName
{
color: #AD86AC;
}
.AnyTagClassName
{
color: #AD86AC;
}
</style>
background-color css
<style>
a { background-color: #AD86AC; }
a { background-color: rgb(173,134,172); }
div.DivClassName
{
background-color: #AD86AC;
}
.BgClassName
{
background-color: #AD86AC;
}
</style>
border-color css
<style>
span { border-color: #AD86AC; }
span { border-color: rgb(173,134,172); }
td.TdClassName
{
border-color: #AD86AC;
}
.TagClassName
{
border-color: #AD86AC;
}
</style>