Shades of London Hue #A19AA0
Tints of London Hue #A19AA0
RGB
CMYK
RGB Variations
Color information
#A19AA0 (or 0xA19AA0) is known color: London Hue. HEX triplet: A1, 9A and A0. RGB value is (161,154,160). Sum of RGB (Red+Green+Blue) = 161+154+160=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 161 - color contains mainly: red. Hex color #A19AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19AA0 is #5E655F. Grayscale: #9C9C9C. Windows color (decimal): -6186336 or 10525345. OLE color: 10525345.
HSL color Cylindrical-coordinate representation of color #A19AA0: hue angle of 308.57º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A19AA0 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 154 | 160 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.37 |
| HSL | 308.57º | 0.04% | 0.62% | - |
| HSV(B) | 308.57º | 0.04% | 0.63% | - |
| XYZ | 32.6 | 33.23 | 37.95 | - |
| YUV | 156.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 160 | 0 | 0.04 | 0.01 | 0.37 | 308.57 | 0.04 | 0.62 |
| Hex | A1 | 9A | A0 | 0 | 4 | 1 | 25 | 135 | 4 | 3E |
| Octal | 241 | 232 | 240 | 0 | 4 | 1 | 45 | 465 | 4 | 76 |
| Binary | 10100001 | 10011010 | 10100000 | 0 | 100 | 1 | 100101 | 100110101 | 100 | 111110 |
Color Harmonies of #A19AA0
Complementary color
Monochromatic Colors of #A19AA0
Black with #A19AA0
Text Example
Text Example
White with #A19AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19AA0; }
p { color: rgb(161,154,160); }
H1.HeaderClassName
{
color: #A19AA0;
}
.AnyTagClassName
{
color: #A19AA0;
}
</style>
background-color css
<style>
a { background-color: #A19AA0; }
a { background-color: rgb(161,154,160); }
div.DivClassName
{
background-color: #A19AA0;
}
.BgClassName
{
background-color: #A19AA0;
}
</style>
border-color css
<style>
span { border-color: #A19AA0; }
span { border-color: rgb(161,154,160); }
td.TdClassName
{
border-color: #A19AA0;
}
.TagClassName
{
border-color: #A19AA0;
}
</style>