Shades of London Hue #AD99AF
Tints of London Hue #AD99AF
RGB
CMYK
RGB Variations
Color information
#AD99AF (or 0xAD99AF) is known color: London Hue. HEX triplet: AD, 99 and AF. RGB value is (173,153,175). Sum of RGB (Red+Green+Blue) = 173+153+175=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD99AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD99AF is #526650. Grayscale: #A1A1A1. Windows color (decimal): -5400145 or 11508141. OLE color: 11508141.
HSL color Cylindrical-coordinate representation of color #AD99AF: hue angle of 294.55º degrees, saturation: 0.12, 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 #AD99AF is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 153 | 175 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.31 |
| HSL | 294.55º | 0.12% | 0.64% | - |
| HSV(B) | 294.55º | 0.13% | 0.69% | - |
| XYZ | 36.36 | 34.76 | 45.35 | - |
| YUV | 161.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 175 | 0.01 | 0.13 | 0 | 0.31 | 294.55 | 0.12 | 0.64 |
| Hex | AD | 99 | AF | 1 | D | 0 | 1F | 127 | C | 40 |
| Octal | 255 | 231 | 257 | 1 | 15 | 0 | 37 | 447 | 14 | 100 |
| Binary | 10101101 | 10011001 | 10101111 | 1 | 1101 | 0 | 11111 | 100100111 | 1100 | 1000000 |
Color Harmonies of #AD99AF
Complementary color
Monochromatic Colors of #AD99AF
Black with #AD99AF
Text Example
Text Example
White with #AD99AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD99AF; }
p { color: rgb(173,153,175); }
H1.HeaderClassName
{
color: #AD99AF;
}
.AnyTagClassName
{
color: #AD99AF;
}
</style>
background-color css
<style>
a { background-color: #AD99AF; }
a { background-color: rgb(173,153,175); }
div.DivClassName
{
background-color: #AD99AF;
}
.BgClassName
{
background-color: #AD99AF;
}
</style>
border-color css
<style>
span { border-color: #AD99AF; }
span { border-color: rgb(173,153,175); }
td.TdClassName
{
border-color: #AD99AF;
}
.TagClassName
{
border-color: #AD99AF;
}
</style>