Shades of London Hue #AD90AB
Tints of London Hue #AD90AB
RGB
CMYK
RGB Variations
Color information
#AD90AB (or 0xAD90AB) is known color: London Hue. HEX triplet: AD, 90 and AB. RGB value is (173,144,171). Sum of RGB (Red+Green+Blue) = 173+144+171=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 173 - color contains mainly: red. Hex color #AD90AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD90AB is #526F54. Grayscale: #9B9B9B. Windows color (decimal): -5402453 or 11243693. OLE color: 11243693.
HSL color Cylindrical-coordinate representation of color #AD90AB: hue angle of 304.14º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD90AB is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 171 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.32 |
| HSL | 304.14º | 0.15% | 0.62% | - |
| HSV(B) | 304.14º | 0.17% | 0.68% | - |
| XYZ | 34.56 | 31.77 | 42.84 | - |
| YUV | 155.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 171 | 0 | 0.17 | 0.01 | 0.32 | 304.14 | 0.15 | 0.62 |
| Hex | AD | 90 | AB | 0 | 11 | 1 | 20 | 130 | F | 3E |
| Octal | 255 | 220 | 253 | 0 | 21 | 1 | 40 | 460 | 17 | 76 |
| Binary | 10101101 | 10010000 | 10101011 | 0 | 10001 | 1 | 100000 | 100110000 | 1111 | 111110 |
Color Harmonies of #AD90AB
Complementary color
Monochromatic Colors of #AD90AB
Black with #AD90AB
Text Example
Text Example
White with #AD90AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD90AB; }
p { color: rgb(173,144,171); }
H1.HeaderClassName
{
color: #AD90AB;
}
.AnyTagClassName
{
color: #AD90AB;
}
</style>
background-color css
<style>
a { background-color: #AD90AB; }
a { background-color: rgb(173,144,171); }
div.DivClassName
{
background-color: #AD90AB;
}
.BgClassName
{
background-color: #AD90AB;
}
</style>
border-color css
<style>
span { border-color: #AD90AB; }
span { border-color: rgb(173,144,171); }
td.TdClassName
{
border-color: #AD90AB;
}
.TagClassName
{
border-color: #AD90AB;
}
</style>