Shades of Opium #A18985
Tints of Opium #A18985
RGB
CMYK
RGB Variations
Color information
#A18985 (or 0xA18985) is known color: Opium. HEX triplet: A1, 89 and 85. RGB value is (161,137,133). Sum of RGB (Red+Green+Blue) = 161+137+133=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 161 - color contains mainly: red. Hex color #A18985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18985 is #5E767A. Grayscale: #8F8F8F. Windows color (decimal): -6190715 or 8751521. OLE color: 8751521.
HSL color Cylindrical-coordinate representation of color #A18985: hue angle of 8.57º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A18985 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 137 | 133 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.37 |
| HSL | 8.57º | 0.13% | 0.58% | - |
| HSV(B) | 8.57º | 0.17% | 0.63% | - |
| XYZ | 27.88 | 27.16 | 25.96 | - |
| YUV | 143.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 133 | 0 | 0.15 | 0.17 | 0.37 | 8.57 | 0.13 | 0.58 |
| Hex | A1 | 89 | 85 | 0 | F | 11 | 25 | 9 | D | 3A |
| Octal | 241 | 211 | 205 | 0 | 17 | 21 | 45 | 11 | 15 | 72 |
| Binary | 10100001 | 10001001 | 10000101 | 0 | 1111 | 10001 | 100101 | 1001 | 1101 | 111010 |
Color Harmonies of #A18985
Complementary color
Monochromatic Colors of #A18985
Black with #A18985
Text Example
Text Example
White with #A18985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18985; }
p { color: rgb(161,137,133); }
H1.HeaderClassName
{
color: #A18985;
}
.AnyTagClassName
{
color: #A18985;
}
</style>
background-color css
<style>
a { background-color: #A18985; }
a { background-color: rgb(161,137,133); }
div.DivClassName
{
background-color: #A18985;
}
.BgClassName
{
background-color: #A18985;
}
</style>
border-color css
<style>
span { border-color: #A18985; }
span { border-color: rgb(161,137,133); }
td.TdClassName
{
border-color: #A18985;
}
.TagClassName
{
border-color: #A18985;
}
</style>