Shades of Opium #A07875
Tints of Opium #A07875
RGB
CMYK
RGB Variations
Color information
#A07875 (or 0xA07875) is known color: Opium. HEX triplet: A0, 78 and 75. RGB value is (160,120,117). Sum of RGB (Red+Green+Blue) = 160+120+117=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A07875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07875 is #5F878A. Grayscale: #838383. Windows color (decimal): -6260619 or 7698592. OLE color: 7698592.
HSL color Cylindrical-coordinate representation of color #A07875: hue angle of 4.19º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A07875 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 120 | 117 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.37 |
| HSL | 4.19º | 0.18% | 0.54% | - |
| HSV(B) | 4.19º | 0.27% | 0.63% | - |
| XYZ | 24.42 | 22.19 | 19.83 | - |
| YUV | 131.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 117 | 0 | 0.25 | 0.27 | 0.37 | 4.19 | 0.18 | 0.54 |
| Hex | A0 | 78 | 75 | 0 | 19 | 1B | 25 | 4 | 12 | 36 |
| Octal | 240 | 170 | 165 | 0 | 31 | 33 | 45 | 4 | 22 | 66 |
| Binary | 10100000 | 1111000 | 1110101 | 0 | 11001 | 11011 | 100101 | 100 | 10010 | 110110 |
Color Harmonies of #A07875
Complementary color
Monochromatic Colors of #A07875
Black with #A07875
Text Example
Text Example
White with #A07875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07875; }
p { color: rgb(160,120,117); }
H1.HeaderClassName
{
color: #A07875;
}
.AnyTagClassName
{
color: #A07875;
}
</style>
background-color css
<style>
a { background-color: #A07875; }
a { background-color: rgb(160,120,117); }
div.DivClassName
{
background-color: #A07875;
}
.BgClassName
{
background-color: #A07875;
}
</style>
border-color css
<style>
span { border-color: #A07875; }
span { border-color: rgb(160,120,117); }
td.TdClassName
{
border-color: #A07875;
}
.TagClassName
{
border-color: #A07875;
}
</style>