Shades of Opium #A08580
Tints of Opium #A08580
RGB
CMYK
RGB Variations
Color information
#A08580 (or 0xA08580) is known color: Opium. HEX triplet: A0, 85 and 80. RGB value is (160,133,128). Sum of RGB (Red+Green+Blue) = 160+133+128=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 160 - color contains mainly: red. Hex color #A08580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08580 is #5F7A7F. Grayscale: #8C8C8C. Windows color (decimal): -6257280 or 8422816. OLE color: 8422816.
HSL color Cylindrical-coordinate representation of color #A08580: hue angle of 9.38º 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 #A08580 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 133 | 128 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.37 |
| HSL | 9.38º | 0.14% | 0.56% | - |
| HSV(B) | 9.38º | 0.2% | 0.63% | - |
| XYZ | 26.78 | 25.81 | 23.99 | - |
| YUV | 140.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 128 | 0 | 0.17 | 0.20 | 0.37 | 9.38 | 0.14 | 0.56 |
| Hex | A0 | 85 | 80 | 0 | 11 | 14 | 25 | 9 | E | 38 |
| Octal | 240 | 205 | 200 | 0 | 21 | 24 | 45 | 11 | 16 | 70 |
| Binary | 10100000 | 10000101 | 10000000 | 0 | 10001 | 10100 | 100101 | 1001 | 1110 | 111000 |
Color Harmonies of #A08580
Complementary color
Monochromatic Colors of #A08580
Black with #A08580
Text Example
Text Example
White with #A08580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08580; }
p { color: rgb(160,133,128); }
H1.HeaderClassName
{
color: #A08580;
}
.AnyTagClassName
{
color: #A08580;
}
</style>
background-color css
<style>
a { background-color: #A08580; }
a { background-color: rgb(160,133,128); }
div.DivClassName
{
background-color: #A08580;
}
.BgClassName
{
background-color: #A08580;
}
</style>
border-color css
<style>
span { border-color: #A08580; }
span { border-color: rgb(160,133,128); }
td.TdClassName
{
border-color: #A08580;
}
.TagClassName
{
border-color: #A08580;
}
</style>