Shades of London Hue #A19BA0
Tints of London Hue #A19BA0
RGB
CMYK
RGB Variations
Color information
#A19BA0 (or 0xA19BA0) is known color: London Hue. HEX triplet: A1, 9B and A0. RGB value is (161,155,160). Sum of RGB (Red+Green+Blue) = 161+155+160=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 161 - color contains mainly: red. Hex color #A19BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19BA0 is #5E645F. Grayscale: #9D9D9D. Windows color (decimal): -6186080 or 10525601. OLE color: 10525601.
HSL color Cylindrical-coordinate representation of color #A19BA0: hue angle of 310º degrees, saturation: 0.03, 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 #A19BA0 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 155 | 160 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.37 |
| HSL | 310º | 0.03% | 0.62% | - |
| HSV(B) | 310º | 0.04% | 0.63% | - |
| XYZ | 32.76 | 33.56 | 38.01 | - |
| YUV | 157.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 160 | 0 | 0.04 | 0.01 | 0.37 | 310 | 0.03 | 0.62 |
| Hex | A1 | 9B | A0 | 0 | 4 | 1 | 25 | 136 | 3 | 3E |
| Octal | 241 | 233 | 240 | 0 | 4 | 1 | 45 | 466 | 3 | 76 |
| Binary | 10100001 | 10011011 | 10100000 | 0 | 100 | 1 | 100101 | 100110110 | 11 | 111110 |
Color Harmonies of #A19BA0
Complementary color
Monochromatic Colors of #A19BA0
Black with #A19BA0
Text Example
Text Example
White with #A19BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19BA0; }
p { color: rgb(161,155,160); }
H1.HeaderClassName
{
color: #A19BA0;
}
.AnyTagClassName
{
color: #A19BA0;
}
</style>
background-color css
<style>
a { background-color: #A19BA0; }
a { background-color: rgb(161,155,160); }
div.DivClassName
{
background-color: #A19BA0;
}
.BgClassName
{
background-color: #A19BA0;
}
</style>
border-color css
<style>
span { border-color: #A19BA0; }
span { border-color: rgb(161,155,160); }
td.TdClassName
{
border-color: #A19BA0;
}
.TagClassName
{
border-color: #A19BA0;
}
</style>