Shades of Opium #A08383
Tints of Opium #A08383
RGB
CMYK
RGB Variations
Color information
#A08383 (or 0xA08383) is known color: Opium. HEX triplet: A0, 83 and 83. RGB value is (160,131,131). Sum of RGB (Red+Green+Blue) = 160+131+131=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A08383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08383 is #5F7C7C. Grayscale: #8B8B8B. Windows color (decimal): -6257789 or 8618912. OLE color: 8618912.
HSL color Cylindrical-coordinate representation of color #A08383: hue angle of 0º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A08383 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 131 | 131 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.37 |
| HSL | 0º | 0.13% | 0.57% | - |
| HSV(B) | 0º | 0.18% | 0.63% | - |
| XYZ | 26.71 | 25.34 | 24.96 | - |
| YUV | 139.67 | 123.11 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 131 | 0 | 0.18 | 0.18 | 0.37 | 0 | 0.13 | 0.57 |
| Hex | A0 | 83 | 83 | 0 | 12 | 12 | 25 | 0 | D | 39 |
| Octal | 240 | 203 | 203 | 0 | 22 | 22 | 45 | 0 | 15 | 71 |
| Binary | 10100000 | 10000011 | 10000011 | 0 | 10010 | 10010 | 100101 | 0 | 1101 | 111001 |
Color Harmonies of #A08383
Complementary color
Monochromatic Colors of #A08383
Black with #A08383
Text Example
Text Example
White with #A08383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08383; }
p { color: rgb(160,131,131); }
H1.HeaderClassName
{
color: #A08383;
}
.AnyTagClassName
{
color: #A08383;
}
</style>
background-color css
<style>
a { background-color: #A08383; }
a { background-color: rgb(160,131,131); }
div.DivClassName
{
background-color: #A08383;
}
.BgClassName
{
background-color: #A08383;
}
</style>
border-color css
<style>
span { border-color: #A08383; }
span { border-color: rgb(160,131,131); }
td.TdClassName
{
border-color: #A08383;
}
.TagClassName
{
border-color: #A08383;
}
</style>