Shades of Opium #A47C79
Tints of Opium #A47C79
RGB
CMYK
RGB Variations
Color information
#A47C79 (or 0xA47C79) is known color: Opium. HEX triplet: A4, 7C and 79. RGB value is (164,124,121). Sum of RGB (Red+Green+Blue) = 164+124+121=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47C79 is #5B8386. Grayscale: #878787. Windows color (decimal): -5997447 or 7961764. OLE color: 7961764.
HSL color Cylindrical-coordinate representation of color #A47C79: hue angle of 4.19º 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 #A47C79 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 124 | 121 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.36 |
| HSL | 4.19º | 0.19% | 0.56% | - |
| HSV(B) | 4.19º | 0.26% | 0.64% | - |
| XYZ | 25.97 | 23.69 | 21.29 | - |
| YUV | 135.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 124 | 121 | 0 | 0.24 | 0.26 | 0.36 | 4.19 | 0.19 | 0.56 |
| Hex | A4 | 7C | 79 | 0 | 18 | 1A | 24 | 4 | 13 | 38 |
| Octal | 244 | 174 | 171 | 0 | 30 | 32 | 44 | 4 | 23 | 70 |
| Binary | 10100100 | 1111100 | 1111001 | 0 | 11000 | 11010 | 100100 | 100 | 10011 | 111000 |
Color Harmonies of #A47C79
Complementary color
Monochromatic Colors of #A47C79
Black with #A47C79
Text Example
Text Example
White with #A47C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47C79; }
p { color: rgb(164,124,121); }
H1.HeaderClassName
{
color: #A47C79;
}
.AnyTagClassName
{
color: #A47C79;
}
</style>
background-color css
<style>
a { background-color: #A47C79; }
a { background-color: rgb(164,124,121); }
div.DivClassName
{
background-color: #A47C79;
}
.BgClassName
{
background-color: #A47C79;
}
</style>
border-color css
<style>
span { border-color: #A47C79; }
span { border-color: rgb(164,124,121); }
td.TdClassName
{
border-color: #A47C79;
}
.TagClassName
{
border-color: #A47C79;
}
</style>