Shades of Opium #A58583
Tints of Opium #A58583
RGB
CMYK
RGB Variations
Color information
#A58583 (or 0xA58583) is known color: Opium. HEX triplet: A5, 85 and 83. RGB value is (165,133,131). Sum of RGB (Red+Green+Blue) = 165+133+131=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 165 - color contains mainly: red. Hex color #A58583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58583 is #5A7A7C. Grayscale: #8E8E8E. Windows color (decimal): -5929597 or 8619429. OLE color: 8619429.
HSL color Cylindrical-coordinate representation of color #A58583: hue angle of 3.53º 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 #A58583 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 133 | 131 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.35 |
| HSL | 3.53º | 0.16% | 0.58% | - |
| HSV(B) | 3.53º | 0.21% | 0.65% | - |
| XYZ | 28 | 26.41 | 25.1 | - |
| YUV | 142.34 | 121.6 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 133 | 131 | 0 | 0.19 | 0.21 | 0.35 | 3.53 | 0.16 | 0.58 |
| Hex | A5 | 85 | 83 | 0 | 13 | 15 | 23 | 4 | 10 | 3A |
| Octal | 245 | 205 | 203 | 0 | 23 | 25 | 43 | 4 | 20 | 72 |
| Binary | 10100101 | 10000101 | 10000011 | 0 | 10011 | 10101 | 100011 | 100 | 10000 | 111010 |
Color Harmonies of #A58583
Complementary color
Monochromatic Colors of #A58583
Black with #A58583
Text Example
Text Example
White with #A58583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58583; }
p { color: rgb(165,133,131); }
H1.HeaderClassName
{
color: #A58583;
}
.AnyTagClassName
{
color: #A58583;
}
</style>
background-color css
<style>
a { background-color: #A58583; }
a { background-color: rgb(165,133,131); }
div.DivClassName
{
background-color: #A58583;
}
.BgClassName
{
background-color: #A58583;
}
</style>
border-color css
<style>
span { border-color: #A58583; }
span { border-color: rgb(165,133,131); }
td.TdClassName
{
border-color: #A58583;
}
.TagClassName
{
border-color: #A58583;
}
</style>