Shades of London Hue #A990A2
Tints of London Hue #A990A2
RGB
CMYK
RGB Variations
Color information
#A990A2 (or 0xA990A2) is known color: London Hue. HEX triplet: A9, 90 and A2. RGB value is (169,144,162). Sum of RGB (Red+Green+Blue) = 169+144+162=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 169 - color contains mainly: red. Hex color #A990A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A990A2 is #566F5D. Grayscale: #999999. Windows color (decimal): -5664606 or 10653865. OLE color: 10653865.
HSL color Cylindrical-coordinate representation of color #A990A2: hue angle of 316.8º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A990A2 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 144 | 162 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.34 |
| HSL | 316.8º | 0.13% | 0.61% | - |
| HSV(B) | 316.8º | 0.15% | 0.66% | - |
| XYZ | 32.86 | 30.99 | 38.43 | - |
| YUV | 153.53 | 132.78 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 162 | 0 | 0.15 | 0.04 | 0.34 | 316.8 | 0.13 | 0.61 |
| Hex | A9 | 90 | A2 | 0 | F | 4 | 22 | 13D | D | 3D |
| Octal | 251 | 220 | 242 | 0 | 17 | 4 | 42 | 475 | 15 | 75 |
| Binary | 10101001 | 10010000 | 10100010 | 0 | 1111 | 100 | 100010 | 100111101 | 1101 | 111101 |
Color Harmonies of #A990A2
Complementary color
Monochromatic Colors of #A990A2
Black with #A990A2
Text Example
Text Example
White with #A990A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A990A2; }
p { color: rgb(169,144,162); }
H1.HeaderClassName
{
color: #A990A2;
}
.AnyTagClassName
{
color: #A990A2;
}
</style>
background-color css
<style>
a { background-color: #A990A2; }
a { background-color: rgb(169,144,162); }
div.DivClassName
{
background-color: #A990A2;
}
.BgClassName
{
background-color: #A990A2;
}
</style>
border-color css
<style>
span { border-color: #A990A2; }
span { border-color: rgb(169,144,162); }
td.TdClassName
{
border-color: #A990A2;
}
.TagClassName
{
border-color: #A990A2;
}
</style>