Shades of London Hue #AD9BAF
Tints of London Hue #AD9BAF
RGB
CMYK
RGB Variations
Color information
#AD9BAF (or 0xAD9BAF) is known color: London Hue. HEX triplet: AD, 9B and AF. RGB value is (173,155,175). Sum of RGB (Red+Green+Blue) = 173+155+175=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD9BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9BAF is #526450. Grayscale: #A2A2A2. Windows color (decimal): -5399633 or 11508653. OLE color: 11508653.
HSL color Cylindrical-coordinate representation of color #AD9BAF: hue angle of 294º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AD9BAF is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 155 | 175 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.31 |
| HSL | 294º | 0.11% | 0.65% | - |
| HSV(B) | 294º | 0.11% | 0.69% | - |
| XYZ | 36.69 | 35.42 | 45.46 | - |
| YUV | 162.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 175 | 0.01 | 0.11 | 0 | 0.31 | 294 | 0.11 | 0.65 |
| Hex | AD | 9B | AF | 1 | B | 0 | 1F | 126 | B | 41 |
| Octal | 255 | 233 | 257 | 1 | 13 | 0 | 37 | 446 | 13 | 101 |
| Binary | 10101101 | 10011011 | 10101111 | 1 | 1011 | 0 | 11111 | 100100110 | 1011 | 1000001 |
Color Harmonies of #AD9BAF
Complementary color
Monochromatic Colors of #AD9BAF
Black with #AD9BAF
Text Example
Text Example
White with #AD9BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9BAF; }
p { color: rgb(173,155,175); }
H1.HeaderClassName
{
color: #AD9BAF;
}
.AnyTagClassName
{
color: #AD9BAF;
}
</style>
background-color css
<style>
a { background-color: #AD9BAF; }
a { background-color: rgb(173,155,175); }
div.DivClassName
{
background-color: #AD9BAF;
}
.BgClassName
{
background-color: #AD9BAF;
}
</style>
border-color css
<style>
span { border-color: #AD9BAF; }
span { border-color: rgb(173,155,175); }
td.TdClassName
{
border-color: #AD9BAF;
}
.TagClassName
{
border-color: #AD9BAF;
}
</style>