Shades of Opium #A07E7B
Tints of Opium #A07E7B
RGB
CMYK
RGB Variations
Color information
#A07E7B (or 0xA07E7B) is known color: Opium. HEX triplet: A0, 7E and 7B. RGB value is (160,126,123). Sum of RGB (Red+Green+Blue) = 160+126+123=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07E7B is #5F8184. Grayscale: #878787. Windows color (decimal): -6259077 or 8093344. OLE color: 8093344.
HSL color Cylindrical-coordinate representation of color #A07E7B: hue angle of 4.86º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A07E7B is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 126 | 123 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.37 |
| HSL | 4.86º | 0.16% | 0.55% | - |
| HSV(B) | 4.86º | 0.23% | 0.63% | - |
| XYZ | 25.53 | 23.83 | 21.99 | - |
| YUV | 135.82 | 120.76 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 123 | 0 | 0.21 | 0.23 | 0.37 | 4.86 | 0.16 | 0.55 |
| Hex | A0 | 7E | 7B | 0 | 15 | 17 | 25 | 5 | 10 | 37 |
| Octal | 240 | 176 | 173 | 0 | 25 | 27 | 45 | 5 | 20 | 67 |
| Binary | 10100000 | 1111110 | 1111011 | 0 | 10101 | 10111 | 100101 | 101 | 10000 | 110111 |
Color Harmonies of #A07E7B
Complementary color
Monochromatic Colors of #A07E7B
Black with #A07E7B
Text Example
Text Example
White with #A07E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07E7B; }
p { color: rgb(160,126,123); }
H1.HeaderClassName
{
color: #A07E7B;
}
.AnyTagClassName
{
color: #A07E7B;
}
</style>
background-color css
<style>
a { background-color: #A07E7B; }
a { background-color: rgb(160,126,123); }
div.DivClassName
{
background-color: #A07E7B;
}
.BgClassName
{
background-color: #A07E7B;
}
</style>
border-color css
<style>
span { border-color: #A07E7B; }
span { border-color: rgb(160,126,123); }
td.TdClassName
{
border-color: #A07E7B;
}
.TagClassName
{
border-color: #A07E7B;
}
</style>