Shades of Opium #A08888
Tints of Opium #A08888
RGB
CMYK
RGB Variations
Color information
#A08888 (or 0xA08888) is known color: Opium. HEX triplet: A0, 88 and 88. RGB value is (160,136,136). Sum of RGB (Red+Green+Blue) = 160+136+136=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 160 - color contains mainly: red. Hex color #A08888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08888 is #5F7777. Grayscale: #8F8F8F. Windows color (decimal): -6256504 or 8947872. OLE color: 8947872.
HSL color Cylindrical-coordinate representation of color #A08888: hue angle of 0º 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 #A08888 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 136 | 136 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.37 |
| HSL | 0º | 0.11% | 0.58% | - |
| HSV(B) | 0º | 0.15% | 0.63% | - |
| XYZ | 27.75 | 26.86 | 27.01 | - |
| YUV | 143.18 | 123.95 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 136 | 0 | 0.15 | 0.15 | 0.37 | 0 | 0.11 | 0.58 |
| Hex | A0 | 88 | 88 | 0 | F | F | 25 | 0 | B | 3A |
| Octal | 240 | 210 | 210 | 0 | 17 | 17 | 45 | 0 | 13 | 72 |
| Binary | 10100000 | 10001000 | 10001000 | 0 | 1111 | 1111 | 100101 | 0 | 1011 | 111010 |
Color Harmonies of #A08888
Complementary color
Monochromatic Colors of #A08888
Black with #A08888
Text Example
Text Example
White with #A08888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08888; }
p { color: rgb(160,136,136); }
H1.HeaderClassName
{
color: #A08888;
}
.AnyTagClassName
{
color: #A08888;
}
</style>
background-color css
<style>
a { background-color: #A08888; }
a { background-color: rgb(160,136,136); }
div.DivClassName
{
background-color: #A08888;
}
.BgClassName
{
background-color: #A08888;
}
</style>
border-color css
<style>
span { border-color: #A08888; }
span { border-color: rgb(160,136,136); }
td.TdClassName
{
border-color: #A08888;
}
.TagClassName
{
border-color: #A08888;
}
</style>