Shades of London Hue #A998A7
Tints of London Hue #A998A7
RGB
CMYK
RGB Variations
Color information
#A998A7 (or 0xA998A7) is known color: London Hue. HEX triplet: A9, 98 and A7. RGB value is (169,152,167). Sum of RGB (Red+Green+Blue) = 169+152+167=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 167 (65.62% from 255 or 34.22% from 488); Max value from RGB is 169 - color contains mainly: red. Hex color #A998A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A998A7 is #566758. Grayscale: #9E9E9E. Windows color (decimal): -5662553 or 10983593. OLE color: 10983593.
HSL color Cylindrical-coordinate representation of color #A998A7: hue angle of 307.06º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A998A7 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 152 | 167 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.34 |
| HSL | 307.06º | 0.09% | 0.63% | - |
| HSV(B) | 307.06º | 0.1% | 0.66% | - |
| XYZ | 34.57 | 33.68 | 41.24 | - |
| YUV | 158.79 | 132.63 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 167 | 0 | 0.10 | 0.01 | 0.34 | 307.06 | 0.09 | 0.63 |
| Hex | A9 | 98 | A7 | 0 | A | 1 | 22 | 133 | 9 | 3F |
| Octal | 251 | 230 | 247 | 0 | 12 | 1 | 42 | 463 | 11 | 77 |
| Binary | 10101001 | 10011000 | 10100111 | 0 | 1010 | 1 | 100010 | 100110011 | 1001 | 111111 |
Color Harmonies of #A998A7
Complementary color
Monochromatic Colors of #A998A7
Black with #A998A7
Text Example
Text Example
White with #A998A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A998A7; }
p { color: rgb(169,152,167); }
H1.HeaderClassName
{
color: #A998A7;
}
.AnyTagClassName
{
color: #A998A7;
}
</style>
background-color css
<style>
a { background-color: #A998A7; }
a { background-color: rgb(169,152,167); }
div.DivClassName
{
background-color: #A998A7;
}
.BgClassName
{
background-color: #A998A7;
}
</style>
border-color css
<style>
span { border-color: #A998A7; }
span { border-color: rgb(169,152,167); }
td.TdClassName
{
border-color: #A998A7;
}
.TagClassName
{
border-color: #A998A7;
}
</style>