Shades of London Hue #AD91AA
Tints of London Hue #AD91AA
RGB
CMYK
RGB Variations
Color information
#AD91AA (or 0xAD91AA) is known color: London Hue. HEX triplet: AD, 91 and AA. RGB value is (173,145,170). Sum of RGB (Red+Green+Blue) = 173+145+170=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 173 - color contains mainly: red. Hex color #AD91AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD91AA is #526E55. Grayscale: #9C9C9C. Windows color (decimal): -5402198 or 11178413. OLE color: 11178413.
HSL color Cylindrical-coordinate representation of color #AD91AA: hue angle of 306.43º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD91AA is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 145 | 170 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.32 |
| HSL | 306.43º | 0.15% | 0.62% | - |
| HSV(B) | 306.43º | 0.16% | 0.68% | - |
| XYZ | 34.61 | 32.04 | 42.39 | - |
| YUV | 156.22 | 135.78 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 170 | 0 | 0.16 | 0.02 | 0.32 | 306.43 | 0.15 | 0.62 |
| Hex | AD | 91 | AA | 0 | 10 | 2 | 20 | 132 | F | 3E |
| Octal | 255 | 221 | 252 | 0 | 20 | 2 | 40 | 462 | 17 | 76 |
| Binary | 10101101 | 10010001 | 10101010 | 0 | 10000 | 10 | 100000 | 100110010 | 1111 | 111110 |
Color Harmonies of #AD91AA
Complementary color
Monochromatic Colors of #AD91AA
Black with #AD91AA
Text Example
Text Example
White with #AD91AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD91AA; }
p { color: rgb(173,145,170); }
H1.HeaderClassName
{
color: #AD91AA;
}
.AnyTagClassName
{
color: #AD91AA;
}
</style>
background-color css
<style>
a { background-color: #AD91AA; }
a { background-color: rgb(173,145,170); }
div.DivClassName
{
background-color: #AD91AA;
}
.BgClassName
{
background-color: #AD91AA;
}
</style>
border-color css
<style>
span { border-color: #AD91AA; }
span { border-color: rgb(173,145,170); }
td.TdClassName
{
border-color: #AD91AA;
}
.TagClassName
{
border-color: #AD91AA;
}
</style>