Shades of Opium #A18483
Tints of Opium #A18483
RGB
CMYK
RGB Variations
Color information
#A18483 (or 0xA18483) is known color: Opium. HEX triplet: A1, 84 and 83. RGB value is (161,132,131). Sum of RGB (Red+Green+Blue) = 161+132+131=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A18483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18483 is #5E7B7C. Grayscale: #8C8C8C. Windows color (decimal): -6191997 or 8619169. OLE color: 8619169.
HSL color Cylindrical-coordinate representation of color #A18483: hue angle of 2º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A18483 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 132 | 131 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.37 |
| HSL | 2º | 0.14% | 0.57% | - |
| HSV(B) | 2º | 0.19% | 0.63% | - |
| XYZ | 27.05 | 25.72 | 25.01 | - |
| YUV | 140.56 | 122.61 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 131 | 0 | 0.18 | 0.19 | 0.37 | 2 | 0.14 | 0.57 |
| Hex | A1 | 84 | 83 | 0 | 12 | 13 | 25 | 2 | E | 39 |
| Octal | 241 | 204 | 203 | 0 | 22 | 23 | 45 | 2 | 16 | 71 |
| Binary | 10100001 | 10000100 | 10000011 | 0 | 10010 | 10011 | 100101 | 10 | 1110 | 111001 |
Color Harmonies of #A18483
Complementary color
Monochromatic Colors of #A18483
Black with #A18483
Text Example
Text Example
White with #A18483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18483; }
p { color: rgb(161,132,131); }
H1.HeaderClassName
{
color: #A18483;
}
.AnyTagClassName
{
color: #A18483;
}
</style>
background-color css
<style>
a { background-color: #A18483; }
a { background-color: rgb(161,132,131); }
div.DivClassName
{
background-color: #A18483;
}
.BgClassName
{
background-color: #A18483;
}
</style>
border-color css
<style>
span { border-color: #A18483; }
span { border-color: rgb(161,132,131); }
td.TdClassName
{
border-color: #A18483;
}
.TagClassName
{
border-color: #A18483;
}
</style>