Shades of London Hue #A188A1
Tints of London Hue #A188A1
RGB
CMYK
RGB Variations
Color information
#A188A1 (or 0xA188A1) is known color: London Hue. HEX triplet: A1, 88 and A1. RGB value is (161,136,161). Sum of RGB (Red+Green+Blue) = 161+136+161=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 161 - color contains mainly: red, blue. Hex color #A188A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A188A1 is #5E775E. Grayscale: #929292. Windows color (decimal): -6190943 or 10586273. OLE color: 10586273.
HSL color Cylindrical-coordinate representation of color #A188A1: hue angle of 300º 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 #A188A1 is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 161 | - |
| CMYK | 0 | 0.16 | 0 | 0.37 |
| HSL | 300º | 0.12% | 0.58% | - |
| HSV(B) | 300º | 0.16% | 0.63% | - |
| XYZ | 29.94 | 27.76 | 37.5 | - |
| YUV | 146.33 | 136.28 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 161 | 0 | 0.16 | 0 | 0.37 | 300 | 0.12 | 0.58 |
| Hex | A1 | 88 | A1 | 0 | 10 | 0 | 25 | 12C | C | 3A |
| Octal | 241 | 210 | 241 | 0 | 20 | 0 | 45 | 454 | 14 | 72 |
| Binary | 10100001 | 10001000 | 10100001 | 0 | 10000 | 0 | 100101 | 100101100 | 1100 | 111010 |
Color Harmonies of #A188A1
Complementary color
Monochromatic Colors of #A188A1
Black with #A188A1
Text Example
Text Example
White with #A188A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A188A1; }
p { color: rgb(161,136,161); }
H1.HeaderClassName
{
color: #A188A1;
}
.AnyTagClassName
{
color: #A188A1;
}
</style>
background-color css
<style>
a { background-color: #A188A1; }
a { background-color: rgb(161,136,161); }
div.DivClassName
{
background-color: #A188A1;
}
.BgClassName
{
background-color: #A188A1;
}
</style>
border-color css
<style>
span { border-color: #A188A1; }
span { border-color: rgb(161,136,161); }
td.TdClassName
{
border-color: #A188A1;
}
.TagClassName
{
border-color: #A188A1;
}
</style>