Shades of London Hue #AD85AC
Tints of London Hue #AD85AC
RGB
CMYK
RGB Variations
Color information
#AD85AC (or 0xAD85AC) is known color: London Hue. HEX triplet: AD, 85 and AC. RGB value is (173,133,172). Sum of RGB (Red+Green+Blue) = 173+133+172=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 173 - color contains mainly: red. Hex color #AD85AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD85AC is #527A53. Grayscale: #959595. Windows color (decimal): -5405268 or 11306413. OLE color: 11306413.
HSL color Cylindrical-coordinate representation of color #AD85AC: hue angle of 301.5º degrees, saturation: 0.2, 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 #AD85AC is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 172 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.32 |
| HSL | 301.5º | 0.2% | 0.6% | - |
| HSV(B) | 301.5º | 0.23% | 0.68% | - |
| XYZ | 33.07 | 28.64 | 42.81 | - |
| YUV | 149.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 172 | 0 | 0.23 | 0.01 | 0.32 | 301.5 | 0.2 | 0.6 |
| Hex | AD | 85 | AC | 0 | 17 | 1 | 20 | 12E | 14 | 3C |
| Octal | 255 | 205 | 254 | 0 | 27 | 1 | 40 | 456 | 24 | 74 |
| Binary | 10101101 | 10000101 | 10101100 | 0 | 10111 | 1 | 100000 | 100101110 | 10100 | 111100 |
Color Harmonies of #AD85AC
Complementary color
Monochromatic Colors of #AD85AC
Black with #AD85AC
Text Example
Text Example
White with #AD85AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD85AC; }
p { color: rgb(173,133,172); }
H1.HeaderClassName
{
color: #AD85AC;
}
.AnyTagClassName
{
color: #AD85AC;
}
</style>
background-color css
<style>
a { background-color: #AD85AC; }
a { background-color: rgb(173,133,172); }
div.DivClassName
{
background-color: #AD85AC;
}
.BgClassName
{
background-color: #AD85AC;
}
</style>
border-color css
<style>
span { border-color: #AD85AC; }
span { border-color: rgb(173,133,172); }
td.TdClassName
{
border-color: #AD85AC;
}
.TagClassName
{
border-color: #AD85AC;
}
</style>