Shades of Opium #A3857F
Tints of Opium #A3857F
RGB
CMYK
RGB Variations
Color information
#A3857F (or 0xA3857F) is known color: Opium. HEX triplet: A3, 85 and 7F. RGB value is (163,133,127). Sum of RGB (Red+Green+Blue) = 163+133+127=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A3857F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3857F is #5C7A80. Grayscale: #8D8D8D. Windows color (decimal): -6060673 or 8357283. OLE color: 8357283.
HSL color Cylindrical-coordinate representation of color #A3857F: hue angle of 10º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A3857F is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 133 | 127 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.36 |
| HSL | 10º | 0.16% | 0.57% | - |
| HSV(B) | 10º | 0.22% | 0.64% | - |
| XYZ | 27.32 | 26.09 | 23.68 | - |
| YUV | 141.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 127 | 0 | 0.18 | 0.22 | 0.36 | 10 | 0.16 | 0.57 |
| Hex | A3 | 85 | 7F | 0 | 12 | 16 | 24 | A | 10 | 39 |
| Octal | 243 | 205 | 177 | 0 | 22 | 26 | 44 | 12 | 20 | 71 |
| Binary | 10100011 | 10000101 | 1111111 | 0 | 10010 | 10110 | 100100 | 1010 | 10000 | 111001 |
Color Harmonies of #A3857F
Complementary color
Monochromatic Colors of #A3857F
Black with #A3857F
Text Example
Text Example
White with #A3857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3857F; }
p { color: rgb(163,133,127); }
H1.HeaderClassName
{
color: #A3857F;
}
.AnyTagClassName
{
color: #A3857F;
}
</style>
background-color css
<style>
a { background-color: #A3857F; }
a { background-color: rgb(163,133,127); }
div.DivClassName
{
background-color: #A3857F;
}
.BgClassName
{
background-color: #A3857F;
}
</style>
border-color css
<style>
span { border-color: #A3857F; }
span { border-color: rgb(163,133,127); }
td.TdClassName
{
border-color: #A3857F;
}
.TagClassName
{
border-color: #A3857F;
}
</style>