Shades of Opium #A78383
Tints of Opium #A78383
RGB
CMYK
RGB Variations
Color information
#A78383 (or 0xA78383) is known color: Opium. HEX triplet: A7, 83 and 83. RGB value is (167,131,131). Sum of RGB (Red+Green+Blue) = 167+131+131=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 167 - color contains mainly: red. Hex color #A78383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78383 is #587C7C. Grayscale: #8D8D8D. Windows color (decimal): -5799037 or 8618919. OLE color: 8618919.
HSL color Cylindrical-coordinate representation of color #A78383: hue angle of 0º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A78383 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 131 | 131 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.35 |
| HSL | 0º | 0.17% | 0.58% | - |
| HSV(B) | 0º | 0.22% | 0.65% | - |
| XYZ | 28.15 | 26.09 | 25.02 | - |
| YUV | 141.76 | 121.93 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 131 | 131 | 0 | 0.22 | 0.22 | 0.35 | 0 | 0.17 | 0.58 |
| Hex | A7 | 83 | 83 | 0 | 16 | 16 | 23 | 0 | 11 | 3A |
| Octal | 247 | 203 | 203 | 0 | 26 | 26 | 43 | 0 | 21 | 72 |
| Binary | 10100111 | 10000011 | 10000011 | 0 | 10110 | 10110 | 100011 | 0 | 10001 | 111010 |
Color Harmonies of #A78383
Complementary color
Monochromatic Colors of #A78383
Black with #A78383
Text Example
Text Example
White with #A78383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78383; }
p { color: rgb(167,131,131); }
H1.HeaderClassName
{
color: #A78383;
}
.AnyTagClassName
{
color: #A78383;
}
</style>
background-color css
<style>
a { background-color: #A78383; }
a { background-color: rgb(167,131,131); }
div.DivClassName
{
background-color: #A78383;
}
.BgClassName
{
background-color: #A78383;
}
</style>
border-color css
<style>
span { border-color: #A78383; }
span { border-color: rgb(167,131,131); }
td.TdClassName
{
border-color: #A78383;
}
.TagClassName
{
border-color: #A78383;
}
</style>