Shades of London Hue #AD98A8
Tints of London Hue #AD98A8
RGB
CMYK
RGB Variations
Color information
#AD98A8 (or 0xAD98A8) is known color: London Hue. HEX triplet: AD, 98 and A8. RGB value is (173,152,168). Sum of RGB (Red+Green+Blue) = 173+152+168=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 173 - color contains mainly: red. Hex color #AD98A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD98A8 is #526757. Grayscale: #A0A0A0. Windows color (decimal): -5400408 or 11049133. OLE color: 11049133.
HSL color Cylindrical-coordinate representation of color #AD98A8: hue angle of 314.29º 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 #AD98A8 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 168 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.32 |
| HSL | 314.29º | 0.11% | 0.64% | - |
| HSV(B) | 314.29º | 0.12% | 0.68% | - |
| XYZ | 35.53 | 34.17 | 41.77 | - |
| YUV | 160.1 | 132.46 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 168 | 0 | 0.12 | 0.03 | 0.32 | 314.29 | 0.11 | 0.64 |
| Hex | AD | 98 | A8 | 0 | C | 3 | 20 | 13A | B | 40 |
| Octal | 255 | 230 | 250 | 0 | 14 | 3 | 40 | 472 | 13 | 100 |
| Binary | 10101101 | 10011000 | 10101000 | 0 | 1100 | 11 | 100000 | 100111010 | 1011 | 1000000 |
Color Harmonies of #AD98A8
Complementary color
Monochromatic Colors of #AD98A8
Black with #AD98A8
Text Example
Text Example
White with #AD98A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD98A8; }
p { color: rgb(173,152,168); }
H1.HeaderClassName
{
color: #AD98A8;
}
.AnyTagClassName
{
color: #AD98A8;
}
</style>
background-color css
<style>
a { background-color: #AD98A8; }
a { background-color: rgb(173,152,168); }
div.DivClassName
{
background-color: #AD98A8;
}
.BgClassName
{
background-color: #AD98A8;
}
</style>
border-color css
<style>
span { border-color: #AD98A8; }
span { border-color: rgb(173,152,168); }
td.TdClassName
{
border-color: #AD98A8;
}
.TagClassName
{
border-color: #AD98A8;
}
</style>