Shades of Opium #A08B89
Tints of Opium #A08B89
RGB
CMYK
RGB Variations
Color information
#A08B89 (or 0xA08B89) is known color: Opium. HEX triplet: A0, 8B and 89. RGB value is (160,139,137). Sum of RGB (Red+Green+Blue) = 160+139+137=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08B89 is #5F7476. Grayscale: #919191. Windows color (decimal): -6255735 or 9014176. OLE color: 9014176.
HSL color Cylindrical-coordinate representation of color #A08B89: hue angle of 5.22º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A08B89 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 139 | 137 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.37 |
| HSL | 5.22º | 0.11% | 0.58% | - |
| HSV(B) | 5.22º | 0.14% | 0.63% | - |
| XYZ | 28.25 | 27.74 | 27.53 | - |
| YUV | 145.05 | 123.46 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 137 | 0 | 0.13 | 0.14 | 0.37 | 5.22 | 0.11 | 0.58 |
| Hex | A0 | 8B | 89 | 0 | D | E | 25 | 5 | B | 3A |
| Octal | 240 | 213 | 211 | 0 | 15 | 16 | 45 | 5 | 13 | 72 |
| Binary | 10100000 | 10001011 | 10001001 | 0 | 1101 | 1110 | 100101 | 101 | 1011 | 111010 |
Color Harmonies of #A08B89
Complementary color
Monochromatic Colors of #A08B89
Black with #A08B89
Text Example
Text Example
White with #A08B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08B89; }
p { color: rgb(160,139,137); }
H1.HeaderClassName
{
color: #A08B89;
}
.AnyTagClassName
{
color: #A08B89;
}
</style>
background-color css
<style>
a { background-color: #A08B89; }
a { background-color: rgb(160,139,137); }
div.DivClassName
{
background-color: #A08B89;
}
.BgClassName
{
background-color: #A08B89;
}
</style>
border-color css
<style>
span { border-color: #A08B89; }
span { border-color: rgb(160,139,137); }
td.TdClassName
{
border-color: #A08B89;
}
.TagClassName
{
border-color: #A08B89;
}
</style>