Shades of London Hue #AD90AA
Tints of London Hue #AD90AA
RGB
CMYK
RGB Variations
Color information
#AD90AA (or 0xAD90AA) is known color: London Hue. HEX triplet: AD, 90 and AA. RGB value is (173,144,170). Sum of RGB (Red+Green+Blue) = 173+144+170=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 173 - color contains mainly: red. Hex color #AD90AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD90AA is #526F55. Grayscale: #9B9B9B. Windows color (decimal): -5402454 or 11178157. OLE color: 11178157.
HSL color Cylindrical-coordinate representation of color #AD90AA: hue angle of 306.21º 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 #AD90AA is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 170 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.32 |
| HSL | 306.21º | 0.15% | 0.62% | - |
| HSV(B) | 306.21º | 0.17% | 0.68% | - |
| XYZ | 34.46 | 31.73 | 42.34 | - |
| YUV | 155.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 170 | 0 | 0.17 | 0.02 | 0.32 | 306.21 | 0.15 | 0.62 |
| Hex | AD | 90 | AA | 0 | 11 | 2 | 20 | 132 | F | 3E |
| Octal | 255 | 220 | 252 | 0 | 21 | 2 | 40 | 462 | 17 | 76 |
| Binary | 10101101 | 10010000 | 10101010 | 0 | 10001 | 10 | 100000 | 100110010 | 1111 | 111110 |
Color Harmonies of #AD90AA
Complementary color
Monochromatic Colors of #AD90AA
Black with #AD90AA
Text Example
Text Example
White with #AD90AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD90AA; }
p { color: rgb(173,144,170); }
H1.HeaderClassName
{
color: #AD90AA;
}
.AnyTagClassName
{
color: #AD90AA;
}
</style>
background-color css
<style>
a { background-color: #AD90AA; }
a { background-color: rgb(173,144,170); }
div.DivClassName
{
background-color: #AD90AA;
}
.BgClassName
{
background-color: #AD90AA;
}
</style>
border-color css
<style>
span { border-color: #AD90AA; }
span { border-color: rgb(173,144,170); }
td.TdClassName
{
border-color: #AD90AA;
}
.TagClassName
{
border-color: #AD90AA;
}
</style>