Shades of Opium #A08380
Tints of Opium #A08380
RGB
CMYK
RGB Variations
Color information
#A08380 (or 0xA08380) is known color: Opium. HEX triplet: A0, 83 and 80. RGB value is (160,131,128). Sum of RGB (Red+Green+Blue) = 160+131+128=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 160 - color contains mainly: red. Hex color #A08380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08380 is #5F7C7F. Grayscale: #8B8B8B. Windows color (decimal): -6257792 or 8422304. OLE color: 8422304.
HSL color Cylindrical-coordinate representation of color #A08380: hue angle of 5.62º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A08380 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 131 | 128 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.37 |
| HSL | 5.63º | 0.14% | 0.56% | - |
| HSV(B) | 5.63º | 0.2% | 0.63% | - |
| XYZ | 26.51 | 25.26 | 23.9 | - |
| YUV | 139.33 | 121.61 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 128 | 0 | 0.18 | 0.20 | 0.37 | 5.63 | 0.14 | 0.56 |
| Hex | A0 | 83 | 80 | 0 | 12 | 14 | 25 | 6 | E | 38 |
| Octal | 240 | 203 | 200 | 0 | 22 | 24 | 45 | 6 | 16 | 70 |
| Binary | 10100000 | 10000011 | 10000000 | 0 | 10010 | 10100 | 100101 | 110 | 1110 | 111000 |
Color Harmonies of #A08380
Complementary color
Monochromatic Colors of #A08380
Black with #A08380
Text Example
Text Example
White with #A08380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08380; }
p { color: rgb(160,131,128); }
H1.HeaderClassName
{
color: #A08380;
}
.AnyTagClassName
{
color: #A08380;
}
</style>
background-color css
<style>
a { background-color: #A08380; }
a { background-color: rgb(160,131,128); }
div.DivClassName
{
background-color: #A08380;
}
.BgClassName
{
background-color: #A08380;
}
</style>
border-color css
<style>
span { border-color: #A08380; }
span { border-color: rgb(160,131,128); }
td.TdClassName
{
border-color: #A08380;
}
.TagClassName
{
border-color: #A08380;
}
</style>