Shades of Opium #A07979
Tints of Opium #A07979
RGB
CMYK
RGB Variations
Color information
#A07979 (or 0xA07979) is known color: Opium. HEX triplet: A0, 79 and 79. RGB value is (160,121,121). Sum of RGB (Red+Green+Blue) = 160+121+121=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A07979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07979 is #5F8686. Grayscale: #848484. Windows color (decimal): -6260359 or 7960992. OLE color: 7960992.
HSL color Cylindrical-coordinate representation of color #A07979: hue angle of 0º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A07979 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 121 | 121 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.37 |
| HSL | 0º | 0.17% | 0.55% | - |
| HSV(B) | 0º | 0.24% | 0.63% | - |
| XYZ | 24.79 | 22.53 | 21.13 | - |
| YUV | 132.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 121 | 0 | 0.24 | 0.24 | 0.37 | 0 | 0.17 | 0.55 |
| Hex | A0 | 79 | 79 | 0 | 18 | 18 | 25 | 0 | 11 | 37 |
| Octal | 240 | 171 | 171 | 0 | 30 | 30 | 45 | 0 | 21 | 67 |
| Binary | 10100000 | 1111001 | 1111001 | 0 | 11000 | 11000 | 100101 | 0 | 10001 | 110111 |
Color Harmonies of #A07979
Complementary color
Monochromatic Colors of #A07979
Black with #A07979
Text Example
Text Example
White with #A07979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07979; }
p { color: rgb(160,121,121); }
H1.HeaderClassName
{
color: #A07979;
}
.AnyTagClassName
{
color: #A07979;
}
</style>
background-color css
<style>
a { background-color: #A07979; }
a { background-color: rgb(160,121,121); }
div.DivClassName
{
background-color: #A07979;
}
.BgClassName
{
background-color: #A07979;
}
</style>
border-color css
<style>
span { border-color: #A07979; }
span { border-color: rgb(160,121,121); }
td.TdClassName
{
border-color: #A07979;
}
.TagClassName
{
border-color: #A07979;
}
</style>