Shades of London Hue #A0919E
Tints of London Hue #A0919E
RGB
CMYK
RGB Variations
Color information
#A0919E (or 0xA0919E) is known color: London Hue. HEX triplet: A0, 91 and 9E. RGB value is (160,145,158). Sum of RGB (Red+Green+Blue) = 160+145+158=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 160 - color contains mainly: red. Hex color #A0919E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0919E is #5F6E61. Grayscale: #969696. Windows color (decimal): -6254178 or 10391968. OLE color: 10391968.
HSL color Cylindrical-coordinate representation of color #A0919E: hue angle of 308º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A0919E is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 145 | 158 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.37 |
| HSL | 308º | 0.07% | 0.6% | - |
| HSV(B) | 308º | 0.09% | 0.63% | - |
| XYZ | 30.79 | 30.19 | 36.55 | - |
| YUV | 150.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 158 | 0 | 0.09 | 0.01 | 0.37 | 308 | 0.07 | 0.6 |
| Hex | A0 | 91 | 9E | 0 | 9 | 1 | 25 | 134 | 7 | 3C |
| Octal | 240 | 221 | 236 | 0 | 11 | 1 | 45 | 464 | 7 | 74 |
| Binary | 10100000 | 10010001 | 10011110 | 0 | 1001 | 1 | 100101 | 100110100 | 111 | 111100 |
Color Harmonies of #A0919E
Complementary color
Monochromatic Colors of #A0919E
Black with #A0919E
Text Example
Text Example
White with #A0919E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0919E; }
p { color: rgb(160,145,158); }
H1.HeaderClassName
{
color: #A0919E;
}
.AnyTagClassName
{
color: #A0919E;
}
</style>
background-color css
<style>
a { background-color: #A0919E; }
a { background-color: rgb(160,145,158); }
div.DivClassName
{
background-color: #A0919E;
}
.BgClassName
{
background-color: #A0919E;
}
</style>
border-color css
<style>
span { border-color: #A0919E; }
span { border-color: rgb(160,145,158); }
td.TdClassName
{
border-color: #A0919E;
}
.TagClassName
{
border-color: #A0919E;
}
</style>