Shades of London Hue #A09BA0
Tints of London Hue #A09BA0
RGB
CMYK
RGB Variations
Color information
#A09BA0 (or 0xA09BA0) is known color: London Hue. HEX triplet: A0, 9B and A0. RGB value is (160,155,160). Sum of RGB (Red+Green+Blue) = 160+155+160=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A09BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09BA0 is #5F645F. Grayscale: #9D9D9D. Windows color (decimal): -6251616 or 10525600. OLE color: 10525600.
HSL color Cylindrical-coordinate representation of color #A09BA0: hue angle of 300º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A09BA0 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
RGB | 160 | 155 | 160 | - |
CMYK | 0 | 0.03 | 0 | 0.37 |
HSL | 300º | 0.03% | 0.62% | - |
HSV(B) | 300º | 0.03% | 0.63% | - |
XYZ | 32.56 | 33.45 | 38 | - |
YUV | 157.07 | 129.66 | 130.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 155 | 160 | 0 | 0.03 | 0 | 0.37 | 300 | 0.03 | 0.62 |
Hex | A0 | 9B | A0 | 0 | 3 | 0 | 25 | 12C | 3 | 3E |
Octal | 240 | 233 | 240 | 0 | 3 | 0 | 45 | 454 | 3 | 76 |
Binary | 10100000 | 10011011 | 10100000 | 0 | 11 | 0 | 100101 | 100101100 | 11 | 111110 |
Color Harmonies of #A09BA0
Complementary color
Monochromatic Colors of #A09BA0
Black with #A09BA0
Text Example
Text Example
White with #A09BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09BA0; }
p { color: rgb(160,155,160); }
H1.HeaderClassName
{
color: #A09BA0;
}
.AnyTagClassName
{
color: #A09BA0;
}
</style>
background-color css
<style>
a { background-color: #A09BA0; }
a { background-color: rgb(160,155,160); }
div.DivClassName
{
background-color: #A09BA0;
}
.BgClassName
{
background-color: #A09BA0;
}
</style>
border-color css
<style>
span { border-color: #A09BA0; }
span { border-color: rgb(160,155,160); }
td.TdClassName
{
border-color: #A09BA0;
}
.TagClassName
{
border-color: #A09BA0;
}
</style>