Shades of Opium #A87A79
Tints of Opium #A87A79
RGB
CMYK
RGB Variations
Color information
#A87A79 (or 0xA87A79) is known color: Opium. HEX triplet: A8, 7A and 79. RGB value is (168,122,121). Sum of RGB (Red+Green+Blue) = 168+122+121=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87A79 is #578586. Grayscale: #878787. Windows color (decimal): -5735815 or 7961256. OLE color: 7961256.
HSL color Cylindrical-coordinate representation of color #A87A79: hue angle of 1.28º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A87A79 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 122 | 121 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.34 |
| HSL | 1.28º | 0.21% | 0.57% | - |
| HSV(B) | 1.28º | 0.28% | 0.66% | - |
| XYZ | 26.56 | 23.62 | 21.25 | - |
| YUV | 135.64 | 119.74 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 121 | 0 | 0.27 | 0.28 | 0.34 | 1.28 | 0.21 | 0.57 |
| Hex | A8 | 7A | 79 | 0 | 1B | 1C | 22 | 1 | 15 | 39 |
| Octal | 250 | 172 | 171 | 0 | 33 | 34 | 42 | 1 | 25 | 71 |
| Binary | 10101000 | 1111010 | 1111001 | 0 | 11011 | 11100 | 100010 | 1 | 10101 | 111001 |
Color Harmonies of #A87A79
Complementary color
Monochromatic Colors of #A87A79
Black with #A87A79
Text Example
Text Example
White with #A87A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87A79; }
p { color: rgb(168,122,121); }
H1.HeaderClassName
{
color: #A87A79;
}
.AnyTagClassName
{
color: #A87A79;
}
</style>
background-color css
<style>
a { background-color: #A87A79; }
a { background-color: rgb(168,122,121); }
div.DivClassName
{
background-color: #A87A79;
}
.BgClassName
{
background-color: #A87A79;
}
</style>
border-color css
<style>
span { border-color: #A87A79; }
span { border-color: rgb(168,122,121); }
td.TdClassName
{
border-color: #A87A79;
}
.TagClassName
{
border-color: #A87A79;
}
</style>