Shades of Opium #A68686
Tints of Opium #A68686
RGB
CMYK
RGB Variations
Color information
#A68686 (or 0xA68686) is known color: Opium. HEX triplet: A6, 86 and 86. RGB value is (166,134,134). Sum of RGB (Red+Green+Blue) = 166+134+134=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 166 - color contains mainly: red. Hex color #A68686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68686 is #597979. Grayscale: #8F8F8F. Windows color (decimal): -5863802 or 8816294. OLE color: 8816294.
HSL color Cylindrical-coordinate representation of color #A68686: hue angle of 0º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A68686 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 134 | 134 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.35 |
| HSL | 0º | 0.15% | 0.59% | - |
| HSV(B) | 0º | 0.19% | 0.65% | - |
| XYZ | 28.55 | 26.88 | 26.24 | - |
| YUV | 143.57 | 122.6 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 134 | 0 | 0.19 | 0.19 | 0.35 | 0 | 0.15 | 0.59 |
| Hex | A6 | 86 | 86 | 0 | 13 | 13 | 23 | 0 | F | 3B |
| Octal | 246 | 206 | 206 | 0 | 23 | 23 | 43 | 0 | 17 | 73 |
| Binary | 10100110 | 10000110 | 10000110 | 0 | 10011 | 10011 | 100011 | 0 | 1111 | 111011 |
Color Harmonies of #A68686
Complementary color
Monochromatic Colors of #A68686
Black with #A68686
Text Example
Text Example
White with #A68686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68686; }
p { color: rgb(166,134,134); }
H1.HeaderClassName
{
color: #A68686;
}
.AnyTagClassName
{
color: #A68686;
}
</style>
background-color css
<style>
a { background-color: #A68686; }
a { background-color: rgb(166,134,134); }
div.DivClassName
{
background-color: #A68686;
}
.BgClassName
{
background-color: #A68686;
}
</style>
border-color css
<style>
span { border-color: #A68686; }
span { border-color: rgb(166,134,134); }
td.TdClassName
{
border-color: #A68686;
}
.TagClassName
{
border-color: #A68686;
}
</style>