Shades of Opium #A0807D
Tints of Opium #A0807D
RGB
CMYK
RGB Variations
Color information
#A0807D (or 0xA0807D) is known color: Opium. HEX triplet: A0, 80 and 7D. RGB value is (160,128,125). Sum of RGB (Red+Green+Blue) = 160+128+125=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 160 - color contains mainly: red. Hex color #A0807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0807D is #5F7F82. Grayscale: #898989. Windows color (decimal): -6258563 or 8224928. OLE color: 8224928.
HSL color Cylindrical-coordinate representation of color #A0807D: hue angle of 5.14º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0807D is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 128 | 125 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.37 |
| HSL | 5.14º | 0.16% | 0.56% | - |
| HSV(B) | 5.14º | 0.22% | 0.63% | - |
| XYZ | 25.92 | 24.39 | 22.74 | - |
| YUV | 137.23 | 121.1 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 125 | 0 | 0.20 | 0.22 | 0.37 | 5.14 | 0.16 | 0.56 |
| Hex | A0 | 80 | 7D | 0 | 14 | 16 | 25 | 5 | 10 | 38 |
| Octal | 240 | 200 | 175 | 0 | 24 | 26 | 45 | 5 | 20 | 70 |
| Binary | 10100000 | 10000000 | 1111101 | 0 | 10100 | 10110 | 100101 | 101 | 10000 | 111000 |
Color Harmonies of #A0807D
Complementary color
Monochromatic Colors of #A0807D
Black with #A0807D
Text Example
Text Example
White with #A0807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0807D; }
p { color: rgb(160,128,125); }
H1.HeaderClassName
{
color: #A0807D;
}
.AnyTagClassName
{
color: #A0807D;
}
</style>
background-color css
<style>
a { background-color: #A0807D; }
a { background-color: rgb(160,128,125); }
div.DivClassName
{
background-color: #A0807D;
}
.BgClassName
{
background-color: #A0807D;
}
</style>
border-color css
<style>
span { border-color: #A0807D; }
span { border-color: rgb(160,128,125); }
td.TdClassName
{
border-color: #A0807D;
}
.TagClassName
{
border-color: #A0807D;
}
</style>