Shades of Opium #AA7979
Tints of Opium #AA7979
RGB
CMYK
RGB Variations
Color information
#AA7979 (or 0xAA7979) is known color: Opium. HEX triplet: AA, 79 and 79. RGB value is (170,121,121). Sum of RGB (Red+Green+Blue) = 170+121+121=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7979 is #558686. Grayscale: #878787. Windows color (decimal): -5604999 or 7961002. OLE color: 7961002.
HSL color Cylindrical-coordinate representation of color #AA7979: hue angle of 0º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA7979 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 121 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.33 |
| HSL | 0º | 0.22% | 0.57% | - |
| HSV(B) | 0º | 0.29% | 0.67% | - |
| XYZ | 26.87 | 23.6 | 21.23 | - |
| YUV | 135.65 | 119.73 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 121 | 0 | 0.29 | 0.29 | 0.33 | 0 | 0.22 | 0.57 |
| Hex | AA | 79 | 79 | 0 | 1D | 1D | 21 | 0 | 16 | 39 |
| Octal | 252 | 171 | 171 | 0 | 35 | 35 | 41 | 0 | 26 | 71 |
| Binary | 10101010 | 1111001 | 1111001 | 0 | 11101 | 11101 | 100001 | 0 | 10110 | 111001 |
Color Harmonies of #AA7979
Complementary color
Monochromatic Colors of #AA7979
Black with #AA7979
Text Example
Text Example
White with #AA7979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7979; }
p { color: rgb(170,121,121); }
H1.HeaderClassName
{
color: #AA7979;
}
.AnyTagClassName
{
color: #AA7979;
}
</style>
background-color css
<style>
a { background-color: #AA7979; }
a { background-color: rgb(170,121,121); }
div.DivClassName
{
background-color: #AA7979;
}
.BgClassName
{
background-color: #AA7979;
}
</style>
border-color css
<style>
span { border-color: #AA7979; }
span { border-color: rgb(170,121,121); }
td.TdClassName
{
border-color: #AA7979;
}
.TagClassName
{
border-color: #AA7979;
}
</style>