Shades of London Hue #AD98AA
Tints of London Hue #AD98AA
RGB
CMYK
RGB Variations
Color information
#AD98AA (or 0xAD98AA) is known color: London Hue. HEX triplet: AD, 98 and AA. RGB value is (173,152,170). Sum of RGB (Red+Green+Blue) = 173+152+170=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 173 - color contains mainly: red. Hex color #AD98AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD98AA is #526755. Grayscale: #A0A0A0. Windows color (decimal): -5400406 or 11180205. OLE color: 11180205.
HSL color Cylindrical-coordinate representation of color #AD98AA: hue angle of 308.57º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AD98AA is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 170 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.32 |
| HSL | 308.57º | 0.11% | 0.64% | - |
| HSV(B) | 308.57º | 0.12% | 0.68% | - |
| XYZ | 35.72 | 34.24 | 42.76 | - |
| YUV | 160.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 170 | 0 | 0.12 | 0.02 | 0.32 | 308.57 | 0.11 | 0.64 |
| Hex | AD | 98 | AA | 0 | C | 2 | 20 | 135 | B | 40 |
| Octal | 255 | 230 | 252 | 0 | 14 | 2 | 40 | 465 | 13 | 100 |
| Binary | 10101101 | 10011000 | 10101010 | 0 | 1100 | 10 | 100000 | 100110101 | 1011 | 1000000 |
Color Harmonies of #AD98AA
Complementary color
Monochromatic Colors of #AD98AA
Black with #AD98AA
Text Example
Text Example
White with #AD98AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD98AA; }
p { color: rgb(173,152,170); }
H1.HeaderClassName
{
color: #AD98AA;
}
.AnyTagClassName
{
color: #AD98AA;
}
</style>
background-color css
<style>
a { background-color: #AD98AA; }
a { background-color: rgb(173,152,170); }
div.DivClassName
{
background-color: #AD98AA;
}
.BgClassName
{
background-color: #AD98AA;
}
</style>
border-color css
<style>
span { border-color: #AD98AA; }
span { border-color: rgb(173,152,170); }
td.TdClassName
{
border-color: #AD98AA;
}
.TagClassName
{
border-color: #AD98AA;
}
</style>