Shades of Opium #A98584
Tints of Opium #A98584
RGB
CMYK
RGB Variations
Color information
#A98584 (or 0xA98584) is known color: Opium. HEX triplet: A9, 85 and 84. RGB value is (169,133,132). Sum of RGB (Red+Green+Blue) = 169+133+132=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 169 - color contains mainly: red. Hex color #A98584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98584 is #567A7B. Grayscale: #8F8F8F. Windows color (decimal): -5667452 or 8684969. OLE color: 8684969.
HSL color Cylindrical-coordinate representation of color #A98584: hue angle of 1.62º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A98584 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 133 | 132 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.34 |
| HSL | 1.62º | 0.18% | 0.59% | - |
| HSV(B) | 1.62º | 0.22% | 0.66% | - |
| XYZ | 28.91 | 26.88 | 25.49 | - |
| YUV | 143.65 | 121.43 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 133 | 132 | 0 | 0.21 | 0.22 | 0.34 | 1.62 | 0.18 | 0.59 |
| Hex | A9 | 85 | 84 | 0 | 15 | 16 | 22 | 2 | 12 | 3B |
| Octal | 251 | 205 | 204 | 0 | 25 | 26 | 42 | 2 | 22 | 73 |
| Binary | 10101001 | 10000101 | 10000100 | 0 | 10101 | 10110 | 100010 | 10 | 10010 | 111011 |
Color Harmonies of #A98584
Complementary color
Monochromatic Colors of #A98584
Black with #A98584
Text Example
Text Example
White with #A98584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98584; }
p { color: rgb(169,133,132); }
H1.HeaderClassName
{
color: #A98584;
}
.AnyTagClassName
{
color: #A98584;
}
</style>
background-color css
<style>
a { background-color: #A98584; }
a { background-color: rgb(169,133,132); }
div.DivClassName
{
background-color: #A98584;
}
.BgClassName
{
background-color: #A98584;
}
</style>
border-color css
<style>
span { border-color: #A98584; }
span { border-color: rgb(169,133,132); }
td.TdClassName
{
border-color: #A98584;
}
.TagClassName
{
border-color: #A98584;
}
</style>