Shades of Opium #A08985
Tints of Opium #A08985
RGB
CMYK
RGB Variations
Color information
#A08985 (or 0xA08985) is known color: Opium. HEX triplet: A0, 89 and 85. RGB value is (160,137,133). Sum of RGB (Red+Green+Blue) = 160+137+133=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 160 - color contains mainly: red. Hex color #A08985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08985 is #5F767A. Grayscale: #8F8F8F. Windows color (decimal): -6256251 or 8751520. OLE color: 8751520.
HSL color Cylindrical-coordinate representation of color #A08985: hue angle of 8.89º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A08985 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 137 | 133 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.37 |
| HSL | 8.89º | 0.12% | 0.57% | - |
| HSV(B) | 8.89º | 0.17% | 0.63% | - |
| XYZ | 27.68 | 27.06 | 25.95 | - |
| YUV | 143.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 133 | 0 | 0.14 | 0.17 | 0.37 | 8.89 | 0.12 | 0.57 |
| Hex | A0 | 89 | 85 | 0 | E | 11 | 25 | 9 | C | 39 |
| Octal | 240 | 211 | 205 | 0 | 16 | 21 | 45 | 11 | 14 | 71 |
| Binary | 10100000 | 10001001 | 10000101 | 0 | 1110 | 10001 | 100101 | 1001 | 1100 | 111001 |
Color Harmonies of #A08985
Complementary color
Monochromatic Colors of #A08985
Black with #A08985
Text Example
Text Example
White with #A08985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08985; }
p { color: rgb(160,137,133); }
H1.HeaderClassName
{
color: #A08985;
}
.AnyTagClassName
{
color: #A08985;
}
</style>
background-color css
<style>
a { background-color: #A08985; }
a { background-color: rgb(160,137,133); }
div.DivClassName
{
background-color: #A08985;
}
.BgClassName
{
background-color: #A08985;
}
</style>
border-color css
<style>
span { border-color: #A08985; }
span { border-color: rgb(160,137,133); }
td.TdClassName
{
border-color: #A08985;
}
.TagClassName
{
border-color: #A08985;
}
</style>