Shades of London Hue #A08F9F
Tints of London Hue #A08F9F
RGB
CMYK
RGB Variations
Color information
#A08F9F (or 0xA08F9F) is known color: London Hue. HEX triplet: A0, 8F and 9F. RGB value is (160,143,159). Sum of RGB (Red+Green+Blue) = 160+143+159=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08F9F is #5F7060. Grayscale: #959595. Windows color (decimal): -6254689 or 10456992. OLE color: 10456992.
HSL color Cylindrical-coordinate representation of color #A08F9F: hue angle of 303.53º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A08F9F is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 143 | 159 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.37 |
| HSL | 303.53º | 0.08% | 0.59% | - |
| HSV(B) | 303.53º | 0.11% | 0.63% | - |
| XYZ | 30.58 | 29.62 | 36.91 | - |
| YUV | 149.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 159 | 0 | 0.11 | 0.01 | 0.37 | 303.53 | 0.08 | 0.59 |
| Hex | A0 | 8F | 9F | 0 | B | 1 | 25 | 130 | 8 | 3B |
| Octal | 240 | 217 | 237 | 0 | 13 | 1 | 45 | 460 | 10 | 73 |
| Binary | 10100000 | 10001111 | 10011111 | 0 | 1011 | 1 | 100101 | 100110000 | 1000 | 111011 |
Color Harmonies of #A08F9F
Complementary color
Monochromatic Colors of #A08F9F
Black with #A08F9F
Text Example
Text Example
White with #A08F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08F9F; }
p { color: rgb(160,143,159); }
H1.HeaderClassName
{
color: #A08F9F;
}
.AnyTagClassName
{
color: #A08F9F;
}
</style>
background-color css
<style>
a { background-color: #A08F9F; }
a { background-color: rgb(160,143,159); }
div.DivClassName
{
background-color: #A08F9F;
}
.BgClassName
{
background-color: #A08F9F;
}
</style>
border-color css
<style>
span { border-color: #A08F9F; }
span { border-color: rgb(160,143,159); }
td.TdClassName
{
border-color: #A08F9F;
}
.TagClassName
{
border-color: #A08F9F;
}
</style>