Shades of London Hue #A49EA5
Tints of London Hue #A49EA5
RGB
CMYK
RGB Variations
Color information
#A49EA5 (or 0xA49EA5) is known color: London Hue. HEX triplet: A4, 9E and A5. RGB value is (164,158,165). Sum of RGB (Red+Green+Blue) = 164+158+165=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 165 - color contains mainly: blue. Hex color #A49EA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49EA5 is #5B615A. Grayscale: #A0A0A0. Windows color (decimal): -5988699 or 10854052. OLE color: 10854052.
HSL color Cylindrical-coordinate representation of color #A49EA5: hue angle of 291.43º degrees, saturation: 0.04, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A49EA5 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 158 | 165 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.35 |
| HSL | 291.43º | 0.04% | 0.63% | - |
| HSV(B) | 291.43º | 0.04% | 0.65% | - |
| XYZ | 34.33 | 35.06 | 40.56 | - |
| YUV | 160.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 158 | 165 | 0.01 | 0.04 | 0 | 0.35 | 291.43 | 0.04 | 0.63 |
| Hex | A4 | 9E | A5 | 1 | 4 | 0 | 23 | 123 | 4 | 3F |
| Octal | 244 | 236 | 245 | 1 | 4 | 0 | 43 | 443 | 4 | 77 |
| Binary | 10100100 | 10011110 | 10100101 | 1 | 100 | 0 | 100011 | 100100011 | 100 | 111111 |
Color Harmonies of #A49EA5
Complementary color
Monochromatic Colors of #A49EA5
Black with #A49EA5
Text Example
Text Example
White with #A49EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49EA5; }
p { color: rgb(164,158,165); }
H1.HeaderClassName
{
color: #A49EA5;
}
.AnyTagClassName
{
color: #A49EA5;
}
</style>
background-color css
<style>
a { background-color: #A49EA5; }
a { background-color: rgb(164,158,165); }
div.DivClassName
{
background-color: #A49EA5;
}
.BgClassName
{
background-color: #A49EA5;
}
</style>
border-color css
<style>
span { border-color: #A49EA5; }
span { border-color: rgb(164,158,165); }
td.TdClassName
{
border-color: #A49EA5;
}
.TagClassName
{
border-color: #A49EA5;
}
</style>