Shades of Opium #A08684
Tints of Opium #A08684
RGB
CMYK
RGB Variations
Color information
#A08684 (or 0xA08684) is known color: Opium. HEX triplet: A0, 86 and 84. RGB value is (160,134,132). Sum of RGB (Red+Green+Blue) = 160+134+132=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 160 - color contains mainly: red. Hex color #A08684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08684 is #5F797B. Grayscale: #8D8D8D. Windows color (decimal): -6257020 or 8685216. OLE color: 8685216.
HSL color Cylindrical-coordinate representation of color #A08684: hue angle of 4.29º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A08684 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 134 | 132 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.37 |
| HSL | 4.29º | 0.13% | 0.57% | - |
| HSV(B) | 4.29º | 0.18% | 0.63% | - |
| XYZ | 27.19 | 26.19 | 25.45 | - |
| YUV | 141.55 | 122.61 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 132 | 0 | 0.16 | 0.17 | 0.37 | 4.29 | 0.13 | 0.57 |
| Hex | A0 | 86 | 84 | 0 | 10 | 11 | 25 | 4 | D | 39 |
| Octal | 240 | 206 | 204 | 0 | 20 | 21 | 45 | 4 | 15 | 71 |
| Binary | 10100000 | 10000110 | 10000100 | 0 | 10000 | 10001 | 100101 | 100 | 1101 | 111001 |
Color Harmonies of #A08684
Complementary color
Monochromatic Colors of #A08684
Black with #A08684
Text Example
Text Example
White with #A08684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08684; }
p { color: rgb(160,134,132); }
H1.HeaderClassName
{
color: #A08684;
}
.AnyTagClassName
{
color: #A08684;
}
</style>
background-color css
<style>
a { background-color: #A08684; }
a { background-color: rgb(160,134,132); }
div.DivClassName
{
background-color: #A08684;
}
.BgClassName
{
background-color: #A08684;
}
</style>
border-color css
<style>
span { border-color: #A08684; }
span { border-color: rgb(160,134,132); }
td.TdClassName
{
border-color: #A08684;
}
.TagClassName
{
border-color: #A08684;
}
</style>