Shades of Opium #A17E79
Tints of Opium #A17E79
RGB
CMYK
RGB Variations
Color information
#A17E79 (or 0xA17E79) is known color: Opium. HEX triplet: A1, 7E and 79. RGB value is (161,126,121). Sum of RGB (Red+Green+Blue) = 161+126+121=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17E79 is #5E8186. Grayscale: #878787. Windows color (decimal): -6193543 or 7962273. OLE color: 7962273.
HSL color Cylindrical-coordinate representation of color #A17E79: hue angle of 7.5º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A17E79 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 126 | 121 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.37 |
| HSL | 7.5º | 0.18% | 0.55% | - |
| HSV(B) | 7.5º | 0.25% | 0.63% | - |
| XYZ | 25.61 | 23.88 | 21.35 | - |
| YUV | 135.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 121 | 0 | 0.22 | 0.25 | 0.37 | 7.5 | 0.18 | 0.55 |
| Hex | A1 | 7E | 79 | 0 | 16 | 19 | 25 | 8 | 12 | 37 |
| Octal | 241 | 176 | 171 | 0 | 26 | 31 | 45 | 10 | 22 | 67 |
| Binary | 10100001 | 1111110 | 1111001 | 0 | 10110 | 11001 | 100101 | 1000 | 10010 | 110111 |
Color Harmonies of #A17E79
Complementary color
Monochromatic Colors of #A17E79
Black with #A17E79
Text Example
Text Example
White with #A17E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17E79; }
p { color: rgb(161,126,121); }
H1.HeaderClassName
{
color: #A17E79;
}
.AnyTagClassName
{
color: #A17E79;
}
</style>
background-color css
<style>
a { background-color: #A17E79; }
a { background-color: rgb(161,126,121); }
div.DivClassName
{
background-color: #A17E79;
}
.BgClassName
{
background-color: #A17E79;
}
</style>
border-color css
<style>
span { border-color: #A17E79; }
span { border-color: rgb(161,126,121); }
td.TdClassName
{
border-color: #A17E79;
}
.TagClassName
{
border-color: #A17E79;
}
</style>