Shades of London Hue #AD8DAC
Tints of London Hue #AD8DAC
RGB
CMYK
RGB Variations
Color information
#AD8DAC (or 0xAD8DAC) is known color: London Hue. HEX triplet: AD, 8D and AC. RGB value is (173,141,172). Sum of RGB (Red+Green+Blue) = 173+141+172=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8DAC is #527253. Grayscale: #9A9A9A. Windows color (decimal): -5403220 or 11308461. OLE color: 11308461.
HSL color Cylindrical-coordinate representation of color #AD8DAC: hue angle of 301.88º 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 #AD8DAC is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 141 | 172 | - |
CMYK | 0 | 0.18 | 0.01 | 0.32 |
HSL | 301.88º | 0.16% | 0.62% | - |
HSV(B) | 301.88º | 0.18% | 0.68% | - |
XYZ | 34.2 | 30.91 | 43.19 | - |
YUV | 154.1 | 138.1 | 141.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 141 | 172 | 0 | 0.18 | 0.01 | 0.32 | 301.88 | 0.16 | 0.62 |
Hex | AD | 8D | AC | 0 | 12 | 1 | 20 | 12E | 10 | 3E |
Octal | 255 | 215 | 254 | 0 | 22 | 1 | 40 | 456 | 20 | 76 |
Binary | 10101101 | 10001101 | 10101100 | 0 | 10010 | 1 | 100000 | 100101110 | 10000 | 111110 |
Color Harmonies of #AD8DAC
Complementary color
Monochromatic Colors of #AD8DAC
Black with #AD8DAC
Text Example
Text Example
White with #AD8DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8DAC; }
p { color: rgb(173,141,172); }
H1.HeaderClassName
{
color: #AD8DAC;
}
.AnyTagClassName
{
color: #AD8DAC;
}
</style>
background-color css
<style>
a { background-color: #AD8DAC; }
a { background-color: rgb(173,141,172); }
div.DivClassName
{
background-color: #AD8DAC;
}
.BgClassName
{
background-color: #AD8DAC;
}
</style>
border-color css
<style>
span { border-color: #AD8DAC; }
span { border-color: rgb(173,141,172); }
td.TdClassName
{
border-color: #AD8DAC;
}
.TagClassName
{
border-color: #AD8DAC;
}
</style>