Shades of London Hue #AD98AB
Tints of London Hue #AD98AB
RGB
CMYK
RGB Variations
Color information
#AD98AB (or 0xAD98AB) is known color: London Hue. HEX triplet: AD, 98 and AB. RGB value is (173,152,171). Sum of RGB (Red+Green+Blue) = 173+152+171=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 173 - color contains mainly: red. Hex color #AD98AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD98AB is #526754. Grayscale: #A0A0A0. Windows color (decimal): -5400405 or 11245741. OLE color: 11245741.
HSL color Cylindrical-coordinate representation of color #AD98AB: hue angle of 305.71º 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 #AD98AB is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 171 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.32 |
| HSL | 305.71º | 0.11% | 0.64% | - |
| HSV(B) | 305.71º | 0.12% | 0.68% | - |
| XYZ | 35.81 | 34.28 | 43.26 | - |
| YUV | 160.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 171 | 0 | 0.12 | 0.01 | 0.32 | 305.71 | 0.11 | 0.64 |
| Hex | AD | 98 | AB | 0 | C | 1 | 20 | 132 | B | 40 |
| Octal | 255 | 230 | 253 | 0 | 14 | 1 | 40 | 462 | 13 | 100 |
| Binary | 10101101 | 10011000 | 10101011 | 0 | 1100 | 1 | 100000 | 100110010 | 1011 | 1000000 |
Color Harmonies of #AD98AB
Complementary color
Monochromatic Colors of #AD98AB
Black with #AD98AB
Text Example
Text Example
White with #AD98AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD98AB; }
p { color: rgb(173,152,171); }
H1.HeaderClassName
{
color: #AD98AB;
}
.AnyTagClassName
{
color: #AD98AB;
}
</style>
background-color css
<style>
a { background-color: #AD98AB; }
a { background-color: rgb(173,152,171); }
div.DivClassName
{
background-color: #AD98AB;
}
.BgClassName
{
background-color: #AD98AB;
}
</style>
border-color css
<style>
span { border-color: #AD98AB; }
span { border-color: rgb(173,152,171); }
td.TdClassName
{
border-color: #AD98AB;
}
.TagClassName
{
border-color: #AD98AB;
}
</style>