Shades of London Hue #A498A6
Tints of London Hue #A498A6
RGB
CMYK
RGB Variations
Color information
#A498A6 (or 0xA498A6) is known color: London Hue. HEX triplet: A4, 98 and A6. RGB value is (164,152,166). Sum of RGB (Red+Green+Blue) = 164+152+166=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 166 - color contains mainly: blue. Hex color #A498A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A498A6 is #5B6759. Grayscale: #9D9D9D. Windows color (decimal): -5990234 or 10918052. OLE color: 10918052.
HSL color Cylindrical-coordinate representation of color #A498A6: hue angle of 291.43º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A498A6 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 152 | 166 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.35 |
| HSL | 291.43º | 0.07% | 0.62% | - |
| HSV(B) | 291.43º | 0.08% | 0.65% | - |
| XYZ | 33.42 | 33.1 | 40.7 | - |
| YUV | 157.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 152 | 166 | 0.01 | 0.08 | 0 | 0.35 | 291.43 | 0.07 | 0.62 |
| Hex | A4 | 98 | A6 | 1 | 8 | 0 | 23 | 123 | 7 | 3E |
| Octal | 244 | 230 | 246 | 1 | 10 | 0 | 43 | 443 | 7 | 76 |
| Binary | 10100100 | 10011000 | 10100110 | 1 | 1000 | 0 | 100011 | 100100011 | 111 | 111110 |
Color Harmonies of #A498A6
Complementary color
Monochromatic Colors of #A498A6
Black with #A498A6
Text Example
Text Example
White with #A498A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A498A6; }
p { color: rgb(164,152,166); }
H1.HeaderClassName
{
color: #A498A6;
}
.AnyTagClassName
{
color: #A498A6;
}
</style>
background-color css
<style>
a { background-color: #A498A6; }
a { background-color: rgb(164,152,166); }
div.DivClassName
{
background-color: #A498A6;
}
.BgClassName
{
background-color: #A498A6;
}
</style>
border-color css
<style>
span { border-color: #A498A6; }
span { border-color: rgb(164,152,166); }
td.TdClassName
{
border-color: #A498A6;
}
.TagClassName
{
border-color: #A498A6;
}
</style>