Shades of Opium #A3807F
Tints of Opium #A3807F
RGB
CMYK
RGB Variations
Color information
#A3807F (or 0xA3807F) is known color: Opium. HEX triplet: A3, 80 and 7F. RGB value is (163,128,127). Sum of RGB (Red+Green+Blue) = 163+128+127=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A3807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3807F is #5C7F80. Grayscale: #8A8A8A. Windows color (decimal): -6061953 or 8356003. OLE color: 8356003.
HSL color Cylindrical-coordinate representation of color #A3807F: hue angle of 1.67º 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 #A3807F is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 128 | 127 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.36 |
| HSL | 1.67º | 0.16% | 0.57% | - |
| HSV(B) | 1.67º | 0.22% | 0.64% | - |
| XYZ | 26.65 | 24.76 | 23.45 | - |
| YUV | 138.35 | 121.6 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 127 | 0 | 0.21 | 0.22 | 0.36 | 1.67 | 0.16 | 0.57 |
| Hex | A3 | 80 | 7F | 0 | 15 | 16 | 24 | 2 | 10 | 39 |
| Octal | 243 | 200 | 177 | 0 | 25 | 26 | 44 | 2 | 20 | 71 |
| Binary | 10100011 | 10000000 | 1111111 | 0 | 10101 | 10110 | 100100 | 10 | 10000 | 111001 |
Color Harmonies of #A3807F
Complementary color
Monochromatic Colors of #A3807F
Black with #A3807F
Text Example
Text Example
White with #A3807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3807F; }
p { color: rgb(163,128,127); }
H1.HeaderClassName
{
color: #A3807F;
}
.AnyTagClassName
{
color: #A3807F;
}
</style>
background-color css
<style>
a { background-color: #A3807F; }
a { background-color: rgb(163,128,127); }
div.DivClassName
{
background-color: #A3807F;
}
.BgClassName
{
background-color: #A3807F;
}
</style>
border-color css
<style>
span { border-color: #A3807F; }
span { border-color: rgb(163,128,127); }
td.TdClassName
{
border-color: #A3807F;
}
.TagClassName
{
border-color: #A3807F;
}
</style>