Shades of London Hue #AD89A9
Tints of London Hue #AD89A9
RGB
CMYK
RGB Variations
Color information
#AD89A9 (or 0xAD89A9) is known color: London Hue. HEX triplet: AD, 89 and A9. RGB value is (173,137,169). Sum of RGB (Red+Green+Blue) = 173+137+169=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 169 (66.41% from 255 or 35.28% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #AD89A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD89A9 is #527656. Grayscale: #979797. Windows color (decimal): -5404247 or 11110829. OLE color: 11110829.
HSL color Cylindrical-coordinate representation of color #AD89A9: hue angle of 306.67º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD89A9 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 169 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.32 |
| HSL | 306.67º | 0.18% | 0.61% | - |
| HSV(B) | 306.67º | 0.21% | 0.68% | - |
| XYZ | 33.34 | 29.64 | 41.5 | - |
| YUV | 151.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 169 | 0 | 0.21 | 0.02 | 0.32 | 306.67 | 0.18 | 0.61 |
| Hex | AD | 89 | A9 | 0 | 15 | 2 | 20 | 133 | 12 | 3D |
| Octal | 255 | 211 | 251 | 0 | 25 | 2 | 40 | 463 | 22 | 75 |
| Binary | 10101101 | 10001001 | 10101001 | 0 | 10101 | 10 | 100000 | 100110011 | 10010 | 111101 |
Color Harmonies of #AD89A9
Complementary color
Monochromatic Colors of #AD89A9
Black with #AD89A9
Text Example
Text Example
White with #AD89A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD89A9; }
p { color: rgb(173,137,169); }
H1.HeaderClassName
{
color: #AD89A9;
}
.AnyTagClassName
{
color: #AD89A9;
}
</style>
background-color css
<style>
a { background-color: #AD89A9; }
a { background-color: rgb(173,137,169); }
div.DivClassName
{
background-color: #AD89A9;
}
.BgClassName
{
background-color: #AD89A9;
}
</style>
border-color css
<style>
span { border-color: #AD89A9; }
span { border-color: rgb(173,137,169); }
td.TdClassName
{
border-color: #AD89A9;
}
.TagClassName
{
border-color: #AD89A9;
}
</style>