Shades of London Hue #AD9BAD
Tints of London Hue #AD9BAD
RGB
CMYK
RGB Variations
Color information
#AD9BAD (or 0xAD9BAD) is known color: London Hue. HEX triplet: AD, 9B and AD. RGB value is (173,155,173). Sum of RGB (Red+Green+Blue) = 173+155+173=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD9BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9BAD is #526452. Grayscale: #A2A2A2. Windows color (decimal): -5399635 or 11377581. OLE color: 11377581.
HSL color Cylindrical-coordinate representation of color #AD9BAD: hue angle of 300º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AD9BAD is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 155 | 173 | - |
| CMYK | 0 | 0.10 | 0 | 0.32 |
| HSL | 300º | 0.1% | 0.64% | - |
| HSV(B) | 300º | 0.1% | 0.68% | - |
| XYZ | 36.5 | 35.34 | 44.43 | - |
| YUV | 162.43 | 133.96 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 173 | 0 | 0.10 | 0 | 0.32 | 300 | 0.1 | 0.64 |
| Hex | AD | 9B | AD | 0 | A | 0 | 20 | 12C | A | 40 |
| Octal | 255 | 233 | 255 | 0 | 12 | 0 | 40 | 454 | 12 | 100 |
| Binary | 10101101 | 10011011 | 10101101 | 0 | 1010 | 0 | 100000 | 100101100 | 1010 | 1000000 |
Color Harmonies of #AD9BAD
Complementary color
Monochromatic Colors of #AD9BAD
Black with #AD9BAD
Text Example
Text Example
White with #AD9BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9BAD; }
p { color: rgb(173,155,173); }
H1.HeaderClassName
{
color: #AD9BAD;
}
.AnyTagClassName
{
color: #AD9BAD;
}
</style>
background-color css
<style>
a { background-color: #AD9BAD; }
a { background-color: rgb(173,155,173); }
div.DivClassName
{
background-color: #AD9BAD;
}
.BgClassName
{
background-color: #AD9BAD;
}
</style>
border-color css
<style>
span { border-color: #AD9BAD; }
span { border-color: rgb(173,155,173); }
td.TdClassName
{
border-color: #AD9BAD;
}
.TagClassName
{
border-color: #AD9BAD;
}
</style>