Shades of Opium #A18888
Tints of Opium #A18888
RGB
CMYK
RGB Variations
Color information
#A18888 (or 0xA18888) is known color: Opium. HEX triplet: A1, 88 and 88. RGB value is (161,136,136). Sum of RGB (Red+Green+Blue) = 161+136+136=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 161 - color contains mainly: red. Hex color #A18888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18888 is #5E7777. Grayscale: #8F8F8F. Windows color (decimal): -6190968 or 8947873. OLE color: 8947873.
HSL color Cylindrical-coordinate representation of color #A18888: hue angle of 0º 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 #A18888 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 136 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.37 |
| HSL | 0º | 0.12% | 0.58% | - |
| HSV(B) | 0º | 0.16% | 0.63% | - |
| XYZ | 27.95 | 26.96 | 27.02 | - |
| YUV | 143.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 136 | 0 | 0.16 | 0.16 | 0.37 | 0 | 0.12 | 0.58 |
| Hex | A1 | 88 | 88 | 0 | 10 | 10 | 25 | 0 | C | 3A |
| Octal | 241 | 210 | 210 | 0 | 20 | 20 | 45 | 0 | 14 | 72 |
| Binary | 10100001 | 10001000 | 10001000 | 0 | 10000 | 10000 | 100101 | 0 | 1100 | 111010 |
Color Harmonies of #A18888
Complementary color
Monochromatic Colors of #A18888
Black with #A18888
Text Example
Text Example
White with #A18888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18888; }
p { color: rgb(161,136,136); }
H1.HeaderClassName
{
color: #A18888;
}
.AnyTagClassName
{
color: #A18888;
}
</style>
background-color css
<style>
a { background-color: #A18888; }
a { background-color: rgb(161,136,136); }
div.DivClassName
{
background-color: #A18888;
}
.BgClassName
{
background-color: #A18888;
}
</style>
border-color css
<style>
span { border-color: #A18888; }
span { border-color: rgb(161,136,136); }
td.TdClassName
{
border-color: #A18888;
}
.TagClassName
{
border-color: #A18888;
}
</style>