Shades of London Hue #AD9DAE
Tints of London Hue #AD9DAE
RGB
CMYK
RGB Variations
Color information
#AD9DAE (or 0xAD9DAE) is known color: London Hue. HEX triplet: AD, 9D and AE. RGB value is (173,157,174). Sum of RGB (Red+Green+Blue) = 173+157+174=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD9DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9DAE is #526251. Grayscale: #A3A3A3. Windows color (decimal): -5399122 or 11443629. OLE color: 11443629.
HSL color Cylindrical-coordinate representation of color #AD9DAE: hue angle of 296.47º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AD9DAE is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 157 | 174 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.32 |
| HSL | 296.47º | 0.09% | 0.65% | - |
| HSV(B) | 296.47º | 0.1% | 0.68% | - |
| XYZ | 36.93 | 36.05 | 45.06 | - |
| YUV | 163.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 174 | 0.01 | 0.10 | 0 | 0.32 | 296.47 | 0.09 | 0.65 |
| Hex | AD | 9D | AE | 1 | A | 0 | 20 | 128 | 9 | 41 |
| Octal | 255 | 235 | 256 | 1 | 12 | 0 | 40 | 450 | 11 | 101 |
| Binary | 10101101 | 10011101 | 10101110 | 1 | 1010 | 0 | 100000 | 100101000 | 1001 | 1000001 |
Color Harmonies of #AD9DAE
Complementary color
Monochromatic Colors of #AD9DAE
Black with #AD9DAE
Text Example
Text Example
White with #AD9DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9DAE; }
p { color: rgb(173,157,174); }
H1.HeaderClassName
{
color: #AD9DAE;
}
.AnyTagClassName
{
color: #AD9DAE;
}
</style>
background-color css
<style>
a { background-color: #AD9DAE; }
a { background-color: rgb(173,157,174); }
div.DivClassName
{
background-color: #AD9DAE;
}
.BgClassName
{
background-color: #AD9DAE;
}
</style>
border-color css
<style>
span { border-color: #AD9DAE; }
span { border-color: rgb(173,157,174); }
td.TdClassName
{
border-color: #AD9DAE;
}
.TagClassName
{
border-color: #AD9DAE;
}
</style>