Shades of Opium #A08581
Tints of Opium #A08581
RGB
CMYK
RGB Variations
Color information
#A08581 (or 0xA08581) is known color: Opium. HEX triplet: A0, 85 and 81. RGB value is (160,133,129). Sum of RGB (Red+Green+Blue) = 160+133+129=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A08581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08581 is #5F7A7E. Grayscale: #8C8C8C. Windows color (decimal): -6257279 or 8488352. OLE color: 8488352.
HSL color Cylindrical-coordinate representation of color #A08581: hue angle of 7.74º 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 #A08581 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 133 | 129 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.37 |
| HSL | 7.74º | 0.14% | 0.57% | - |
| HSV(B) | 7.74º | 0.19% | 0.63% | - |
| XYZ | 26.85 | 25.83 | 24.34 | - |
| YUV | 140.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 129 | 0 | 0.17 | 0.19 | 0.37 | 7.74 | 0.14 | 0.57 |
| Hex | A0 | 85 | 81 | 0 | 11 | 13 | 25 | 8 | E | 39 |
| Octal | 240 | 205 | 201 | 0 | 21 | 23 | 45 | 10 | 16 | 71 |
| Binary | 10100000 | 10000101 | 10000001 | 0 | 10001 | 10011 | 100101 | 1000 | 1110 | 111001 |
Color Harmonies of #A08581
Complementary color
Monochromatic Colors of #A08581
Black with #A08581
Text Example
Text Example
White with #A08581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08581; }
p { color: rgb(160,133,129); }
H1.HeaderClassName
{
color: #A08581;
}
.AnyTagClassName
{
color: #A08581;
}
</style>
background-color css
<style>
a { background-color: #A08581; }
a { background-color: rgb(160,133,129); }
div.DivClassName
{
background-color: #A08581;
}
.BgClassName
{
background-color: #A08581;
}
</style>
border-color css
<style>
span { border-color: #A08581; }
span { border-color: rgb(160,133,129); }
td.TdClassName
{
border-color: #A08581;
}
.TagClassName
{
border-color: #A08581;
}
</style>