Shades of London Hue #AD99AB
Tints of London Hue #AD99AB
RGB
CMYK
RGB Variations
Color information
#AD99AB (or 0xAD99AB) is known color: London Hue. HEX triplet: AD, 99 and AB. RGB value is (173,153,171). Sum of RGB (Red+Green+Blue) = 173+153+171=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 173 - color contains mainly: red. Hex color #AD99AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD99AB is #526654. Grayscale: #A0A0A0. Windows color (decimal): -5400149 or 11245997. OLE color: 11245997.
HSL color Cylindrical-coordinate representation of color #AD99AB: hue angle of 306º 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 #AD99AB is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 171 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.32 |
| HSL | 306º | 0.11% | 0.64% | - |
| HSV(B) | 306º | 0.12% | 0.68% | - |
| XYZ | 35.98 | 34.61 | 43.31 | - |
| YUV | 161.03 | 133.63 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 171 | 0 | 0.12 | 0.01 | 0.32 | 306 | 0.11 | 0.64 |
| Hex | AD | 99 | AB | 0 | C | 1 | 20 | 132 | B | 40 |
| Octal | 255 | 231 | 253 | 0 | 14 | 1 | 40 | 462 | 13 | 100 |
| Binary | 10101101 | 10011001 | 10101011 | 0 | 1100 | 1 | 100000 | 100110010 | 1011 | 1000000 |
Color Harmonies of #AD99AB
Complementary color
Monochromatic Colors of #AD99AB
Black with #AD99AB
Text Example
Text Example
White with #AD99AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD99AB; }
p { color: rgb(173,153,171); }
H1.HeaderClassName
{
color: #AD99AB;
}
.AnyTagClassName
{
color: #AD99AB;
}
</style>
background-color css
<style>
a { background-color: #AD99AB; }
a { background-color: rgb(173,153,171); }
div.DivClassName
{
background-color: #AD99AB;
}
.BgClassName
{
background-color: #AD99AB;
}
</style>
border-color css
<style>
span { border-color: #AD99AB; }
span { border-color: rgb(173,153,171); }
td.TdClassName
{
border-color: #AD99AB;
}
.TagClassName
{
border-color: #AD99AB;
}
</style>