Shades of Opium #A18988
Tints of Opium #A18988
RGB
CMYK
RGB Variations
Color information
#A18988 (or 0xA18988) is known color: Opium. HEX triplet: A1, 89 and 88. RGB value is (161,137,136). Sum of RGB (Red+Green+Blue) = 161+137+136=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 161 - color contains mainly: red. Hex color #A18988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18988 is #5E7677. Grayscale: #909090. Windows color (decimal): -6190712 or 8948129. OLE color: 8948129.
HSL color Cylindrical-coordinate representation of color #A18988: hue angle of 2.4º 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 #A18988 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 137 | 136 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.37 |
| HSL | 2.4º | 0.12% | 0.58% | - |
| HSV(B) | 2.4º | 0.16% | 0.63% | - |
| XYZ | 28.09 | 27.25 | 27.07 | - |
| YUV | 144.06 | 123.45 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 136 | 0 | 0.15 | 0.16 | 0.37 | 2.4 | 0.12 | 0.58 |
| Hex | A1 | 89 | 88 | 0 | F | 10 | 25 | 2 | C | 3A |
| Octal | 241 | 211 | 210 | 0 | 17 | 20 | 45 | 2 | 14 | 72 |
| Binary | 10100001 | 10001001 | 10001000 | 0 | 1111 | 10000 | 100101 | 10 | 1100 | 111010 |
Color Harmonies of #A18988
Complementary color
Monochromatic Colors of #A18988
Black with #A18988
Text Example
Text Example
White with #A18988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18988; }
p { color: rgb(161,137,136); }
H1.HeaderClassName
{
color: #A18988;
}
.AnyTagClassName
{
color: #A18988;
}
</style>
background-color css
<style>
a { background-color: #A18988; }
a { background-color: rgb(161,137,136); }
div.DivClassName
{
background-color: #A18988;
}
.BgClassName
{
background-color: #A18988;
}
</style>
border-color css
<style>
span { border-color: #A18988; }
span { border-color: rgb(161,137,136); }
td.TdClassName
{
border-color: #A18988;
}
.TagClassName
{
border-color: #A18988;
}
</style>