Shades of Opium #A07F7E
Tints of Opium #A07F7E
RGB
CMYK
RGB Variations
Color information
#A07F7E (or 0xA07F7E) is known color: Opium. HEX triplet: A0, 7F and 7E. RGB value is (160,127,126). Sum of RGB (Red+Green+Blue) = 160+127+126=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07F7E is #5F8081. Grayscale: #888888. Windows color (decimal): -6258818 or 8290208. OLE color: 8290208.
HSL color Cylindrical-coordinate representation of color #A07F7E: hue angle of 1.76º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A07F7E is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 127 | 126 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.37 |
| HSL | 1.76º | 0.15% | 0.56% | - |
| HSV(B) | 1.76º | 0.21% | 0.63% | - |
| XYZ | 25.85 | 24.16 | 23.04 | - |
| YUV | 136.75 | 121.93 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 126 | 0 | 0.21 | 0.21 | 0.37 | 1.76 | 0.15 | 0.56 |
| Hex | A0 | 7F | 7E | 0 | 15 | 15 | 25 | 2 | F | 38 |
| Octal | 240 | 177 | 176 | 0 | 25 | 25 | 45 | 2 | 17 | 70 |
| Binary | 10100000 | 1111111 | 1111110 | 0 | 10101 | 10101 | 100101 | 10 | 1111 | 111000 |
Color Harmonies of #A07F7E
Complementary color
Monochromatic Colors of #A07F7E
Black with #A07F7E
Text Example
Text Example
White with #A07F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07F7E; }
p { color: rgb(160,127,126); }
H1.HeaderClassName
{
color: #A07F7E;
}
.AnyTagClassName
{
color: #A07F7E;
}
</style>
background-color css
<style>
a { background-color: #A07F7E; }
a { background-color: rgb(160,127,126); }
div.DivClassName
{
background-color: #A07F7E;
}
.BgClassName
{
background-color: #A07F7E;
}
</style>
border-color css
<style>
span { border-color: #A07F7E; }
span { border-color: rgb(160,127,126); }
td.TdClassName
{
border-color: #A07F7E;
}
.TagClassName
{
border-color: #A07F7E;
}
</style>