Shades of London Hue #AD93A4
Tints of London Hue #AD93A4
RGB
CMYK
RGB Variations
Color information
#AD93A4 (or 0xAD93A4) is known color: London Hue. HEX triplet: AD, 93 and A4. RGB value is (173,147,164). Sum of RGB (Red+Green+Blue) = 173+147+164=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 164 (64.45% from 255 or 33.88% from 484); Max value from RGB is 173 - color contains mainly: red. Hex color #AD93A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD93A4 is #526C5B. Grayscale: #9C9C9C. Windows color (decimal): -5401692 or 10785709. OLE color: 10785709.
HSL color Cylindrical-coordinate representation of color #AD93A4: hue angle of 320.77º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AD93A4 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 147 | 164 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.32 |
| HSL | 320.77º | 0.14% | 0.63% | - |
| HSV(B) | 320.77º | 0.15% | 0.68% | - |
| XYZ | 34.37 | 32.43 | 39.57 | - |
| YUV | 156.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 164 | 0 | 0.15 | 0.05 | 0.32 | 320.77 | 0.14 | 0.63 |
| Hex | AD | 93 | A4 | 0 | F | 5 | 20 | 141 | E | 3F |
| Octal | 255 | 223 | 244 | 0 | 17 | 5 | 40 | 501 | 16 | 77 |
| Binary | 10101101 | 10010011 | 10100100 | 0 | 1111 | 101 | 100000 | 101000001 | 1110 | 111111 |
Color Harmonies of #AD93A4
Complementary color
Monochromatic Colors of #AD93A4
Black with #AD93A4
Text Example
Text Example
White with #AD93A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD93A4; }
p { color: rgb(173,147,164); }
H1.HeaderClassName
{
color: #AD93A4;
}
.AnyTagClassName
{
color: #AD93A4;
}
</style>
background-color css
<style>
a { background-color: #AD93A4; }
a { background-color: rgb(173,147,164); }
div.DivClassName
{
background-color: #AD93A4;
}
.BgClassName
{
background-color: #AD93A4;
}
</style>
border-color css
<style>
span { border-color: #AD93A4; }
span { border-color: rgb(173,147,164); }
td.TdClassName
{
border-color: #AD93A4;
}
.TagClassName
{
border-color: #AD93A4;
}
</style>