Shades of Opium #A08A86
Tints of Opium #A08A86
RGB
CMYK
RGB Variations
Color information
#A08A86 (or 0xA08A86) is known color: Opium. HEX triplet: A0, 8A and 86. RGB value is (160,138,134). Sum of RGB (Red+Green+Blue) = 160+138+134=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08A86 is #5F7579. Grayscale: #909090. Windows color (decimal): -6255994 or 8817312. OLE color: 8817312.
HSL color Cylindrical-coordinate representation of color #A08A86: hue angle of 9.23º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A08A86 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 138 | 134 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.37 |
| HSL | 9.23º | 0.12% | 0.58% | - |
| HSV(B) | 9.23º | 0.16% | 0.63% | - |
| XYZ | 27.89 | 27.37 | 26.37 | - |
| YUV | 144.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 134 | 0 | 0.14 | 0.16 | 0.37 | 9.23 | 0.12 | 0.58 |
| Hex | A0 | 8A | 86 | 0 | E | 10 | 25 | 9 | C | 3A |
| Octal | 240 | 212 | 206 | 0 | 16 | 20 | 45 | 11 | 14 | 72 |
| Binary | 10100000 | 10001010 | 10000110 | 0 | 1110 | 10000 | 100101 | 1001 | 1100 | 111010 |
Color Harmonies of #A08A86
Complementary color
Monochromatic Colors of #A08A86
Black with #A08A86
Text Example
Text Example
White with #A08A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08A86; }
p { color: rgb(160,138,134); }
H1.HeaderClassName
{
color: #A08A86;
}
.AnyTagClassName
{
color: #A08A86;
}
</style>
background-color css
<style>
a { background-color: #A08A86; }
a { background-color: rgb(160,138,134); }
div.DivClassName
{
background-color: #A08A86;
}
.BgClassName
{
background-color: #A08A86;
}
</style>
border-color css
<style>
span { border-color: #A08A86; }
span { border-color: rgb(160,138,134); }
td.TdClassName
{
border-color: #A08A86;
}
.TagClassName
{
border-color: #A08A86;
}
</style>