Shades of Opium #A57A75
Tints of Opium #A57A75
RGB
CMYK
RGB Variations
Color information
#A57A75 (or 0xA57A75) is known color: Opium. HEX triplet: A5, 7A and 75. RGB value is (165,122,117). Sum of RGB (Red+Green+Blue) = 165+122+117=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57A75 is #5A858A. Grayscale: #868686. Windows color (decimal): -5932427 or 7699109. OLE color: 7699109.
HSL color Cylindrical-coordinate representation of color #A57A75: hue angle of 6.25º 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 #A57A75 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 122 | 117 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.35 |
| HSL | 6.25º | 0.21% | 0.55% | - |
| HSV(B) | 6.25º | 0.29% | 0.65% | - |
| XYZ | 25.69 | 23.2 | 19.95 | - |
| YUV | 134.29 | 118.25 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 117 | 0 | 0.26 | 0.29 | 0.35 | 6.25 | 0.21 | 0.55 |
| Hex | A5 | 7A | 75 | 0 | 1A | 1D | 23 | 6 | 15 | 37 |
| Octal | 245 | 172 | 165 | 0 | 32 | 35 | 43 | 6 | 25 | 67 |
| Binary | 10100101 | 1111010 | 1110101 | 0 | 11010 | 11101 | 100011 | 110 | 10101 | 110111 |
Color Harmonies of #A57A75
Complementary color
Monochromatic Colors of #A57A75
Black with #A57A75
Text Example
Text Example
White with #A57A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57A75; }
p { color: rgb(165,122,117); }
H1.HeaderClassName
{
color: #A57A75;
}
.AnyTagClassName
{
color: #A57A75;
}
</style>
background-color css
<style>
a { background-color: #A57A75; }
a { background-color: rgb(165,122,117); }
div.DivClassName
{
background-color: #A57A75;
}
.BgClassName
{
background-color: #A57A75;
}
</style>
border-color css
<style>
span { border-color: #A57A75; }
span { border-color: rgb(165,122,117); }
td.TdClassName
{
border-color: #A57A75;
}
.TagClassName
{
border-color: #A57A75;
}
</style>