Shades of London Hue #AD90AC
Tints of London Hue #AD90AC
RGB
CMYK
RGB Variations
Color information
#AD90AC (or 0xAD90AC) is known color: London Hue. HEX triplet: AD, 90 and AC. RGB value is (173,144,172). Sum of RGB (Red+Green+Blue) = 173+144+172=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 173 - color contains mainly: red. Hex color #AD90AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD90AC is #526F53. Grayscale: #9B9B9B. Windows color (decimal): -5402452 or 11309229. OLE color: 11309229.
HSL color Cylindrical-coordinate representation of color #AD90AC: hue angle of 302.07º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD90AC is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 172 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.32 |
| HSL | 302.07º | 0.15% | 0.62% | - |
| HSV(B) | 302.07º | 0.17% | 0.68% | - |
| XYZ | 34.65 | 31.81 | 43.34 | - |
| YUV | 155.86 | 137.11 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 172 | 0 | 0.17 | 0.01 | 0.32 | 302.07 | 0.15 | 0.62 |
| Hex | AD | 90 | AC | 0 | 11 | 1 | 20 | 12E | F | 3E |
| Octal | 255 | 220 | 254 | 0 | 21 | 1 | 40 | 456 | 17 | 76 |
| Binary | 10101101 | 10010000 | 10101100 | 0 | 10001 | 1 | 100000 | 100101110 | 1111 | 111110 |
Color Harmonies of #AD90AC
Complementary color
Monochromatic Colors of #AD90AC
Black with #AD90AC
Text Example
Text Example
White with #AD90AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD90AC; }
p { color: rgb(173,144,172); }
H1.HeaderClassName
{
color: #AD90AC;
}
.AnyTagClassName
{
color: #AD90AC;
}
</style>
background-color css
<style>
a { background-color: #AD90AC; }
a { background-color: rgb(173,144,172); }
div.DivClassName
{
background-color: #AD90AC;
}
.BgClassName
{
background-color: #AD90AC;
}
</style>
border-color css
<style>
span { border-color: #AD90AC; }
span { border-color: rgb(173,144,172); }
td.TdClassName
{
border-color: #AD90AC;
}
.TagClassName
{
border-color: #AD90AC;
}
</style>