Shades of Opium #A2857F
Tints of Opium #A2857F
RGB
CMYK
RGB Variations
Color information
#A2857F (or 0xA2857F) is known color: Opium. HEX triplet: A2, 85 and 7F. RGB value is (162,133,127). Sum of RGB (Red+Green+Blue) = 162+133+127=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 162 - color contains mainly: red. Hex color #A2857F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2857F is #5D7A80. Grayscale: #8D8D8D. Windows color (decimal): -6126209 or 8357282. OLE color: 8357282.
HSL color Cylindrical-coordinate representation of color #A2857F: hue angle of 10.29º 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 #A2857F is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 133 | 127 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.36 |
| HSL | 10.29º | 0.16% | 0.57% | - |
| HSV(B) | 10.29º | 0.22% | 0.64% | - |
| XYZ | 27.12 | 25.99 | 23.67 | - |
| YUV | 140.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 127 | 0 | 0.18 | 0.22 | 0.36 | 10.29 | 0.16 | 0.57 |
| Hex | A2 | 85 | 7F | 0 | 12 | 16 | 24 | A | 10 | 39 |
| Octal | 242 | 205 | 177 | 0 | 22 | 26 | 44 | 12 | 20 | 71 |
| Binary | 10100010 | 10000101 | 1111111 | 0 | 10010 | 10110 | 100100 | 1010 | 10000 | 111001 |
Color Harmonies of #A2857F
Complementary color
Monochromatic Colors of #A2857F
Black with #A2857F
Text Example
Text Example
White with #A2857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2857F; }
p { color: rgb(162,133,127); }
H1.HeaderClassName
{
color: #A2857F;
}
.AnyTagClassName
{
color: #A2857F;
}
</style>
background-color css
<style>
a { background-color: #A2857F; }
a { background-color: rgb(162,133,127); }
div.DivClassName
{
background-color: #A2857F;
}
.BgClassName
{
background-color: #A2857F;
}
</style>
border-color css
<style>
span { border-color: #A2857F; }
span { border-color: rgb(162,133,127); }
td.TdClassName
{
border-color: #A2857F;
}
.TagClassName
{
border-color: #A2857F;
}
</style>