Shades of Opium #A17877
Tints of Opium #A17877
RGB
CMYK
RGB Variations
Color information
#A17877 (or 0xA17877) is known color: Opium. HEX triplet: A1, 78 and 77. RGB value is (161,120,119). Sum of RGB (Red+Green+Blue) = 161+120+119=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A17877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17877 is #5E8788. Grayscale: #848484. Windows color (decimal): -6195081 or 7829665. OLE color: 7829665.
HSL color Cylindrical-coordinate representation of color #A17877: hue angle of 1.43º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A17877 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 120 | 119 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.37 |
| HSL | 1.43º | 0.18% | 0.55% | - |
| HSV(B) | 1.43º | 0.26% | 0.63% | - |
| XYZ | 24.74 | 22.34 | 20.46 | - |
| YUV | 132.15 | 120.58 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 119 | 0 | 0.25 | 0.26 | 0.37 | 1.43 | 0.18 | 0.55 |
| Hex | A1 | 78 | 77 | 0 | 19 | 1A | 25 | 1 | 12 | 37 |
| Octal | 241 | 170 | 167 | 0 | 31 | 32 | 45 | 1 | 22 | 67 |
| Binary | 10100001 | 1111000 | 1110111 | 0 | 11001 | 11010 | 100101 | 1 | 10010 | 110111 |
Color Harmonies of #A17877
Complementary color
Monochromatic Colors of #A17877
Black with #A17877
Text Example
Text Example
White with #A17877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17877; }
p { color: rgb(161,120,119); }
H1.HeaderClassName
{
color: #A17877;
}
.AnyTagClassName
{
color: #A17877;
}
</style>
background-color css
<style>
a { background-color: #A17877; }
a { background-color: rgb(161,120,119); }
div.DivClassName
{
background-color: #A17877;
}
.BgClassName
{
background-color: #A17877;
}
</style>
border-color css
<style>
span { border-color: #A17877; }
span { border-color: rgb(161,120,119); }
td.TdClassName
{
border-color: #A17877;
}
.TagClassName
{
border-color: #A17877;
}
</style>