Shades of Opium #A97A78
Tints of Opium #A97A78
RGB
CMYK
RGB Variations
Color information
#A97A78 (or 0xA97A78) is known color: Opium. HEX triplet: A9, 7A and 78. RGB value is (169,122,120). Sum of RGB (Red+Green+Blue) = 169+122+120=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97A78 is #568587. Grayscale: #878787. Windows color (decimal): -5670280 or 7895721. OLE color: 7895721.
HSL color Cylindrical-coordinate representation of color #A97A78: hue angle of 2.45º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A97A78 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 122 | 120 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.34 |
| HSL | 2.45º | 0.22% | 0.57% | - |
| HSV(B) | 2.45º | 0.29% | 0.66% | - |
| XYZ | 26.71 | 23.71 | 20.94 | - |
| YUV | 135.83 | 119.07 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 122 | 120 | 0 | 0.28 | 0.29 | 0.34 | 2.45 | 0.22 | 0.57 |
| Hex | A9 | 7A | 78 | 0 | 1C | 1D | 22 | 2 | 16 | 39 |
| Octal | 251 | 172 | 170 | 0 | 34 | 35 | 42 | 2 | 26 | 71 |
| Binary | 10101001 | 1111010 | 1111000 | 0 | 11100 | 11101 | 100010 | 10 | 10110 | 111001 |
Color Harmonies of #A97A78
Complementary color
Monochromatic Colors of #A97A78
Black with #A97A78
Text Example
Text Example
White with #A97A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97A78; }
p { color: rgb(169,122,120); }
H1.HeaderClassName
{
color: #A97A78;
}
.AnyTagClassName
{
color: #A97A78;
}
</style>
background-color css
<style>
a { background-color: #A97A78; }
a { background-color: rgb(169,122,120); }
div.DivClassName
{
background-color: #A97A78;
}
.BgClassName
{
background-color: #A97A78;
}
</style>
border-color css
<style>
span { border-color: #A97A78; }
span { border-color: rgb(169,122,120); }
td.TdClassName
{
border-color: #A97A78;
}
.TagClassName
{
border-color: #A97A78;
}
</style>