Shades of Opium #A58787
Tints of Opium #A58787
RGB
CMYK
RGB Variations
Color information
#A58787 (or 0xA58787) is known color: Opium. HEX triplet: A5, 87 and 87. RGB value is (165,135,135). Sum of RGB (Red+Green+Blue) = 165+135+135=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 165 - color contains mainly: red. Hex color #A58787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58787 is #5A7878. Grayscale: #8F8F8F. Windows color (decimal): -5929081 or 8882085. OLE color: 8882085.
HSL color Cylindrical-coordinate representation of color #A58787: hue angle of 0º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A58787 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 135 | 135 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.35 |
| HSL | 0º | 0.14% | 0.59% | - |
| HSV(B) | 0º | 0.18% | 0.65% | - |
| XYZ | 28.55 | 27.08 | 26.64 | - |
| YUV | 143.97 | 122.94 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 135 | 135 | 0 | 0.18 | 0.18 | 0.35 | 0 | 0.14 | 0.59 |
| Hex | A5 | 87 | 87 | 0 | 12 | 12 | 23 | 0 | E | 3B |
| Octal | 245 | 207 | 207 | 0 | 22 | 22 | 43 | 0 | 16 | 73 |
| Binary | 10100101 | 10000111 | 10000111 | 0 | 10010 | 10010 | 100011 | 0 | 1110 | 111011 |
Color Harmonies of #A58787
Complementary color
Monochromatic Colors of #A58787
Black with #A58787
Text Example
Text Example
White with #A58787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58787; }
p { color: rgb(165,135,135); }
H1.HeaderClassName
{
color: #A58787;
}
.AnyTagClassName
{
color: #A58787;
}
</style>
background-color css
<style>
a { background-color: #A58787; }
a { background-color: rgb(165,135,135); }
div.DivClassName
{
background-color: #A58787;
}
.BgClassName
{
background-color: #A58787;
}
</style>
border-color css
<style>
span { border-color: #A58787; }
span { border-color: rgb(165,135,135); }
td.TdClassName
{
border-color: #A58787;
}
.TagClassName
{
border-color: #A58787;
}
</style>