Shades of London Hue #A499A6
Tints of London Hue #A499A6
RGB
CMYK
RGB Variations
Color information
#A499A6 (or 0xA499A6) is known color: London Hue. HEX triplet: A4, 99 and A6. RGB value is (164,153,166). Sum of RGB (Red+Green+Blue) = 164+153+166=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 166 - color contains mainly: blue. Hex color #A499A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A499A6 is #5B6659. Grayscale: #9D9D9D. Windows color (decimal): -5989978 or 10918308. OLE color: 10918308.
HSL color Cylindrical-coordinate representation of color #A499A6: hue angle of 290.77º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A499A6 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 153 | 166 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.35 |
| HSL | 290.77º | 0.07% | 0.63% | - |
| HSV(B) | 290.77º | 0.08% | 0.65% | - |
| XYZ | 33.58 | 33.43 | 40.76 | - |
| YUV | 157.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 153 | 166 | 0.01 | 0.08 | 0 | 0.35 | 290.77 | 0.07 | 0.63 |
| Hex | A4 | 99 | A6 | 1 | 8 | 0 | 23 | 123 | 7 | 3F |
| Octal | 244 | 231 | 246 | 1 | 10 | 0 | 43 | 443 | 7 | 77 |
| Binary | 10100100 | 10011001 | 10100110 | 1 | 1000 | 0 | 100011 | 100100011 | 111 | 111111 |
Color Harmonies of #A499A6
Complementary color
Monochromatic Colors of #A499A6
Black with #A499A6
Text Example
Text Example
White with #A499A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A499A6; }
p { color: rgb(164,153,166); }
H1.HeaderClassName
{
color: #A499A6;
}
.AnyTagClassName
{
color: #A499A6;
}
</style>
background-color css
<style>
a { background-color: #A499A6; }
a { background-color: rgb(164,153,166); }
div.DivClassName
{
background-color: #A499A6;
}
.BgClassName
{
background-color: #A499A6;
}
</style>
border-color css
<style>
span { border-color: #A499A6; }
span { border-color: rgb(164,153,166); }
td.TdClassName
{
border-color: #A499A6;
}
.TagClassName
{
border-color: #A499A6;
}
</style>