Shades of Opium #AA7C7A
Tints of Opium #AA7C7A
RGB
CMYK
RGB Variations
Color information
#AA7C7A (or 0xAA7C7A) is known color: Opium. HEX triplet: AA, 7C and 7A. RGB value is (170,124,122). Sum of RGB (Red+Green+Blue) = 170+124+122=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7C7A is #558385. Grayscale: #898989. Windows color (decimal): -5604230 or 8027306. OLE color: 8027306.
HSL color Cylindrical-coordinate representation of color #AA7C7A: hue angle of 2.5º 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 #AA7C7A is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 124 | 122 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.33 |
| HSL | 2.5º | 0.22% | 0.57% | - |
| HSV(B) | 2.5º | 0.28% | 0.67% | - |
| XYZ | 27.3 | 24.37 | 21.68 | - |
| YUV | 137.53 | 119.24 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 122 | 0 | 0.27 | 0.28 | 0.33 | 2.5 | 0.22 | 0.57 |
| Hex | AA | 7C | 7A | 0 | 1B | 1C | 21 | 2 | 16 | 39 |
| Octal | 252 | 174 | 172 | 0 | 33 | 34 | 41 | 2 | 26 | 71 |
| Binary | 10101010 | 1111100 | 1111010 | 0 | 11011 | 11100 | 100001 | 10 | 10110 | 111001 |
Color Harmonies of #AA7C7A
Complementary color
Monochromatic Colors of #AA7C7A
Black with #AA7C7A
Text Example
Text Example
White with #AA7C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7C7A; }
p { color: rgb(170,124,122); }
H1.HeaderClassName
{
color: #AA7C7A;
}
.AnyTagClassName
{
color: #AA7C7A;
}
</style>
background-color css
<style>
a { background-color: #AA7C7A; }
a { background-color: rgb(170,124,122); }
div.DivClassName
{
background-color: #AA7C7A;
}
.BgClassName
{
background-color: #AA7C7A;
}
</style>
border-color css
<style>
span { border-color: #AA7C7A; }
span { border-color: rgb(170,124,122); }
td.TdClassName
{
border-color: #AA7C7A;
}
.TagClassName
{
border-color: #AA7C7A;
}
</style>