Shades of Opium #A0817E
Tints of Opium #A0817E
RGB
CMYK
RGB Variations
Color information
#A0817E (or 0xA0817E) is known color: Opium. HEX triplet: A0, 81 and 7E. RGB value is (160,129,126). Sum of RGB (Red+Green+Blue) = 160+129+126=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 160 - color contains mainly: red. Hex color #A0817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0817E is #5F7E81. Grayscale: #898989. Windows color (decimal): -6258306 or 8290720. OLE color: 8290720.
HSL color Cylindrical-coordinate representation of color #A0817E: hue angle of 5.29º 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 #A0817E is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 129 | 126 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.37 |
| HSL | 5.29º | 0.15% | 0.56% | - |
| HSV(B) | 5.29º | 0.21% | 0.63% | - |
| XYZ | 26.11 | 24.68 | 23.13 | - |
| YUV | 137.93 | 121.27 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 129 | 126 | 0 | 0.19 | 0.21 | 0.37 | 5.29 | 0.15 | 0.56 |
| Hex | A0 | 81 | 7E | 0 | 13 | 15 | 25 | 5 | F | 38 |
| Octal | 240 | 201 | 176 | 0 | 23 | 25 | 45 | 5 | 17 | 70 |
| Binary | 10100000 | 10000001 | 1111110 | 0 | 10011 | 10101 | 100101 | 101 | 1111 | 111000 |
Color Harmonies of #A0817E
Complementary color
Monochromatic Colors of #A0817E
Black with #A0817E
Text Example
Text Example
White with #A0817E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0817E; }
p { color: rgb(160,129,126); }
H1.HeaderClassName
{
color: #A0817E;
}
.AnyTagClassName
{
color: #A0817E;
}
</style>
background-color css
<style>
a { background-color: #A0817E; }
a { background-color: rgb(160,129,126); }
div.DivClassName
{
background-color: #A0817E;
}
.BgClassName
{
background-color: #A0817E;
}
</style>
border-color css
<style>
span { border-color: #A0817E; }
span { border-color: rgb(160,129,126); }
td.TdClassName
{
border-color: #A0817E;
}
.TagClassName
{
border-color: #A0817E;
}
</style>