Shades of London Hue #AD94AA
Tints of London Hue #AD94AA
RGB
CMYK
RGB Variations
Color information
#AD94AA (or 0xAD94AA) is known color: London Hue. HEX triplet: AD, 94 and AA. RGB value is (173,148,170). Sum of RGB (Red+Green+Blue) = 173+148+170=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 173 - color contains mainly: red. Hex color #AD94AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD94AA is #526B55. Grayscale: #9D9D9D. Windows color (decimal): -5401430 or 11179181. OLE color: 11179181.
HSL color Cylindrical-coordinate representation of color #AD94AA: hue angle of 307.2º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AD94AA is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 170 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.32 |
| HSL | 307.2º | 0.13% | 0.63% | - |
| HSV(B) | 307.2º | 0.14% | 0.68% | - |
| XYZ | 35.08 | 32.97 | 42.54 | - |
| YUV | 157.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 170 | 0 | 0.14 | 0.02 | 0.32 | 307.2 | 0.13 | 0.63 |
| Hex | AD | 94 | AA | 0 | E | 2 | 20 | 133 | D | 3F |
| Octal | 255 | 224 | 252 | 0 | 16 | 2 | 40 | 463 | 15 | 77 |
| Binary | 10101101 | 10010100 | 10101010 | 0 | 1110 | 10 | 100000 | 100110011 | 1101 | 111111 |
Color Harmonies of #AD94AA
Complementary color
Monochromatic Colors of #AD94AA
Black with #AD94AA
Text Example
Text Example
White with #AD94AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD94AA; }
p { color: rgb(173,148,170); }
H1.HeaderClassName
{
color: #AD94AA;
}
.AnyTagClassName
{
color: #AD94AA;
}
</style>
background-color css
<style>
a { background-color: #AD94AA; }
a { background-color: rgb(173,148,170); }
div.DivClassName
{
background-color: #AD94AA;
}
.BgClassName
{
background-color: #AD94AA;
}
</style>
border-color css
<style>
span { border-color: #AD94AA; }
span { border-color: rgb(173,148,170); }
td.TdClassName
{
border-color: #AD94AA;
}
.TagClassName
{
border-color: #AD94AA;
}
</style>