Shades of Opium #A18884
Tints of Opium #A18884
RGB
CMYK
RGB Variations
Color information
#A18884 (or 0xA18884) is known color: Opium. HEX triplet: A1, 88 and 84. RGB value is (161,136,132). Sum of RGB (Red+Green+Blue) = 161+136+132=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 161 - color contains mainly: red. Hex color #A18884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18884 is #5E777B. Grayscale: #8F8F8F. Windows color (decimal): -6190972 or 8685729. OLE color: 8685729.
HSL color Cylindrical-coordinate representation of color #A18884: hue angle of 8.28º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A18884 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 132 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.37 |
| HSL | 8.28º | 0.13% | 0.57% | - |
| HSV(B) | 8.28º | 0.18% | 0.63% | - |
| XYZ | 27.67 | 26.85 | 25.55 | - |
| YUV | 143.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 132 | 0 | 0.16 | 0.18 | 0.37 | 8.28 | 0.13 | 0.57 |
| Hex | A1 | 88 | 84 | 0 | 10 | 12 | 25 | 8 | D | 39 |
| Octal | 241 | 210 | 204 | 0 | 20 | 22 | 45 | 10 | 15 | 71 |
| Binary | 10100001 | 10001000 | 10000100 | 0 | 10000 | 10010 | 100101 | 1000 | 1101 | 111001 |
Color Harmonies of #A18884
Complementary color
Monochromatic Colors of #A18884
Black with #A18884
Text Example
Text Example
White with #A18884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18884; }
p { color: rgb(161,136,132); }
H1.HeaderClassName
{
color: #A18884;
}
.AnyTagClassName
{
color: #A18884;
}
</style>
background-color css
<style>
a { background-color: #A18884; }
a { background-color: rgb(161,136,132); }
div.DivClassName
{
background-color: #A18884;
}
.BgClassName
{
background-color: #A18884;
}
</style>
border-color css
<style>
span { border-color: #A18884; }
span { border-color: rgb(161,136,132); }
td.TdClassName
{
border-color: #A18884;
}
.TagClassName
{
border-color: #A18884;
}
</style>