Shades of London Hue #A0959F
Tints of London Hue #A0959F
RGB
CMYK
RGB Variations
Color information
#A0959F (or 0xA0959F) is known color: London Hue. HEX triplet: A0, 95 and 9F. RGB value is (160,149,159). Sum of RGB (Red+Green+Blue) = 160+149+159=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 160 - color contains mainly: red. Hex color #A0959F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0959F is #5F6A60. Grayscale: #999999. Windows color (decimal): -6253153 or 10458528. OLE color: 10458528.
HSL color Cylindrical-coordinate representation of color #A0959F: hue angle of 305.45º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A0959F is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 149 | 159 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.37 |
| HSL | 305.45º | 0.05% | 0.61% | - |
| HSV(B) | 305.45º | 0.07% | 0.63% | - |
| XYZ | 31.5 | 31.47 | 37.22 | - |
| YUV | 153.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 159 | 0 | 0.07 | 0.01 | 0.37 | 305.45 | 0.05 | 0.61 |
| Hex | A0 | 95 | 9F | 0 | 7 | 1 | 25 | 131 | 5 | 3D |
| Octal | 240 | 225 | 237 | 0 | 7 | 1 | 45 | 461 | 5 | 75 |
| Binary | 10100000 | 10010101 | 10011111 | 0 | 111 | 1 | 100101 | 100110001 | 101 | 111101 |
Color Harmonies of #A0959F
Complementary color
Monochromatic Colors of #A0959F
Black with #A0959F
Text Example
Text Example
White with #A0959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0959F; }
p { color: rgb(160,149,159); }
H1.HeaderClassName
{
color: #A0959F;
}
.AnyTagClassName
{
color: #A0959F;
}
</style>
background-color css
<style>
a { background-color: #A0959F; }
a { background-color: rgb(160,149,159); }
div.DivClassName
{
background-color: #A0959F;
}
.BgClassName
{
background-color: #A0959F;
}
</style>
border-color css
<style>
span { border-color: #A0959F; }
span { border-color: rgb(160,149,159); }
td.TdClassName
{
border-color: #A0959F;
}
.TagClassName
{
border-color: #A0959F;
}
</style>