Shades of Opium #A57A77
Tints of Opium #A57A77
RGB
CMYK
RGB Variations
Color information
#A57A77 (or 0xA57A77) is known color: Opium. HEX triplet: A5, 7A and 77. RGB value is (165,122,119). Sum of RGB (Red+Green+Blue) = 165+122+119=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57A77 is #5A8588. Grayscale: #868686. Windows color (decimal): -5932425 or 7830181. OLE color: 7830181.
HSL color Cylindrical-coordinate representation of color #A57A77: hue angle of 3.91º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A57A77 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 122 | 119 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.35 |
| HSL | 3.91º | 0.2% | 0.56% | - |
| HSV(B) | 3.91º | 0.28% | 0.65% | - |
| XYZ | 25.81 | 23.25 | 20.58 | - |
| YUV | 134.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 119 | 0 | 0.26 | 0.28 | 0.35 | 3.91 | 0.2 | 0.56 |
| Hex | A5 | 7A | 77 | 0 | 1A | 1C | 23 | 4 | 14 | 38 |
| Octal | 245 | 172 | 167 | 0 | 32 | 34 | 43 | 4 | 24 | 70 |
| Binary | 10100101 | 1111010 | 1110111 | 0 | 11010 | 11100 | 100011 | 100 | 10100 | 111000 |
Color Harmonies of #A57A77
Complementary color
Monochromatic Colors of #A57A77
Black with #A57A77
Text Example
Text Example
White with #A57A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57A77; }
p { color: rgb(165,122,119); }
H1.HeaderClassName
{
color: #A57A77;
}
.AnyTagClassName
{
color: #A57A77;
}
</style>
background-color css
<style>
a { background-color: #A57A77; }
a { background-color: rgb(165,122,119); }
div.DivClassName
{
background-color: #A57A77;
}
.BgClassName
{
background-color: #A57A77;
}
</style>
border-color css
<style>
span { border-color: #A57A77; }
span { border-color: rgb(165,122,119); }
td.TdClassName
{
border-color: #A57A77;
}
.TagClassName
{
border-color: #A57A77;
}
</style>