Shades of Opium #A58483
Tints of Opium #A58483
RGB
CMYK
RGB Variations
Color information
#A58483 (or 0xA58483) is known color: Opium. HEX triplet: A5, 84 and 83. RGB value is (165,132,131). Sum of RGB (Red+Green+Blue) = 165+132+131=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 165 - color contains mainly: red. Hex color #A58483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58483 is #5A7B7C. Grayscale: #8D8D8D. Windows color (decimal): -5929853 or 8619173. OLE color: 8619173.
HSL color Cylindrical-coordinate representation of color #A58483: hue angle of 1.76º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A58483 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 132 | 131 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.35 |
| HSL | 1.76º | 0.16% | 0.58% | - |
| HSV(B) | 1.76º | 0.21% | 0.65% | - |
| XYZ | 27.87 | 26.14 | 25.05 | - |
| YUV | 141.75 | 121.93 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 132 | 131 | 0 | 0.20 | 0.21 | 0.35 | 1.76 | 0.16 | 0.58 |
| Hex | A5 | 84 | 83 | 0 | 14 | 15 | 23 | 2 | 10 | 3A |
| Octal | 245 | 204 | 203 | 0 | 24 | 25 | 43 | 2 | 20 | 72 |
| Binary | 10100101 | 10000100 | 10000011 | 0 | 10100 | 10101 | 100011 | 10 | 10000 | 111010 |
Color Harmonies of #A58483
Complementary color
Monochromatic Colors of #A58483
Black with #A58483
Text Example
Text Example
White with #A58483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58483; }
p { color: rgb(165,132,131); }
H1.HeaderClassName
{
color: #A58483;
}
.AnyTagClassName
{
color: #A58483;
}
</style>
background-color css
<style>
a { background-color: #A58483; }
a { background-color: rgb(165,132,131); }
div.DivClassName
{
background-color: #A58483;
}
.BgClassName
{
background-color: #A58483;
}
</style>
border-color css
<style>
span { border-color: #A58483; }
span { border-color: rgb(165,132,131); }
td.TdClassName
{
border-color: #A58483;
}
.TagClassName
{
border-color: #A58483;
}
</style>