Shades of Opium #A37E7D
Tints of Opium #A37E7D
RGB
CMYK
RGB Variations
Color information
#A37E7D (or 0xA37E7D) is known color: Opium. HEX triplet: A3, 7E and 7D. RGB value is (163,126,125). Sum of RGB (Red+Green+Blue) = 163+126+125=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37E7D is #5C8182. Grayscale: #888888. Windows color (decimal): -6062467 or 8224419. OLE color: 8224419.
HSL color Cylindrical-coordinate representation of color #A37E7D: hue angle of 1.58º 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 #A37E7D is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 126 | 125 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.36 |
| HSL | 1.58º | 0.17% | 0.56% | - |
| HSV(B) | 1.58º | 0.23% | 0.64% | - |
| XYZ | 26.27 | 24.19 | 22.69 | - |
| YUV | 136.95 | 121.26 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 125 | 0 | 0.23 | 0.23 | 0.36 | 1.58 | 0.17 | 0.56 |
| Hex | A3 | 7E | 7D | 0 | 17 | 17 | 24 | 2 | 11 | 38 |
| Octal | 243 | 176 | 175 | 0 | 27 | 27 | 44 | 2 | 21 | 70 |
| Binary | 10100011 | 1111110 | 1111101 | 0 | 10111 | 10111 | 100100 | 10 | 10001 | 111000 |
Color Harmonies of #A37E7D
Complementary color
Monochromatic Colors of #A37E7D
Black with #A37E7D
Text Example
Text Example
White with #A37E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37E7D; }
p { color: rgb(163,126,125); }
H1.HeaderClassName
{
color: #A37E7D;
}
.AnyTagClassName
{
color: #A37E7D;
}
</style>
background-color css
<style>
a { background-color: #A37E7D; }
a { background-color: rgb(163,126,125); }
div.DivClassName
{
background-color: #A37E7D;
}
.BgClassName
{
background-color: #A37E7D;
}
</style>
border-color css
<style>
span { border-color: #A37E7D; }
span { border-color: rgb(163,126,125); }
td.TdClassName
{
border-color: #A37E7D;
}
.TagClassName
{
border-color: #A37E7D;
}
</style>