Shades of London Hue #A498A1
Tints of London Hue #A498A1
RGB
CMYK
RGB Variations
Color information
#A498A1 (or 0xA498A1) is known color: London Hue. HEX triplet: A4, 98 and A1. RGB value is (164,152,161). Sum of RGB (Red+Green+Blue) = 164+152+161=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 164 - color contains mainly: red. Hex color #A498A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A498A1 is #5B675E. Grayscale: #9C9C9C. Windows color (decimal): -5990239 or 10590372. OLE color: 10590372.
HSL color Cylindrical-coordinate representation of color #A498A1: hue angle of 315º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A498A1 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 152 | 161 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.36 |
| HSL | 315º | 0.06% | 0.62% | - |
| HSV(B) | 315º | 0.07% | 0.64% | - |
| XYZ | 32.97 | 32.92 | 38.34 | - |
| YUV | 156.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 152 | 161 | 0 | 0.07 | 0.02 | 0.36 | 315 | 0.06 | 0.62 |
| Hex | A4 | 98 | A1 | 0 | 7 | 2 | 24 | 13B | 6 | 3E |
| Octal | 244 | 230 | 241 | 0 | 7 | 2 | 44 | 473 | 6 | 76 |
| Binary | 10100100 | 10011000 | 10100001 | 0 | 111 | 10 | 100100 | 100111011 | 110 | 111110 |
Color Harmonies of #A498A1
Complementary color
Monochromatic Colors of #A498A1
Black with #A498A1
Text Example
Text Example
White with #A498A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A498A1; }
p { color: rgb(164,152,161); }
H1.HeaderClassName
{
color: #A498A1;
}
.AnyTagClassName
{
color: #A498A1;
}
</style>
background-color css
<style>
a { background-color: #A498A1; }
a { background-color: rgb(164,152,161); }
div.DivClassName
{
background-color: #A498A1;
}
.BgClassName
{
background-color: #A498A1;
}
</style>
border-color css
<style>
span { border-color: #A498A1; }
span { border-color: rgb(164,152,161); }
td.TdClassName
{
border-color: #A498A1;
}
.TagClassName
{
border-color: #A498A1;
}
</style>