Shades of London Hue #A2909F
Tints of London Hue #A2909F
RGB
CMYK
RGB Variations
Color information
#A2909F (or 0xA2909F) is known color: London Hue. HEX triplet: A2, 90 and 9F. RGB value is (162,144,159). Sum of RGB (Red+Green+Blue) = 162+144+159=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 162 - color contains mainly: red. Hex color #A2909F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2909F is #5D6F60. Grayscale: #979797. Windows color (decimal): -6123361 or 10457250. OLE color: 10457250.
HSL color Cylindrical-coordinate representation of color #A2909F: hue angle of 310º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A2909F is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 144 | 159 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.36 |
| HSL | 310º | 0.09% | 0.6% | - |
| HSV(B) | 310º | 0.11% | 0.64% | - |
| XYZ | 31.13 | 30.13 | 36.98 | - |
| YUV | 151.09 | 132.46 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 159 | 0 | 0.11 | 0.02 | 0.36 | 310 | 0.09 | 0.6 |
| Hex | A2 | 90 | 9F | 0 | B | 2 | 24 | 136 | 9 | 3C |
| Octal | 242 | 220 | 237 | 0 | 13 | 2 | 44 | 466 | 11 | 74 |
| Binary | 10100010 | 10010000 | 10011111 | 0 | 1011 | 10 | 100100 | 100110110 | 1001 | 111100 |
Color Harmonies of #A2909F
Complementary color
Monochromatic Colors of #A2909F
Black with #A2909F
Text Example
Text Example
White with #A2909F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2909F; }
p { color: rgb(162,144,159); }
H1.HeaderClassName
{
color: #A2909F;
}
.AnyTagClassName
{
color: #A2909F;
}
</style>
background-color css
<style>
a { background-color: #A2909F; }
a { background-color: rgb(162,144,159); }
div.DivClassName
{
background-color: #A2909F;
}
.BgClassName
{
background-color: #A2909F;
}
</style>
border-color css
<style>
span { border-color: #A2909F; }
span { border-color: rgb(162,144,159); }
td.TdClassName
{
border-color: #A2909F;
}
.TagClassName
{
border-color: #A2909F;
}
</style>