Shades of Opium #A98382
Tints of Opium #A98382
RGB
CMYK
RGB Variations
Color information
#A98382 (or 0xA98382) is known color: Opium. HEX triplet: A9, 83 and 82. RGB value is (169,131,130). Sum of RGB (Red+Green+Blue) = 169+131+130=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 169 - color contains mainly: red. Hex color #A98382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98382 is #567C7D. Grayscale: #8E8E8E. Windows color (decimal): -5667966 or 8553385. OLE color: 8553385.
HSL color Cylindrical-coordinate representation of color #A98382: hue angle of 1.54º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A98382 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 131 | 130 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.34 |
| HSL | 1.54º | 0.18% | 0.59% | - |
| HSV(B) | 1.54º | 0.23% | 0.66% | - |
| XYZ | 28.51 | 26.28 | 24.69 | - |
| YUV | 142.25 | 121.09 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 131 | 130 | 0 | 0.22 | 0.23 | 0.34 | 1.54 | 0.18 | 0.59 |
| Hex | A9 | 83 | 82 | 0 | 16 | 17 | 22 | 2 | 12 | 3B |
| Octal | 251 | 203 | 202 | 0 | 26 | 27 | 42 | 2 | 22 | 73 |
| Binary | 10101001 | 10000011 | 10000010 | 0 | 10110 | 10111 | 100010 | 10 | 10010 | 111011 |
Color Harmonies of #A98382
Complementary color
Monochromatic Colors of #A98382
Black with #A98382
Text Example
Text Example
White with #A98382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98382; }
p { color: rgb(169,131,130); }
H1.HeaderClassName
{
color: #A98382;
}
.AnyTagClassName
{
color: #A98382;
}
</style>
background-color css
<style>
a { background-color: #A98382; }
a { background-color: rgb(169,131,130); }
div.DivClassName
{
background-color: #A98382;
}
.BgClassName
{
background-color: #A98382;
}
</style>
border-color css
<style>
span { border-color: #A98382; }
span { border-color: rgb(169,131,130); }
td.TdClassName
{
border-color: #A98382;
}
.TagClassName
{
border-color: #A98382;
}
</style>