Shades of Opium #A3807D
Tints of Opium #A3807D
RGB
CMYK
RGB Variations
Color information
#A3807D (or 0xA3807D) is known color: Opium. HEX triplet: A3, 80 and 7D. RGB value is (163,128,125). Sum of RGB (Red+Green+Blue) = 163+128+125=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A3807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3807D is #5C7F82. Grayscale: #8A8A8A. Windows color (decimal): -6061955 or 8224931. OLE color: 8224931.
HSL color Cylindrical-coordinate representation of color #A3807D: hue angle of 4.74º 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 #A3807D is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 128 | 125 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.36 |
| HSL | 4.74º | 0.17% | 0.56% | - |
| HSV(B) | 4.74º | 0.23% | 0.64% | - |
| XYZ | 26.53 | 24.71 | 22.77 | - |
| YUV | 138.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 125 | 0 | 0.21 | 0.23 | 0.36 | 4.74 | 0.17 | 0.56 |
| Hex | A3 | 80 | 7D | 0 | 15 | 17 | 24 | 5 | 11 | 38 |
| Octal | 243 | 200 | 175 | 0 | 25 | 27 | 44 | 5 | 21 | 70 |
| Binary | 10100011 | 10000000 | 1111101 | 0 | 10101 | 10111 | 100100 | 101 | 10001 | 111000 |
Color Harmonies of #A3807D
Complementary color
Monochromatic Colors of #A3807D
Black with #A3807D
Text Example
Text Example
White with #A3807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3807D; }
p { color: rgb(163,128,125); }
H1.HeaderClassName
{
color: #A3807D;
}
.AnyTagClassName
{
color: #A3807D;
}
</style>
background-color css
<style>
a { background-color: #A3807D; }
a { background-color: rgb(163,128,125); }
div.DivClassName
{
background-color: #A3807D;
}
.BgClassName
{
background-color: #A3807D;
}
</style>
border-color css
<style>
span { border-color: #A3807D; }
span { border-color: rgb(163,128,125); }
td.TdClassName
{
border-color: #A3807D;
}
.TagClassName
{
border-color: #A3807D;
}
</style>