Shades of Opium #A17C78
Tints of Opium #A17C78
RGB
CMYK
RGB Variations
Color information
#A17C78 (or 0xA17C78) is known color: Opium. HEX triplet: A1, 7C and 78. RGB value is (161,124,120). Sum of RGB (Red+Green+Blue) = 161+124+120=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17C78 is #5E8387. Grayscale: #868686. Windows color (decimal): -6194056 or 7896225. OLE color: 7896225.
HSL color Cylindrical-coordinate representation of color #A17C78: hue angle of 5.85º 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 #A17C78 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 124 | 120 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.37 |
| HSL | 5.85º | 0.18% | 0.55% | - |
| HSV(B) | 5.85º | 0.25% | 0.63% | - |
| XYZ | 25.3 | 23.35 | 20.94 | - |
| YUV | 134.61 | 119.76 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 120 | 0 | 0.23 | 0.25 | 0.37 | 5.85 | 0.18 | 0.55 |
| Hex | A1 | 7C | 78 | 0 | 17 | 19 | 25 | 6 | 12 | 37 |
| Octal | 241 | 174 | 170 | 0 | 27 | 31 | 45 | 6 | 22 | 67 |
| Binary | 10100001 | 1111100 | 1111000 | 0 | 10111 | 11001 | 100101 | 110 | 10010 | 110111 |
Color Harmonies of #A17C78
Complementary color
Monochromatic Colors of #A17C78
Black with #A17C78
Text Example
Text Example
White with #A17C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17C78; }
p { color: rgb(161,124,120); }
H1.HeaderClassName
{
color: #A17C78;
}
.AnyTagClassName
{
color: #A17C78;
}
</style>
background-color css
<style>
a { background-color: #A17C78; }
a { background-color: rgb(161,124,120); }
div.DivClassName
{
background-color: #A17C78;
}
.BgClassName
{
background-color: #A17C78;
}
</style>
border-color css
<style>
span { border-color: #A17C78; }
span { border-color: rgb(161,124,120); }
td.TdClassName
{
border-color: #A17C78;
}
.TagClassName
{
border-color: #A17C78;
}
</style>