Shades of Opium #A57F7E
Tints of Opium #A57F7E
RGB
CMYK
RGB Variations
Color information
#A57F7E (or 0xA57F7E) is known color: Opium. HEX triplet: A5, 7F and 7E. RGB value is (165,127,126). Sum of RGB (Red+Green+Blue) = 165+127+126=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57F7E is #5A8081. Grayscale: #8A8A8A. Windows color (decimal): -5931138 or 8290213. OLE color: 8290213.
HSL color Cylindrical-coordinate representation of color #A57F7E: hue angle of 1.54º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A57F7E is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 127 | 126 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.35 |
| HSL | 1.54º | 0.18% | 0.57% | - |
| HSV(B) | 1.54º | 0.24% | 0.65% | - |
| XYZ | 26.87 | 24.68 | 23.09 | - |
| YUV | 138.25 | 121.09 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 127 | 126 | 0 | 0.23 | 0.24 | 0.35 | 1.54 | 0.18 | 0.57 |
| Hex | A5 | 7F | 7E | 0 | 17 | 18 | 23 | 2 | 12 | 39 |
| Octal | 245 | 177 | 176 | 0 | 27 | 30 | 43 | 2 | 22 | 71 |
| Binary | 10100101 | 1111111 | 1111110 | 0 | 10111 | 11000 | 100011 | 10 | 10010 | 111001 |
Color Harmonies of #A57F7E
Complementary color
Monochromatic Colors of #A57F7E
Black with #A57F7E
Text Example
Text Example
White with #A57F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57F7E; }
p { color: rgb(165,127,126); }
H1.HeaderClassName
{
color: #A57F7E;
}
.AnyTagClassName
{
color: #A57F7E;
}
</style>
background-color css
<style>
a { background-color: #A57F7E; }
a { background-color: rgb(165,127,126); }
div.DivClassName
{
background-color: #A57F7E;
}
.BgClassName
{
background-color: #A57F7E;
}
</style>
border-color css
<style>
span { border-color: #A57F7E; }
span { border-color: rgb(165,127,126); }
td.TdClassName
{
border-color: #A57F7E;
}
.TagClassName
{
border-color: #A57F7E;
}
</style>