Shades of London Hue #A1889E
Tints of London Hue #A1889E
RGB
CMYK
RGB Variations
Color information
#A1889E (or 0xA1889E) is known color: London Hue. HEX triplet: A1, 88 and 9E. RGB value is (161,136,158). Sum of RGB (Red+Green+Blue) = 161+136+158=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 161 - color contains mainly: red. Hex color #A1889E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1889E is #5E7761. Grayscale: #919191. Windows color (decimal): -6190946 or 10389665. OLE color: 10389665.
HSL color Cylindrical-coordinate representation of color #A1889E: hue angle of 307.2º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1889E is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 158 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.37 |
| HSL | 307.2º | 0.12% | 0.58% | - |
| HSV(B) | 307.2º | 0.16% | 0.63% | - |
| XYZ | 29.67 | 27.65 | 36.12 | - |
| YUV | 145.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 158 | 0 | 0.16 | 0.02 | 0.37 | 307.2 | 0.12 | 0.58 |
| Hex | A1 | 88 | 9E | 0 | 10 | 2 | 25 | 133 | C | 3A |
| Octal | 241 | 210 | 236 | 0 | 20 | 2 | 45 | 463 | 14 | 72 |
| Binary | 10100001 | 10001000 | 10011110 | 0 | 10000 | 10 | 100101 | 100110011 | 1100 | 111010 |
Color Harmonies of #A1889E
Complementary color
Monochromatic Colors of #A1889E
Black with #A1889E
Text Example
Text Example
White with #A1889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1889E; }
p { color: rgb(161,136,158); }
H1.HeaderClassName
{
color: #A1889E;
}
.AnyTagClassName
{
color: #A1889E;
}
</style>
background-color css
<style>
a { background-color: #A1889E; }
a { background-color: rgb(161,136,158); }
div.DivClassName
{
background-color: #A1889E;
}
.BgClassName
{
background-color: #A1889E;
}
</style>
border-color css
<style>
span { border-color: #A1889E; }
span { border-color: rgb(161,136,158); }
td.TdClassName
{
border-color: #A1889E;
}
.TagClassName
{
border-color: #A1889E;
}
</style>