Shades of London Hue #A199A0
Tints of London Hue #A199A0
RGB
CMYK
RGB Variations
Color information
#A199A0 (or 0xA199A0) is known color: London Hue. HEX triplet: A1, 99 and A0. RGB value is (161,153,160). Sum of RGB (Red+Green+Blue) = 161+153+160=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 161 - color contains mainly: red. Hex color #A199A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A199A0 is #5E665F. Grayscale: #9C9C9C. Windows color (decimal): -6186592 or 10525089. OLE color: 10525089.
HSL color Cylindrical-coordinate representation of color #A199A0: hue angle of 307.5º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A199A0 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 160 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.37 |
| HSL | 307.5º | 0.04% | 0.62% | - |
| HSV(B) | 307.5º | 0.05% | 0.63% | - |
| XYZ | 32.43 | 32.9 | 37.9 | - |
| YUV | 156.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 160 | 0 | 0.05 | 0.01 | 0.37 | 307.5 | 0.04 | 0.62 |
| Hex | A1 | 99 | A0 | 0 | 5 | 1 | 25 | 134 | 4 | 3E |
| Octal | 241 | 231 | 240 | 0 | 5 | 1 | 45 | 464 | 4 | 76 |
| Binary | 10100001 | 10011001 | 10100000 | 0 | 101 | 1 | 100101 | 100110100 | 100 | 111110 |
Color Harmonies of #A199A0
Complementary color
Monochromatic Colors of #A199A0
Black with #A199A0
Text Example
Text Example
White with #A199A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A199A0; }
p { color: rgb(161,153,160); }
H1.HeaderClassName
{
color: #A199A0;
}
.AnyTagClassName
{
color: #A199A0;
}
</style>
background-color css
<style>
a { background-color: #A199A0; }
a { background-color: rgb(161,153,160); }
div.DivClassName
{
background-color: #A199A0;
}
.BgClassName
{
background-color: #A199A0;
}
</style>
border-color css
<style>
span { border-color: #A199A0; }
span { border-color: rgb(161,153,160); }
td.TdClassName
{
border-color: #A199A0;
}
.TagClassName
{
border-color: #A199A0;
}
</style>