Shades of Opium #A07573
Tints of Opium #A07573
RGB
CMYK
RGB Variations
Color information
#A07573 (or 0xA07573) is known color: Opium. HEX triplet: A0, 75 and 73. RGB value is (160,117,115). Sum of RGB (Red+Green+Blue) = 160+117+115=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A07573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07573 is #5F8A8C. Grayscale: #818181. Windows color (decimal): -6261389 or 7566752. OLE color: 7566752.
HSL color Cylindrical-coordinate representation of color #A07573: hue angle of 2.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A07573 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 117 | 115 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.37 |
| HSL | 2.67º | 0.19% | 0.54% | - |
| HSV(B) | 2.67º | 0.28% | 0.63% | - |
| XYZ | 23.95 | 21.43 | 19.09 | - |
| YUV | 129.63 | 119.75 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 117 | 115 | 0 | 0.27 | 0.28 | 0.37 | 2.67 | 0.19 | 0.54 |
| Hex | A0 | 75 | 73 | 0 | 1B | 1C | 25 | 3 | 13 | 36 |
| Octal | 240 | 165 | 163 | 0 | 33 | 34 | 45 | 3 | 23 | 66 |
| Binary | 10100000 | 1110101 | 1110011 | 0 | 11011 | 11100 | 100101 | 11 | 10011 | 110110 |
Color Harmonies of #A07573
Complementary color
Monochromatic Colors of #A07573
Black with #A07573
Text Example
Text Example
White with #A07573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07573; }
p { color: rgb(160,117,115); }
H1.HeaderClassName
{
color: #A07573;
}
.AnyTagClassName
{
color: #A07573;
}
</style>
background-color css
<style>
a { background-color: #A07573; }
a { background-color: rgb(160,117,115); }
div.DivClassName
{
background-color: #A07573;
}
.BgClassName
{
background-color: #A07573;
}
</style>
border-color css
<style>
span { border-color: #A07573; }
span { border-color: rgb(160,117,115); }
td.TdClassName
{
border-color: #A07573;
}
.TagClassName
{
border-color: #A07573;
}
</style>