Shades of London Hue #AD96AA
Tints of London Hue #AD96AA
RGB
CMYK
RGB Variations
Color information
#AD96AA (or 0xAD96AA) is known color: London Hue. HEX triplet: AD, 96 and AA. RGB value is (173,150,170). Sum of RGB (Red+Green+Blue) = 173+150+170=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 173 - color contains mainly: red. Hex color #AD96AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD96AA is #526955. Grayscale: #9F9F9F. Windows color (decimal): -5400918 or 11179693. OLE color: 11179693.
HSL color Cylindrical-coordinate representation of color #AD96AA: hue angle of 307.83º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AD96AA is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 170 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.32 |
| HSL | 307.83º | 0.12% | 0.63% | - |
| HSV(B) | 307.83º | 0.13% | 0.68% | - |
| XYZ | 35.4 | 33.6 | 42.65 | - |
| YUV | 159.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 170 | 0 | 0.13 | 0.02 | 0.32 | 307.83 | 0.12 | 0.63 |
| Hex | AD | 96 | AA | 0 | D | 2 | 20 | 134 | C | 3F |
| Octal | 255 | 226 | 252 | 0 | 15 | 2 | 40 | 464 | 14 | 77 |
| Binary | 10101101 | 10010110 | 10101010 | 0 | 1101 | 10 | 100000 | 100110100 | 1100 | 111111 |
Color Harmonies of #AD96AA
Complementary color
Monochromatic Colors of #AD96AA
Black with #AD96AA
Text Example
Text Example
White with #AD96AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD96AA; }
p { color: rgb(173,150,170); }
H1.HeaderClassName
{
color: #AD96AA;
}
.AnyTagClassName
{
color: #AD96AA;
}
</style>
background-color css
<style>
a { background-color: #AD96AA; }
a { background-color: rgb(173,150,170); }
div.DivClassName
{
background-color: #AD96AA;
}
.BgClassName
{
background-color: #AD96AA;
}
</style>
border-color css
<style>
span { border-color: #AD96AA; }
span { border-color: rgb(173,150,170); }
td.TdClassName
{
border-color: #AD96AA;
}
.TagClassName
{
border-color: #AD96AA;
}
</style>