Shades of London Hue #A09B9F
Tints of London Hue #A09B9F
RGB
CMYK
RGB Variations
Color information
#A09B9F (or 0xA09B9F) is known color: London Hue. HEX triplet: A0, 9B and 9F. RGB value is (160,155,159). Sum of RGB (Red+Green+Blue) = 160+155+159=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09B9F is #5F6460. Grayscale: #9C9C9C. Windows color (decimal): -6251617 or 10460064. OLE color: 10460064.
HSL color Cylindrical-coordinate representation of color #A09B9F: hue angle of 312º 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 #A09B9F is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 159 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.37 |
| HSL | 312º | 0.03% | 0.62% | - |
| HSV(B) | 312º | 0.03% | 0.63% | - |
| XYZ | 32.48 | 33.42 | 37.54 | - |
| YUV | 156.95 | 129.16 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 159 | 0 | 0.03 | 0.01 | 0.37 | 312 | 0.03 | 0.62 |
| Hex | A0 | 9B | 9F | 0 | 3 | 1 | 25 | 138 | 3 | 3E |
| Octal | 240 | 233 | 237 | 0 | 3 | 1 | 45 | 470 | 3 | 76 |
| Binary | 10100000 | 10011011 | 10011111 | 0 | 11 | 1 | 100101 | 100111000 | 11 | 111110 |
Color Harmonies of #A09B9F
Complementary color
Monochromatic Colors of #A09B9F
Black with #A09B9F
Text Example
Text Example
White with #A09B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B9F; }
p { color: rgb(160,155,159); }
H1.HeaderClassName
{
color: #A09B9F;
}
.AnyTagClassName
{
color: #A09B9F;
}
</style>
background-color css
<style>
a { background-color: #A09B9F; }
a { background-color: rgb(160,155,159); }
div.DivClassName
{
background-color: #A09B9F;
}
.BgClassName
{
background-color: #A09B9F;
}
</style>
border-color css
<style>
span { border-color: #A09B9F; }
span { border-color: rgb(160,155,159); }
td.TdClassName
{
border-color: #A09B9F;
}
.TagClassName
{
border-color: #A09B9F;
}
</style>