Shades of Opium #A18681
Tints of Opium #A18681
RGB
CMYK
RGB Variations
Color information
#A18681 (or 0xA18681) is known color: Opium. HEX triplet: A1, 86 and 81. RGB value is (161,134,129). Sum of RGB (Red+Green+Blue) = 161+134+129=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A18681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18681 is #5E797E. Grayscale: #8D8D8D. Windows color (decimal): -6191487 or 8488609. OLE color: 8488609.
HSL color Cylindrical-coordinate representation of color #A18681: hue angle of 9.38º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A18681 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 134 | 129 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.37 |
| HSL | 9.38º | 0.15% | 0.57% | - |
| HSV(B) | 9.38º | 0.2% | 0.63% | - |
| XYZ | 27.19 | 26.21 | 24.4 | - |
| YUV | 141.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 134 | 129 | 0 | 0.17 | 0.20 | 0.37 | 9.38 | 0.15 | 0.57 |
| Hex | A1 | 86 | 81 | 0 | 11 | 14 | 25 | 9 | F | 39 |
| Octal | 241 | 206 | 201 | 0 | 21 | 24 | 45 | 11 | 17 | 71 |
| Binary | 10100001 | 10000110 | 10000001 | 0 | 10001 | 10100 | 100101 | 1001 | 1111 | 111001 |
Color Harmonies of #A18681
Complementary color
Monochromatic Colors of #A18681
Black with #A18681
Text Example
Text Example
White with #A18681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18681; }
p { color: rgb(161,134,129); }
H1.HeaderClassName
{
color: #A18681;
}
.AnyTagClassName
{
color: #A18681;
}
</style>
background-color css
<style>
a { background-color: #A18681; }
a { background-color: rgb(161,134,129); }
div.DivClassName
{
background-color: #A18681;
}
.BgClassName
{
background-color: #A18681;
}
</style>
border-color css
<style>
span { border-color: #A18681; }
span { border-color: rgb(161,134,129); }
td.TdClassName
{
border-color: #A18681;
}
.TagClassName
{
border-color: #A18681;
}
</style>