Shades of London Hue #A49AA2
Tints of London Hue #A49AA2
RGB
CMYK
RGB Variations
Color information
#A49AA2 (or 0xA49AA2) is known color: London Hue. HEX triplet: A4, 9A and A2. RGB value is (164,154,162). Sum of RGB (Red+Green+Blue) = 164+154+162=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 164 - color contains mainly: red. Hex color #A49AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49AA2 is #5B655D. Grayscale: #9D9D9D. Windows color (decimal): -5989726 or 10656420. OLE color: 10656420.
HSL color Cylindrical-coordinate representation of color #A49AA2: hue angle of 312º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A49AA2 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 154 | 162 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.36 |
| HSL | 312º | 0.05% | 0.62% | - |
| HSV(B) | 312º | 0.06% | 0.64% | - |
| XYZ | 33.39 | 33.61 | 38.91 | - |
| YUV | 157.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 154 | 162 | 0 | 0.06 | 0.01 | 0.36 | 312 | 0.05 | 0.62 |
| Hex | A4 | 9A | A2 | 0 | 6 | 1 | 24 | 138 | 5 | 3E |
| Octal | 244 | 232 | 242 | 0 | 6 | 1 | 44 | 470 | 5 | 76 |
| Binary | 10100100 | 10011010 | 10100010 | 0 | 110 | 1 | 100100 | 100111000 | 101 | 111110 |
Color Harmonies of #A49AA2
Complementary color
Monochromatic Colors of #A49AA2
Black with #A49AA2
Text Example
Text Example
White with #A49AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49AA2; }
p { color: rgb(164,154,162); }
H1.HeaderClassName
{
color: #A49AA2;
}
.AnyTagClassName
{
color: #A49AA2;
}
</style>
background-color css
<style>
a { background-color: #A49AA2; }
a { background-color: rgb(164,154,162); }
div.DivClassName
{
background-color: #A49AA2;
}
.BgClassName
{
background-color: #A49AA2;
}
</style>
border-color css
<style>
span { border-color: #A49AA2; }
span { border-color: rgb(164,154,162); }
td.TdClassName
{
border-color: #A49AA2;
}
.TagClassName
{
border-color: #A49AA2;
}
</style>