Shades of Opium #A3817C
Tints of Opium #A3817C
RGB
CMYK
RGB Variations
Color information
#A3817C (or 0xA3817C) is known color: Opium. HEX triplet: A3, 81 and 7C. RGB value is (163,129,124). Sum of RGB (Red+Green+Blue) = 163+129+124=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A3817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3817C is #5C7E83. Grayscale: #8A8A8A. Windows color (decimal): -6061700 or 8159651. OLE color: 8159651.
HSL color Cylindrical-coordinate representation of color #A3817C: hue angle of 7.69º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3817C is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 129 | 124 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.36 |
| HSL | 7.69º | 0.17% | 0.56% | - |
| HSV(B) | 7.69º | 0.24% | 0.64% | - |
| XYZ | 26.59 | 24.94 | 22.48 | - |
| YUV | 138.6 | 119.76 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 124 | 0 | 0.21 | 0.24 | 0.36 | 7.69 | 0.17 | 0.56 |
| Hex | A3 | 81 | 7C | 0 | 15 | 18 | 24 | 8 | 11 | 38 |
| Octal | 243 | 201 | 174 | 0 | 25 | 30 | 44 | 10 | 21 | 70 |
| Binary | 10100011 | 10000001 | 1111100 | 0 | 10101 | 11000 | 100100 | 1000 | 10001 | 111000 |
Color Harmonies of #A3817C
Complementary color
Monochromatic Colors of #A3817C
Black with #A3817C
Text Example
Text Example
White with #A3817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3817C; }
p { color: rgb(163,129,124); }
H1.HeaderClassName
{
color: #A3817C;
}
.AnyTagClassName
{
color: #A3817C;
}
</style>
background-color css
<style>
a { background-color: #A3817C; }
a { background-color: rgb(163,129,124); }
div.DivClassName
{
background-color: #A3817C;
}
.BgClassName
{
background-color: #A3817C;
}
</style>
border-color css
<style>
span { border-color: #A3817C; }
span { border-color: rgb(163,129,124); }
td.TdClassName
{
border-color: #A3817C;
}
.TagClassName
{
border-color: #A3817C;
}
</style>