Shades of Opium #A58585
Tints of Opium #A58585
RGB
CMYK
RGB Variations
Color information
#A58585 (or 0xA58585) is known color: Opium. HEX triplet: A5, 85 and 85. RGB value is (165,133,133). Sum of RGB (Red+Green+Blue) = 165+133+133=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 165 - color contains mainly: red. Hex color #A58585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58585 is #5A7A7A. Grayscale: #8E8E8E. Windows color (decimal): -5929595 or 8750501. OLE color: 8750501.
HSL color Cylindrical-coordinate representation of color #A58585: hue angle of 0º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A58585 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 133 | 133 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.35 |
| HSL | 0º | 0.15% | 0.58% | - |
| HSV(B) | 0º | 0.19% | 0.65% | - |
| XYZ | 28.14 | 26.47 | 25.82 | - |
| YUV | 142.57 | 122.6 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 133 | 133 | 0 | 0.19 | 0.19 | 0.35 | 0 | 0.15 | 0.58 |
| Hex | A5 | 85 | 85 | 0 | 13 | 13 | 23 | 0 | F | 3A |
| Octal | 245 | 205 | 205 | 0 | 23 | 23 | 43 | 0 | 17 | 72 |
| Binary | 10100101 | 10000101 | 10000101 | 0 | 10011 | 10011 | 100011 | 0 | 1111 | 111010 |
Color Harmonies of #A58585
Complementary color
Monochromatic Colors of #A58585
Black with #A58585
Text Example
Text Example
White with #A58585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58585; }
p { color: rgb(165,133,133); }
H1.HeaderClassName
{
color: #A58585;
}
.AnyTagClassName
{
color: #A58585;
}
</style>
background-color css
<style>
a { background-color: #A58585; }
a { background-color: rgb(165,133,133); }
div.DivClassName
{
background-color: #A58585;
}
.BgClassName
{
background-color: #A58585;
}
</style>
border-color css
<style>
span { border-color: #A58585; }
span { border-color: rgb(165,133,133); }
td.TdClassName
{
border-color: #A58585;
}
.TagClassName
{
border-color: #A58585;
}
</style>