Shades of Opium #A37C79
Tints of Opium #A37C79
RGB
CMYK
RGB Variations
Color information
#A37C79 (or 0xA37C79) is known color: Opium. HEX triplet: A3, 7C and 79. RGB value is (163,124,121). Sum of RGB (Red+Green+Blue) = 163+124+121=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37C79 is #5C8386. Grayscale: #878787. Windows color (decimal): -6062983 or 7961763. OLE color: 7961763.
HSL color Cylindrical-coordinate representation of color #A37C79: hue angle of 4.29º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A37C79 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 124 | 121 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.36 |
| HSL | 4.29º | 0.19% | 0.56% | - |
| HSV(B) | 4.29º | 0.26% | 0.64% | - |
| XYZ | 25.76 | 23.58 | 21.28 | - |
| YUV | 135.32 | 119.92 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 121 | 0 | 0.24 | 0.26 | 0.36 | 4.29 | 0.19 | 0.56 |
| Hex | A3 | 7C | 79 | 0 | 18 | 1A | 24 | 4 | 13 | 38 |
| Octal | 243 | 174 | 171 | 0 | 30 | 32 | 44 | 4 | 23 | 70 |
| Binary | 10100011 | 1111100 | 1111001 | 0 | 11000 | 11010 | 100100 | 100 | 10011 | 111000 |
Color Harmonies of #A37C79
Complementary color
Monochromatic Colors of #A37C79
Black with #A37C79
Text Example
Text Example
White with #A37C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37C79; }
p { color: rgb(163,124,121); }
H1.HeaderClassName
{
color: #A37C79;
}
.AnyTagClassName
{
color: #A37C79;
}
</style>
background-color css
<style>
a { background-color: #A37C79; }
a { background-color: rgb(163,124,121); }
div.DivClassName
{
background-color: #A37C79;
}
.BgClassName
{
background-color: #A37C79;
}
</style>
border-color css
<style>
span { border-color: #A37C79; }
span { border-color: rgb(163,124,121); }
td.TdClassName
{
border-color: #A37C79;
}
.TagClassName
{
border-color: #A37C79;
}
</style>