Shades of Opium #A0817C
Tints of Opium #A0817C
RGB
CMYK
RGB Variations
Color information
#A0817C (or 0xA0817C) is known color: Opium. HEX triplet: A0, 81 and 7C. RGB value is (160,129,124). Sum of RGB (Red+Green+Blue) = 160+129+124=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 160 - color contains mainly: red. Hex color #A0817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0817C is #5F7E83. Grayscale: #898989. Windows color (decimal): -6258308 or 8159648. OLE color: 8159648.
HSL color Cylindrical-coordinate representation of color #A0817C: hue angle of 8.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0817C is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 129 | 124 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.37 |
| HSL | 8.33º | 0.16% | 0.56% | - |
| HSV(B) | 8.33º | 0.23% | 0.63% | - |
| XYZ | 25.99 | 24.63 | 22.45 | - |
| YUV | 137.7 | 120.27 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 129 | 124 | 0 | 0.19 | 0.22 | 0.37 | 8.33 | 0.16 | 0.56 |
| Hex | A0 | 81 | 7C | 0 | 13 | 16 | 25 | 8 | 10 | 38 |
| Octal | 240 | 201 | 174 | 0 | 23 | 26 | 45 | 10 | 20 | 70 |
| Binary | 10100000 | 10000001 | 1111100 | 0 | 10011 | 10110 | 100101 | 1000 | 10000 | 111000 |
Color Harmonies of #A0817C
Complementary color
Monochromatic Colors of #A0817C
Black with #A0817C
Text Example
Text Example
White with #A0817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0817C; }
p { color: rgb(160,129,124); }
H1.HeaderClassName
{
color: #A0817C;
}
.AnyTagClassName
{
color: #A0817C;
}
</style>
background-color css
<style>
a { background-color: #A0817C; }
a { background-color: rgb(160,129,124); }
div.DivClassName
{
background-color: #A0817C;
}
.BgClassName
{
background-color: #A0817C;
}
</style>
border-color css
<style>
span { border-color: #A0817C; }
span { border-color: rgb(160,129,124); }
td.TdClassName
{
border-color: #A0817C;
}
.TagClassName
{
border-color: #A0817C;
}
</style>