Shades of Opium #A18987
Tints of Opium #A18987
RGB
CMYK
RGB Variations
Color information
#A18987 (or 0xA18987) is known color: Opium. HEX triplet: A1, 89 and 87. RGB value is (161,137,135). Sum of RGB (Red+Green+Blue) = 161+137+135=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 161 - color contains mainly: red. Hex color #A18987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18987 is #5E7678. Grayscale: #8F8F8F. Windows color (decimal): -6190713 or 8882593. OLE color: 8882593.
HSL color Cylindrical-coordinate representation of color #A18987: hue angle of 4.62º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A18987 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 137 | 135 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.37 |
| HSL | 4.62º | 0.12% | 0.58% | - |
| HSV(B) | 4.62º | 0.16% | 0.63% | - |
| XYZ | 28.02 | 27.22 | 26.7 | - |
| YUV | 143.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 135 | 0 | 0.15 | 0.16 | 0.37 | 4.62 | 0.12 | 0.58 |
| Hex | A1 | 89 | 87 | 0 | F | 10 | 25 | 5 | C | 3A |
| Octal | 241 | 211 | 207 | 0 | 17 | 20 | 45 | 5 | 14 | 72 |
| Binary | 10100001 | 10001001 | 10000111 | 0 | 1111 | 10000 | 100101 | 101 | 1100 | 111010 |
Color Harmonies of #A18987
Complementary color
Monochromatic Colors of #A18987
Black with #A18987
Text Example
Text Example
White with #A18987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18987; }
p { color: rgb(161,137,135); }
H1.HeaderClassName
{
color: #A18987;
}
.AnyTagClassName
{
color: #A18987;
}
</style>
background-color css
<style>
a { background-color: #A18987; }
a { background-color: rgb(161,137,135); }
div.DivClassName
{
background-color: #A18987;
}
.BgClassName
{
background-color: #A18987;
}
</style>
border-color css
<style>
span { border-color: #A18987; }
span { border-color: rgb(161,137,135); }
td.TdClassName
{
border-color: #A18987;
}
.TagClassName
{
border-color: #A18987;
}
</style>