Shades of Opium #A87977
Tints of Opium #A87977
RGB
CMYK
RGB Variations
Color information
#A87977 (or 0xA87977) is known color: Opium. HEX triplet: A8, 79 and 77. RGB value is (168,121,119). Sum of RGB (Red+Green+Blue) = 168+121+119=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 168 - color contains mainly: red. Hex color #A87977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87977 is #578688. Grayscale: #868686. Windows color (decimal): -5736073 or 7829928. OLE color: 7829928.
HSL color Cylindrical-coordinate representation of color #A87977: hue angle of 2.45º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A87977 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 119 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.34 |
| HSL | 2.45º | 0.22% | 0.56% | - |
| HSV(B) | 2.45º | 0.29% | 0.66% | - |
| XYZ | 26.32 | 23.33 | 20.57 | - |
| YUV | 134.83 | 119.07 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 119 | 0 | 0.28 | 0.29 | 0.34 | 2.45 | 0.22 | 0.56 |
| Hex | A8 | 79 | 77 | 0 | 1C | 1D | 22 | 2 | 16 | 38 |
| Octal | 250 | 171 | 167 | 0 | 34 | 35 | 42 | 2 | 26 | 70 |
| Binary | 10101000 | 1111001 | 1110111 | 0 | 11100 | 11101 | 100010 | 10 | 10110 | 111000 |
Color Harmonies of #A87977
Complementary color
Monochromatic Colors of #A87977
Black with #A87977
Text Example
Text Example
White with #A87977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87977; }
p { color: rgb(168,121,119); }
H1.HeaderClassName
{
color: #A87977;
}
.AnyTagClassName
{
color: #A87977;
}
</style>
background-color css
<style>
a { background-color: #A87977; }
a { background-color: rgb(168,121,119); }
div.DivClassName
{
background-color: #A87977;
}
.BgClassName
{
background-color: #A87977;
}
</style>
border-color css
<style>
span { border-color: #A87977; }
span { border-color: rgb(168,121,119); }
td.TdClassName
{
border-color: #A87977;
}
.TagClassName
{
border-color: #A87977;
}
</style>