Shades of London Hue #A1899E
Tints of London Hue #A1899E
RGB
CMYK
RGB Variations
Color information
#A1899E (or 0xA1899E) is known color: London Hue. HEX triplet: A1, 89 and 9E. RGB value is (161,137,158). Sum of RGB (Red+Green+Blue) = 161+137+158=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 161 - color contains mainly: red. Hex color #A1899E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1899E is #5E7661. Grayscale: #929292. Windows color (decimal): -6190690 or 10389921. OLE color: 10389921.
HSL color Cylindrical-coordinate representation of color #A1899E: hue angle of 307.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1899E is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 137 | 158 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.37 |
| HSL | 307.5º | 0.11% | 0.58% | - |
| HSV(B) | 307.5º | 0.15% | 0.63% | - |
| XYZ | 29.82 | 27.94 | 36.17 | - |
| YUV | 146.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 158 | 0 | 0.15 | 0.02 | 0.37 | 307.5 | 0.11 | 0.58 |
| Hex | A1 | 89 | 9E | 0 | F | 2 | 25 | 134 | B | 3A |
| Octal | 241 | 211 | 236 | 0 | 17 | 2 | 45 | 464 | 13 | 72 |
| Binary | 10100001 | 10001001 | 10011110 | 0 | 1111 | 10 | 100101 | 100110100 | 1011 | 111010 |
Color Harmonies of #A1899E
Complementary color
Monochromatic Colors of #A1899E
Black with #A1899E
Text Example
Text Example
White with #A1899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1899E; }
p { color: rgb(161,137,158); }
H1.HeaderClassName
{
color: #A1899E;
}
.AnyTagClassName
{
color: #A1899E;
}
</style>
background-color css
<style>
a { background-color: #A1899E; }
a { background-color: rgb(161,137,158); }
div.DivClassName
{
background-color: #A1899E;
}
.BgClassName
{
background-color: #A1899E;
}
</style>
border-color css
<style>
span { border-color: #A1899E; }
span { border-color: rgb(161,137,158); }
td.TdClassName
{
border-color: #A1899E;
}
.TagClassName
{
border-color: #A1899E;
}
</style>