Shades of Opium #AA7A7A
Tints of Opium #AA7A7A
RGB
CMYK
RGB Variations
Color information
#AA7A7A (or 0xAA7A7A) is known color: Opium. HEX triplet: AA, 7A and 7A. RGB value is (170,122,122). Sum of RGB (Red+Green+Blue) = 170+122+122=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A7A is #558585. Grayscale: #888888. Windows color (decimal): -5604742 or 8026794. OLE color: 8026794.
HSL color Cylindrical-coordinate representation of color #AA7A7A: 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.28%. Process color model (Four color, CMYK) of #AA7A7A is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 122 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.33 |
| HSL | 0º | 0.22% | 0.57% | - |
| HSV(B) | 0º | 0.28% | 0.67% | - |
| XYZ | 27.05 | 23.87 | 21.59 | - |
| YUV | 136.35 | 119.9 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 122 | 0 | 0.28 | 0.28 | 0.33 | 0 | 0.22 | 0.57 |
| Hex | AA | 7A | 7A | 0 | 1C | 1C | 21 | 0 | 16 | 39 |
| Octal | 252 | 172 | 172 | 0 | 34 | 34 | 41 | 0 | 26 | 71 |
| Binary | 10101010 | 1111010 | 1111010 | 0 | 11100 | 11100 | 100001 | 0 | 10110 | 111001 |
Color Harmonies of #AA7A7A
Complementary color
Monochromatic Colors of #AA7A7A
Black with #AA7A7A
Text Example
Text Example
White with #AA7A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A7A; }
p { color: rgb(170,122,122); }
H1.HeaderClassName
{
color: #AA7A7A;
}
.AnyTagClassName
{
color: #AA7A7A;
}
</style>
background-color css
<style>
a { background-color: #AA7A7A; }
a { background-color: rgb(170,122,122); }
div.DivClassName
{
background-color: #AA7A7A;
}
.BgClassName
{
background-color: #AA7A7A;
}
</style>
border-color css
<style>
span { border-color: #AA7A7A; }
span { border-color: rgb(170,122,122); }
td.TdClassName
{
border-color: #AA7A7A;
}
.TagClassName
{
border-color: #AA7A7A;
}
</style>