Shades of London Hue #AD9DA9
Tints of London Hue #AD9DA9
RGB
CMYK
RGB Variations
Color information
#AD9DA9 (or 0xAD9DA9) is known color: London Hue. HEX triplet: AD, 9D and A9. RGB value is (173,157,169). Sum of RGB (Red+Green+Blue) = 173+157+169=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 169 (66.41% from 255 or 33.87% from 499); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9DA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9DA9 is #526256. Grayscale: #A3A3A3. Windows color (decimal): -5399127 or 11115949. OLE color: 11115949.
HSL color Cylindrical-coordinate representation of color #AD9DA9: hue angle of 315º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AD9DA9 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 157 | 169 | - |
CMYK | 0 | 0.09 | 0.02 | 0.32 |
HSL | 315º | 0.09% | 0.65% | - |
HSV(B) | 315º | 0.09% | 0.68% | - |
XYZ | 36.45 | 35.86 | 42.54 | - |
YUV | 163.15 | 131.3 | 135.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 157 | 169 | 0 | 0.09 | 0.02 | 0.32 | 315 | 0.09 | 0.65 |
Hex | AD | 9D | A9 | 0 | 9 | 2 | 20 | 13B | 9 | 41 |
Octal | 255 | 235 | 251 | 0 | 11 | 2 | 40 | 473 | 11 | 101 |
Binary | 10101101 | 10011101 | 10101001 | 0 | 1001 | 10 | 100000 | 100111011 | 1001 | 1000001 |
Color Harmonies of #AD9DA9
Complementary color
Monochromatic Colors of #AD9DA9
Black with #AD9DA9
Text Example
Text Example
White with #AD9DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9DA9; }
p { color: rgb(173,157,169); }
H1.HeaderClassName
{
color: #AD9DA9;
}
.AnyTagClassName
{
color: #AD9DA9;
}
</style>
background-color css
<style>
a { background-color: #AD9DA9; }
a { background-color: rgb(173,157,169); }
div.DivClassName
{
background-color: #AD9DA9;
}
.BgClassName
{
background-color: #AD9DA9;
}
</style>
border-color css
<style>
span { border-color: #AD9DA9; }
span { border-color: rgb(173,157,169); }
td.TdClassName
{
border-color: #AD9DA9;
}
.TagClassName
{
border-color: #AD9DA9;
}
</style>