Shades of Opium #AA7C7B
Tints of Opium #AA7C7B
RGB
CMYK
RGB Variations
Color information
#AA7C7B (or 0xAA7C7B) is known color: Opium. HEX triplet: AA, 7C and 7B. RGB value is (170,124,123). Sum of RGB (Red+Green+Blue) = 170+124+123=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7C7B is #558384. Grayscale: #898989. Windows color (decimal): -5604229 or 8092842. OLE color: 8092842.
HSL color Cylindrical-coordinate representation of color #AA7C7B: hue angle of 1.28º 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 #AA7C7B is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 124 | 123 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.33 |
| HSL | 1.28º | 0.22% | 0.57% | - |
| HSV(B) | 1.28º | 0.28% | 0.67% | - |
| XYZ | 27.36 | 24.39 | 22 | - |
| YUV | 137.64 | 119.74 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 123 | 0 | 0.27 | 0.28 | 0.33 | 1.28 | 0.22 | 0.57 |
| Hex | AA | 7C | 7B | 0 | 1B | 1C | 21 | 1 | 16 | 39 |
| Octal | 252 | 174 | 173 | 0 | 33 | 34 | 41 | 1 | 26 | 71 |
| Binary | 10101010 | 1111100 | 1111011 | 0 | 11011 | 11100 | 100001 | 1 | 10110 | 111001 |
Color Harmonies of #AA7C7B
Complementary color
Monochromatic Colors of #AA7C7B
Black with #AA7C7B
Text Example
Text Example
White with #AA7C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7C7B; }
p { color: rgb(170,124,123); }
H1.HeaderClassName
{
color: #AA7C7B;
}
.AnyTagClassName
{
color: #AA7C7B;
}
</style>
background-color css
<style>
a { background-color: #AA7C7B; }
a { background-color: rgb(170,124,123); }
div.DivClassName
{
background-color: #AA7C7B;
}
.BgClassName
{
background-color: #AA7C7B;
}
</style>
border-color css
<style>
span { border-color: #AA7C7B; }
span { border-color: rgb(170,124,123); }
td.TdClassName
{
border-color: #AA7C7B;
}
.TagClassName
{
border-color: #AA7C7B;
}
</style>