Shades of Opium #A18885
Tints of Opium #A18885
RGB
CMYK
RGB Variations
Color information
#A18885 (or 0xA18885) is known color: Opium. HEX triplet: A1, 88 and 85. RGB value is (161,136,133). Sum of RGB (Red+Green+Blue) = 161+136+133=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 161 - color contains mainly: red. Hex color #A18885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18885 is #5E777A. Grayscale: #8F8F8F. Windows color (decimal): -6190971 or 8751265. OLE color: 8751265.
HSL color Cylindrical-coordinate representation of color #A18885: hue angle of 6.43º 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 #A18885 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 133 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.37 |
| HSL | 6.43º | 0.13% | 0.58% | - |
| HSV(B) | 6.43º | 0.17% | 0.63% | - |
| XYZ | 27.74 | 26.88 | 25.92 | - |
| YUV | 143.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 133 | 0 | 0.16 | 0.17 | 0.37 | 6.43 | 0.13 | 0.58 |
| Hex | A1 | 88 | 85 | 0 | 10 | 11 | 25 | 6 | D | 3A |
| Octal | 241 | 210 | 205 | 0 | 20 | 21 | 45 | 6 | 15 | 72 |
| Binary | 10100001 | 10001000 | 10000101 | 0 | 10000 | 10001 | 100101 | 110 | 1101 | 111010 |
Color Harmonies of #A18885
Complementary color
Monochromatic Colors of #A18885
Black with #A18885
Text Example
Text Example
White with #A18885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18885; }
p { color: rgb(161,136,133); }
H1.HeaderClassName
{
color: #A18885;
}
.AnyTagClassName
{
color: #A18885;
}
</style>
background-color css
<style>
a { background-color: #A18885; }
a { background-color: rgb(161,136,133); }
div.DivClassName
{
background-color: #A18885;
}
.BgClassName
{
background-color: #A18885;
}
</style>
border-color css
<style>
span { border-color: #A18885; }
span { border-color: rgb(161,136,133); }
td.TdClassName
{
border-color: #A18885;
}
.TagClassName
{
border-color: #A18885;
}
</style>