Shades of London Hue #AD8DA5
Tints of London Hue #AD8DA5
RGB
CMYK
RGB Variations
Color information
#AD8DA5 (or 0xAD8DA5) is known color: London Hue. HEX triplet: AD, 8D and A5. RGB value is (173,141,165). Sum of RGB (Red+Green+Blue) = 173+141+165=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8DA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8DA5 is #52725A. Grayscale: #999999. Windows color (decimal): -5403227 or 10849709. OLE color: 10849709.
HSL color Cylindrical-coordinate representation of color #AD8DA5: hue angle of 315º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD8DA5 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 165 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.32 |
| HSL | 315º | 0.16% | 0.62% | - |
| HSV(B) | 315º | 0.18% | 0.68% | - |
| XYZ | 33.55 | 30.65 | 39.75 | - |
| YUV | 153.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 165 | 0 | 0.18 | 0.05 | 0.32 | 315 | 0.16 | 0.62 |
| Hex | AD | 8D | A5 | 0 | 12 | 5 | 20 | 13B | 10 | 3E |
| Octal | 255 | 215 | 245 | 0 | 22 | 5 | 40 | 473 | 20 | 76 |
| Binary | 10101101 | 10001101 | 10100101 | 0 | 10010 | 101 | 100000 | 100111011 | 10000 | 111110 |
Color Harmonies of #AD8DA5
Complementary color
Monochromatic Colors of #AD8DA5
Black with #AD8DA5
Text Example
Text Example
White with #AD8DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8DA5; }
p { color: rgb(173,141,165); }
H1.HeaderClassName
{
color: #AD8DA5;
}
.AnyTagClassName
{
color: #AD8DA5;
}
</style>
background-color css
<style>
a { background-color: #AD8DA5; }
a { background-color: rgb(173,141,165); }
div.DivClassName
{
background-color: #AD8DA5;
}
.BgClassName
{
background-color: #AD8DA5;
}
</style>
border-color css
<style>
span { border-color: #AD8DA5; }
span { border-color: rgb(173,141,165); }
td.TdClassName
{
border-color: #AD8DA5;
}
.TagClassName
{
border-color: #AD8DA5;
}
</style>