Shades of London Hue #AD91AE
Tints of London Hue #AD91AE
RGB
CMYK
RGB Variations
Color information
#AD91AE (or 0xAD91AE) is known color: London Hue. HEX triplet: AD, 91 and AE. RGB value is (173,145,174). Sum of RGB (Red+Green+Blue) = 173+145+174=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD91AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD91AE is #526E51. Grayscale: #9C9C9C. Windows color (decimal): -5402194 or 11440557. OLE color: 11440557.
HSL color Cylindrical-coordinate representation of color #AD91AE: hue angle of 297.93º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD91AE is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 145 | 174 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.32 |
| HSL | 297.93º | 0.15% | 0.63% | - |
| HSV(B) | 297.93º | 0.17% | 0.68% | - |
| XYZ | 35 | 32.19 | 44.41 | - |
| YUV | 156.68 | 137.78 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 174 | 0.01 | 0.17 | 0 | 0.32 | 297.93 | 0.15 | 0.63 |
| Hex | AD | 91 | AE | 1 | 11 | 0 | 20 | 12A | F | 3F |
| Octal | 255 | 221 | 256 | 1 | 21 | 0 | 40 | 452 | 17 | 77 |
| Binary | 10101101 | 10010001 | 10101110 | 1 | 10001 | 0 | 100000 | 100101010 | 1111 | 111111 |
Color Harmonies of #AD91AE
Complementary color
Monochromatic Colors of #AD91AE
Black with #AD91AE
Text Example
Text Example
White with #AD91AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD91AE; }
p { color: rgb(173,145,174); }
H1.HeaderClassName
{
color: #AD91AE;
}
.AnyTagClassName
{
color: #AD91AE;
}
</style>
background-color css
<style>
a { background-color: #AD91AE; }
a { background-color: rgb(173,145,174); }
div.DivClassName
{
background-color: #AD91AE;
}
.BgClassName
{
background-color: #AD91AE;
}
</style>
border-color css
<style>
span { border-color: #AD91AE; }
span { border-color: rgb(173,145,174); }
td.TdClassName
{
border-color: #AD91AE;
}
.TagClassName
{
border-color: #AD91AE;
}
</style>