Shades of Opium #A08683
Tints of Opium #A08683
RGB
CMYK
RGB Variations
Color information
#A08683 (or 0xA08683) is known color: Opium. HEX triplet: A0, 86 and 83. RGB value is (160,134,131). Sum of RGB (Red+Green+Blue) = 160+134+131=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 160 - color contains mainly: red. Hex color #A08683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08683 is #5F797C. Grayscale: #8D8D8D. Windows color (decimal): -6257021 or 8619680. OLE color: 8619680.
HSL color Cylindrical-coordinate representation of color #A08683: hue angle of 6.21º 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 #A08683 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 134 | 131 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.37 |
| HSL | 6.21º | 0.13% | 0.57% | - |
| HSV(B) | 6.21º | 0.18% | 0.63% | - |
| XYZ | 27.12 | 26.16 | 25.09 | - |
| YUV | 141.43 | 122.11 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 131 | 0 | 0.16 | 0.18 | 0.37 | 6.21 | 0.13 | 0.57 |
| Hex | A0 | 86 | 83 | 0 | 10 | 12 | 25 | 6 | D | 39 |
| Octal | 240 | 206 | 203 | 0 | 20 | 22 | 45 | 6 | 15 | 71 |
| Binary | 10100000 | 10000110 | 10000011 | 0 | 10000 | 10010 | 100101 | 110 | 1101 | 111001 |
Color Harmonies of #A08683
Complementary color
Monochromatic Colors of #A08683
Black with #A08683
Text Example
Text Example
White with #A08683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08683; }
p { color: rgb(160,134,131); }
H1.HeaderClassName
{
color: #A08683;
}
.AnyTagClassName
{
color: #A08683;
}
</style>
background-color css
<style>
a { background-color: #A08683; }
a { background-color: rgb(160,134,131); }
div.DivClassName
{
background-color: #A08683;
}
.BgClassName
{
background-color: #A08683;
}
</style>
border-color css
<style>
span { border-color: #A08683; }
span { border-color: rgb(160,134,131); }
td.TdClassName
{
border-color: #A08683;
}
.TagClassName
{
border-color: #A08683;
}
</style>