Shades of Opium #A08A88
Tints of Opium #A08A88
RGB
CMYK
RGB Variations
Color information
#A08A88 (or 0xA08A88) is known color: Opium. HEX triplet: A0, 8A and 88. RGB value is (160,138,136). Sum of RGB (Red+Green+Blue) = 160+138+136=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08A88 is #5F7577. Grayscale: #909090. Windows color (decimal): -6255992 or 8948384. OLE color: 8948384.
HSL color Cylindrical-coordinate representation of color #A08A88: hue angle of 5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A08A88 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 138 | 136 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.37 |
| HSL | 5º | 0.11% | 0.58% | - |
| HSV(B) | 5º | 0.15% | 0.63% | - |
| XYZ | 28.03 | 27.43 | 27.11 | - |
| YUV | 144.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 136 | 0 | 0.14 | 0.15 | 0.37 | 5 | 0.11 | 0.58 |
| Hex | A0 | 8A | 88 | 0 | E | F | 25 | 5 | B | 3A |
| Octal | 240 | 212 | 210 | 0 | 16 | 17 | 45 | 5 | 13 | 72 |
| Binary | 10100000 | 10001010 | 10001000 | 0 | 1110 | 1111 | 100101 | 101 | 1011 | 111010 |
Color Harmonies of #A08A88
Complementary color
Monochromatic Colors of #A08A88
Black with #A08A88
Text Example
Text Example
White with #A08A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08A88; }
p { color: rgb(160,138,136); }
H1.HeaderClassName
{
color: #A08A88;
}
.AnyTagClassName
{
color: #A08A88;
}
</style>
background-color css
<style>
a { background-color: #A08A88; }
a { background-color: rgb(160,138,136); }
div.DivClassName
{
background-color: #A08A88;
}
.BgClassName
{
background-color: #A08A88;
}
</style>
border-color css
<style>
span { border-color: #A08A88; }
span { border-color: rgb(160,138,136); }
td.TdClassName
{
border-color: #A08A88;
}
.TagClassName
{
border-color: #A08A88;
}
</style>