Shades of Opium #A3847F
Tints of Opium #A3847F
RGB
CMYK
RGB Variations
Color information
#A3847F (or 0xA3847F) is known color: Opium. HEX triplet: A3, 84 and 7F. RGB value is (163,132,127). Sum of RGB (Red+Green+Blue) = 163+132+127=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A3847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3847F is #5C7B80. Grayscale: #8C8C8C. Windows color (decimal): -6060929 or 8357027. OLE color: 8357027.
HSL color Cylindrical-coordinate representation of color #A3847F: hue angle of 8.33º 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 #A3847F is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 132 | 127 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.36 |
| HSL | 8.33º | 0.16% | 0.57% | - |
| HSV(B) | 8.33º | 0.22% | 0.64% | - |
| XYZ | 27.19 | 25.82 | 23.63 | - |
| YUV | 140.7 | 120.27 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 127 | 0 | 0.19 | 0.22 | 0.36 | 8.33 | 0.16 | 0.57 |
| Hex | A3 | 84 | 7F | 0 | 13 | 16 | 24 | 8 | 10 | 39 |
| Octal | 243 | 204 | 177 | 0 | 23 | 26 | 44 | 10 | 20 | 71 |
| Binary | 10100011 | 10000100 | 1111111 | 0 | 10011 | 10110 | 100100 | 1000 | 10000 | 111001 |
Color Harmonies of #A3847F
Complementary color
Monochromatic Colors of #A3847F
Black with #A3847F
Text Example
Text Example
White with #A3847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3847F; }
p { color: rgb(163,132,127); }
H1.HeaderClassName
{
color: #A3847F;
}
.AnyTagClassName
{
color: #A3847F;
}
</style>
background-color css
<style>
a { background-color: #A3847F; }
a { background-color: rgb(163,132,127); }
div.DivClassName
{
background-color: #A3847F;
}
.BgClassName
{
background-color: #A3847F;
}
</style>
border-color css
<style>
span { border-color: #A3847F; }
span { border-color: rgb(163,132,127); }
td.TdClassName
{
border-color: #A3847F;
}
.TagClassName
{
border-color: #A3847F;
}
</style>