Shades of Opium #A57875
Tints of Opium #A57875
RGB
CMYK
RGB Variations
Color information
#A57875 (or 0xA57875) is known color: Opium. HEX triplet: A5, 78 and 75. RGB value is (165,120,117). Sum of RGB (Red+Green+Blue) = 165+120+117=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A57875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57875 is #5A878A. Grayscale: #858585. Windows color (decimal): -5932939 or 7698597. OLE color: 7698597.
HSL color Cylindrical-coordinate representation of color #A57875: hue angle of 3.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A57875 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 120 | 117 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.35 |
| HSL | 3.75º | 0.21% | 0.55% | - |
| HSV(B) | 3.75º | 0.29% | 0.65% | - |
| XYZ | 25.44 | 22.72 | 19.87 | - |
| YUV | 133.11 | 118.91 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 120 | 117 | 0 | 0.27 | 0.29 | 0.35 | 3.75 | 0.21 | 0.55 |
| Hex | A5 | 78 | 75 | 0 | 1B | 1D | 23 | 4 | 15 | 37 |
| Octal | 245 | 170 | 165 | 0 | 33 | 35 | 43 | 4 | 25 | 67 |
| Binary | 10100101 | 1111000 | 1110101 | 0 | 11011 | 11101 | 100011 | 100 | 10101 | 110111 |
Color Harmonies of #A57875
Complementary color
Monochromatic Colors of #A57875
Black with #A57875
Text Example
Text Example
White with #A57875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57875; }
p { color: rgb(165,120,117); }
H1.HeaderClassName
{
color: #A57875;
}
.AnyTagClassName
{
color: #A57875;
}
</style>
background-color css
<style>
a { background-color: #A57875; }
a { background-color: rgb(165,120,117); }
div.DivClassName
{
background-color: #A57875;
}
.BgClassName
{
background-color: #A57875;
}
</style>
border-color css
<style>
span { border-color: #A57875; }
span { border-color: rgb(165,120,117); }
td.TdClassName
{
border-color: #A57875;
}
.TagClassName
{
border-color: #A57875;
}
</style>