Shades of London Hue #AD93A9
Tints of London Hue #AD93A9
RGB
CMYK
RGB Variations
Color information
#AD93A9 (or 0xAD93A9) is known color: London Hue. HEX triplet: AD, 93 and A9. RGB value is (173,147,169). Sum of RGB (Red+Green+Blue) = 173+147+169=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 169 (66.41% from 255 or 34.56% from 489); Max value from RGB is 173 - color contains mainly: red. Hex color #AD93A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD93A9 is #526C56. Grayscale: #9D9D9D. Windows color (decimal): -5401687 or 11113389. OLE color: 11113389.
HSL color Cylindrical-coordinate representation of color #AD93A9: hue angle of 309.23º 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 #AD93A9 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 147 | 169 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.32 |
| HSL | 309.23º | 0.14% | 0.63% | - |
| HSV(B) | 309.23º | 0.15% | 0.68% | - |
| XYZ | 34.83 | 32.62 | 42 | - |
| YUV | 157.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 169 | 0 | 0.15 | 0.02 | 0.32 | 309.23 | 0.14 | 0.63 |
| Hex | AD | 93 | A9 | 0 | F | 2 | 20 | 135 | E | 3F |
| Octal | 255 | 223 | 251 | 0 | 17 | 2 | 40 | 465 | 16 | 77 |
| Binary | 10101101 | 10010011 | 10101001 | 0 | 1111 | 10 | 100000 | 100110101 | 1110 | 111111 |
Color Harmonies of #AD93A9
Complementary color
Monochromatic Colors of #AD93A9
Black with #AD93A9
Text Example
Text Example
White with #AD93A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD93A9; }
p { color: rgb(173,147,169); }
H1.HeaderClassName
{
color: #AD93A9;
}
.AnyTagClassName
{
color: #AD93A9;
}
</style>
background-color css
<style>
a { background-color: #AD93A9; }
a { background-color: rgb(173,147,169); }
div.DivClassName
{
background-color: #AD93A9;
}
.BgClassName
{
background-color: #AD93A9;
}
</style>
border-color css
<style>
span { border-color: #AD93A9; }
span { border-color: rgb(173,147,169); }
td.TdClassName
{
border-color: #AD93A9;
}
.TagClassName
{
border-color: #AD93A9;
}
</style>