Shades of Opium #A3817D
Tints of Opium #A3817D
RGB
CMYK
RGB Variations
Color information
#A3817D (or 0xA3817D) is known color: Opium. HEX triplet: A3, 81 and 7D. RGB value is (163,129,125). Sum of RGB (Red+Green+Blue) = 163+129+125=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A3817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3817D is #5C7E82. Grayscale: #8A8A8A. Windows color (decimal): -6061699 or 8225187. OLE color: 8225187.
HSL color Cylindrical-coordinate representation of color #A3817D: hue angle of 6.32º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3817D is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 129 | 125 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.36 |
| HSL | 6.32º | 0.17% | 0.56% | - |
| HSV(B) | 6.32º | 0.23% | 0.64% | - |
| XYZ | 26.66 | 24.97 | 22.82 | - |
| YUV | 138.71 | 120.26 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 125 | 0 | 0.21 | 0.23 | 0.36 | 6.32 | 0.17 | 0.56 |
| Hex | A3 | 81 | 7D | 0 | 15 | 17 | 24 | 6 | 11 | 38 |
| Octal | 243 | 201 | 175 | 0 | 25 | 27 | 44 | 6 | 21 | 70 |
| Binary | 10100011 | 10000001 | 1111101 | 0 | 10101 | 10111 | 100100 | 110 | 10001 | 111000 |
Color Harmonies of #A3817D
Complementary color
Monochromatic Colors of #A3817D
Black with #A3817D
Text Example
Text Example
White with #A3817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3817D; }
p { color: rgb(163,129,125); }
H1.HeaderClassName
{
color: #A3817D;
}
.AnyTagClassName
{
color: #A3817D;
}
</style>
background-color css
<style>
a { background-color: #A3817D; }
a { background-color: rgb(163,129,125); }
div.DivClassName
{
background-color: #A3817D;
}
.BgClassName
{
background-color: #A3817D;
}
</style>
border-color css
<style>
span { border-color: #A3817D; }
span { border-color: rgb(163,129,125); }
td.TdClassName
{
border-color: #A3817D;
}
.TagClassName
{
border-color: #A3817D;
}
</style>