Shades of London Hue #AD93A6
Tints of London Hue #AD93A6
RGB
CMYK
RGB Variations
Color information
#AD93A6 (or 0xAD93A6) is known color: London Hue. HEX triplet: AD, 93 and A6. RGB value is (173,147,166). Sum of RGB (Red+Green+Blue) = 173+147+166=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 173 - color contains mainly: red. Hex color #AD93A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD93A6 is #526C59. Grayscale: #9C9C9C. Windows color (decimal): -5401690 or 10916781. OLE color: 10916781.
HSL color Cylindrical-coordinate representation of color #AD93A6: hue angle of 316.15º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AD93A6 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 147 | 166 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.32 |
| HSL | 316.15º | 0.14% | 0.63% | - |
| HSV(B) | 316.15º | 0.15% | 0.68% | - |
| XYZ | 34.55 | 32.5 | 40.53 | - |
| YUV | 156.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 166 | 0 | 0.15 | 0.04 | 0.32 | 316.15 | 0.14 | 0.63 |
| Hex | AD | 93 | A6 | 0 | F | 4 | 20 | 13C | E | 3F |
| Octal | 255 | 223 | 246 | 0 | 17 | 4 | 40 | 474 | 16 | 77 |
| Binary | 10101101 | 10010011 | 10100110 | 0 | 1111 | 100 | 100000 | 100111100 | 1110 | 111111 |
Color Harmonies of #AD93A6
Complementary color
Monochromatic Colors of #AD93A6
Black with #AD93A6
Text Example
Text Example
White with #AD93A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD93A6; }
p { color: rgb(173,147,166); }
H1.HeaderClassName
{
color: #AD93A6;
}
.AnyTagClassName
{
color: #AD93A6;
}
</style>
background-color css
<style>
a { background-color: #AD93A6; }
a { background-color: rgb(173,147,166); }
div.DivClassName
{
background-color: #AD93A6;
}
.BgClassName
{
background-color: #AD93A6;
}
</style>
border-color css
<style>
span { border-color: #AD93A6; }
span { border-color: rgb(173,147,166); }
td.TdClassName
{
border-color: #AD93A6;
}
.TagClassName
{
border-color: #AD93A6;
}
</style>