Shades of London Hue #A08D9D
Tints of London Hue #A08D9D
RGB
CMYK
RGB Variations
Color information
#A08D9D (or 0xA08D9D) is known color: London Hue. HEX triplet: A0, 8D and 9D. RGB value is (160,141,157). Sum of RGB (Red+Green+Blue) = 160+141+157=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08D9D is #5F7262. Grayscale: #949494. Windows color (decimal): -6255203 or 10325408. OLE color: 10325408.
HSL color Cylindrical-coordinate representation of color #A08D9D: hue angle of 309.47º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A08D9D is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 157 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.37 |
| HSL | 309.47º | 0.09% | 0.59% | - |
| HSV(B) | 309.47º | 0.12% | 0.63% | - |
| XYZ | 30.11 | 28.96 | 35.9 | - |
| YUV | 148.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 157 | 0 | 0.12 | 0.02 | 0.37 | 309.47 | 0.09 | 0.59 |
| Hex | A0 | 8D | 9D | 0 | C | 2 | 25 | 135 | 9 | 3B |
| Octal | 240 | 215 | 235 | 0 | 14 | 2 | 45 | 465 | 11 | 73 |
| Binary | 10100000 | 10001101 | 10011101 | 0 | 1100 | 10 | 100101 | 100110101 | 1001 | 111011 |
Color Harmonies of #A08D9D
Complementary color
Monochromatic Colors of #A08D9D
Black with #A08D9D
Text Example
Text Example
White with #A08D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D9D; }
p { color: rgb(160,141,157); }
H1.HeaderClassName
{
color: #A08D9D;
}
.AnyTagClassName
{
color: #A08D9D;
}
</style>
background-color css
<style>
a { background-color: #A08D9D; }
a { background-color: rgb(160,141,157); }
div.DivClassName
{
background-color: #A08D9D;
}
.BgClassName
{
background-color: #A08D9D;
}
</style>
border-color css
<style>
span { border-color: #A08D9D; }
span { border-color: rgb(160,141,157); }
td.TdClassName
{
border-color: #A08D9D;
}
.TagClassName
{
border-color: #A08D9D;
}
</style>