Shades of London Hue #AD92A4
Tints of London Hue #AD92A4
RGB
CMYK
RGB Variations
Color information
#AD92A4 (or 0xAD92A4) is known color: London Hue. HEX triplet: AD, 92 and A4. RGB value is (173,146,164). Sum of RGB (Red+Green+Blue) = 173+146+164=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 173 - color contains mainly: red. Hex color #AD92A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD92A4 is #526D5B. Grayscale: #9C9C9C. Windows color (decimal): -5401948 or 10785453. OLE color: 10785453.
HSL color Cylindrical-coordinate representation of color #AD92A4: hue angle of 320º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD92A4 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 164 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.32 |
| HSL | 320º | 0.14% | 0.63% | - |
| HSV(B) | 320º | 0.16% | 0.68% | - |
| XYZ | 34.21 | 32.12 | 39.52 | - |
| YUV | 156.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 164 | 0 | 0.16 | 0.05 | 0.32 | 320 | 0.14 | 0.63 |
| Hex | AD | 92 | A4 | 0 | 10 | 5 | 20 | 140 | E | 3F |
| Octal | 255 | 222 | 244 | 0 | 20 | 5 | 40 | 500 | 16 | 77 |
| Binary | 10101101 | 10010010 | 10100100 | 0 | 10000 | 101 | 100000 | 101000000 | 1110 | 111111 |
Color Harmonies of #AD92A4
Complementary color
Monochromatic Colors of #AD92A4
Black with #AD92A4
Text Example
Text Example
White with #AD92A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD92A4; }
p { color: rgb(173,146,164); }
H1.HeaderClassName
{
color: #AD92A4;
}
.AnyTagClassName
{
color: #AD92A4;
}
</style>
background-color css
<style>
a { background-color: #AD92A4; }
a { background-color: rgb(173,146,164); }
div.DivClassName
{
background-color: #AD92A4;
}
.BgClassName
{
background-color: #AD92A4;
}
</style>
border-color css
<style>
span { border-color: #AD92A4; }
span { border-color: rgb(173,146,164); }
td.TdClassName
{
border-color: #AD92A4;
}
.TagClassName
{
border-color: #AD92A4;
}
</style>