Shades of Opium #A08281
Tints of Opium #A08281
RGB
CMYK
RGB Variations
Color information
#A08281 (or 0xA08281) is known color: Opium. HEX triplet: A0, 82 and 81. RGB value is (160,130,129). Sum of RGB (Red+Green+Blue) = 160+130+129=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 160 - color contains mainly: red. Hex color #A08281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08281 is #5F7D7E. Grayscale: #8A8A8A. Windows color (decimal): -6258047 or 8487584. OLE color: 8487584.
HSL color Cylindrical-coordinate representation of color #A08281: hue angle of 1.94º 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 #A08281 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 130 | 129 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.37 |
| HSL | 1.94º | 0.14% | 0.57% | - |
| HSV(B) | 1.94º | 0.19% | 0.63% | - |
| XYZ | 26.44 | 25.02 | 24.21 | - |
| YUV | 138.86 | 122.44 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 129 | 0 | 0.19 | 0.19 | 0.37 | 1.94 | 0.14 | 0.57 |
| Hex | A0 | 82 | 81 | 0 | 13 | 13 | 25 | 2 | E | 39 |
| Octal | 240 | 202 | 201 | 0 | 23 | 23 | 45 | 2 | 16 | 71 |
| Binary | 10100000 | 10000010 | 10000001 | 0 | 10011 | 10011 | 100101 | 10 | 1110 | 111001 |
Color Harmonies of #A08281
Complementary color
Monochromatic Colors of #A08281
Black with #A08281
Text Example
Text Example
White with #A08281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08281; }
p { color: rgb(160,130,129); }
H1.HeaderClassName
{
color: #A08281;
}
.AnyTagClassName
{
color: #A08281;
}
</style>
background-color css
<style>
a { background-color: #A08281; }
a { background-color: rgb(160,130,129); }
div.DivClassName
{
background-color: #A08281;
}
.BgClassName
{
background-color: #A08281;
}
</style>
border-color css
<style>
span { border-color: #A08281; }
span { border-color: rgb(160,130,129); }
td.TdClassName
{
border-color: #A08281;
}
.TagClassName
{
border-color: #A08281;
}
</style>