Shades of Opium #9A8482
Tints of Opium #9A8482
RGB
CMYK
RGB Variations
Color information
#9A8482 (or 0x9A8482) is known color: Opium. HEX triplet: 9A, 84 and 82. RGB value is (154,132,130). Sum of RGB (Red+Green+Blue) = 154+132+130=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8482 is #657B7D. Grayscale: #8A8A8A. Windows color (decimal): -6650750 or 8553626. OLE color: 8553626.
HSL color Cylindrical-coordinate representation of color #9A8482: hue angle of 5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9A8482 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 132 | 130 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.40 |
| HSL | 5º | 0.11% | 0.56% | - |
| HSV(B) | 5º | 0.16% | 0.6% | - |
| XYZ | 25.61 | 24.98 | 24.59 | - |
| YUV | 138.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 132 | 130 | 0 | 0.14 | 0.16 | 0.40 | 5 | 0.11 | 0.56 |
| Hex | 9A | 84 | 82 | 0 | E | 10 | 28 | 5 | B | 38 |
| Octal | 232 | 204 | 202 | 0 | 16 | 20 | 50 | 5 | 13 | 70 |
| Binary | 10011010 | 10000100 | 10000010 | 0 | 1110 | 10000 | 101000 | 101 | 1011 | 111000 |
Color Harmonies of #9A8482
Complementary color
Monochromatic Colors of #9A8482
Black with #9A8482
Text Example
Text Example
White with #9A8482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8482; }
p { color: rgb(154,132,130); }
H1.HeaderClassName
{
color: #9A8482;
}
.AnyTagClassName
{
color: #9A8482;
}
</style>
background-color css
<style>
a { background-color: #9A8482; }
a { background-color: rgb(154,132,130); }
div.DivClassName
{
background-color: #9A8482;
}
.BgClassName
{
background-color: #9A8482;
}
</style>
border-color css
<style>
span { border-color: #9A8482; }
span { border-color: rgb(154,132,130); }
td.TdClassName
{
border-color: #9A8482;
}
.TagClassName
{
border-color: #9A8482;
}
</style>