Shades of London Hue #AD98AF
Tints of London Hue #AD98AF
RGB
CMYK
RGB Variations
Color information
#AD98AF (or 0xAD98AF) is known color: London Hue. HEX triplet: AD, 98 and AF. RGB value is (173,152,175). Sum of RGB (Red+Green+Blue) = 173+152+175=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD98AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD98AF is #526750. Grayscale: #A0A0A0. Windows color (decimal): -5400401 or 11507885. OLE color: 11507885.
HSL color Cylindrical-coordinate representation of color #AD98AF: hue angle of 294.78º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AD98AF is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 152 | 175 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.31 |
| HSL | 294.78º | 0.13% | 0.64% | - |
| HSV(B) | 294.78º | 0.13% | 0.69% | - |
| XYZ | 36.2 | 34.44 | 45.3 | - |
| YUV | 160.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 175 | 0.01 | 0.13 | 0 | 0.31 | 294.78 | 0.13 | 0.64 |
| Hex | AD | 98 | AF | 1 | D | 0 | 1F | 127 | D | 40 |
| Octal | 255 | 230 | 257 | 1 | 15 | 0 | 37 | 447 | 15 | 100 |
| Binary | 10101101 | 10011000 | 10101111 | 1 | 1101 | 0 | 11111 | 100100111 | 1101 | 1000000 |
Color Harmonies of #AD98AF
Complementary color
Monochromatic Colors of #AD98AF
Black with #AD98AF
Text Example
Text Example
White with #AD98AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD98AF; }
p { color: rgb(173,152,175); }
H1.HeaderClassName
{
color: #AD98AF;
}
.AnyTagClassName
{
color: #AD98AF;
}
</style>
background-color css
<style>
a { background-color: #AD98AF; }
a { background-color: rgb(173,152,175); }
div.DivClassName
{
background-color: #AD98AF;
}
.BgClassName
{
background-color: #AD98AF;
}
</style>
border-color css
<style>
span { border-color: #AD98AF; }
span { border-color: rgb(173,152,175); }
td.TdClassName
{
border-color: #AD98AF;
}
.TagClassName
{
border-color: #AD98AF;
}
</style>