Shades of London Hue #AD92AB
Tints of London Hue #AD92AB
RGB
CMYK
RGB Variations
Color information
#AD92AB (or 0xAD92AB) is known color: London Hue. HEX triplet: AD, 92 and AB. RGB value is (173,146,171). Sum of RGB (Red+Green+Blue) = 173+146+171=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 173 - color contains mainly: red. Hex color #AD92AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD92AB is #526D54. Grayscale: #9C9C9C. Windows color (decimal): -5401941 or 11244205. OLE color: 11244205.
HSL color Cylindrical-coordinate representation of color #AD92AB: hue angle of 304.44º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD92AB is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 171 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.32 |
| HSL | 304.44º | 0.14% | 0.63% | - |
| HSV(B) | 304.44º | 0.16% | 0.68% | - |
| XYZ | 34.86 | 32.38 | 42.94 | - |
| YUV | 156.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 171 | 0 | 0.16 | 0.01 | 0.32 | 304.44 | 0.14 | 0.63 |
| Hex | AD | 92 | AB | 0 | 10 | 1 | 20 | 130 | E | 3F |
| Octal | 255 | 222 | 253 | 0 | 20 | 1 | 40 | 460 | 16 | 77 |
| Binary | 10101101 | 10010010 | 10101011 | 0 | 10000 | 1 | 100000 | 100110000 | 1110 | 111111 |
Color Harmonies of #AD92AB
Complementary color
Monochromatic Colors of #AD92AB
Black with #AD92AB
Text Example
Text Example
White with #AD92AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD92AB; }
p { color: rgb(173,146,171); }
H1.HeaderClassName
{
color: #AD92AB;
}
.AnyTagClassName
{
color: #AD92AB;
}
</style>
background-color css
<style>
a { background-color: #AD92AB; }
a { background-color: rgb(173,146,171); }
div.DivClassName
{
background-color: #AD92AB;
}
.BgClassName
{
background-color: #AD92AB;
}
</style>
border-color css
<style>
span { border-color: #AD92AB; }
span { border-color: rgb(173,146,171); }
td.TdClassName
{
border-color: #AD92AB;
}
.TagClassName
{
border-color: #AD92AB;
}
</style>