Shades of Opium #A08682
Tints of Opium #A08682
RGB
CMYK
RGB Variations
Color information
#A08682 (or 0xA08682) is known color: Opium. HEX triplet: A0, 86 and 82. RGB value is (160,134,130). Sum of RGB (Red+Green+Blue) = 160+134+130=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 160 - color contains mainly: red. Hex color #A08682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08682 is #5F797D. Grayscale: #8D8D8D. Windows color (decimal): -6257022 or 8554144. OLE color: 8554144.
HSL color Cylindrical-coordinate representation of color #A08682: hue angle of 8º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A08682 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 134 | 130 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.37 |
| HSL | 8º | 0.14% | 0.57% | - |
| HSV(B) | 8º | 0.19% | 0.63% | - |
| XYZ | 27.05 | 26.14 | 24.74 | - |
| YUV | 141.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 130 | 0 | 0.16 | 0.19 | 0.37 | 8 | 0.14 | 0.57 |
| Hex | A0 | 86 | 82 | 0 | 10 | 13 | 25 | 8 | E | 39 |
| Octal | 240 | 206 | 202 | 0 | 20 | 23 | 45 | 10 | 16 | 71 |
| Binary | 10100000 | 10000110 | 10000010 | 0 | 10000 | 10011 | 100101 | 1000 | 1110 | 111001 |
Color Harmonies of #A08682
Complementary color
Monochromatic Colors of #A08682
Black with #A08682
Text Example
Text Example
White with #A08682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08682; }
p { color: rgb(160,134,130); }
H1.HeaderClassName
{
color: #A08682;
}
.AnyTagClassName
{
color: #A08682;
}
</style>
background-color css
<style>
a { background-color: #A08682; }
a { background-color: rgb(160,134,130); }
div.DivClassName
{
background-color: #A08682;
}
.BgClassName
{
background-color: #A08682;
}
</style>
border-color css
<style>
span { border-color: #A08682; }
span { border-color: rgb(160,134,130); }
td.TdClassName
{
border-color: #A08682;
}
.TagClassName
{
border-color: #A08682;
}
</style>