Shades of Opium #AA7D7B
Tints of Opium #AA7D7B
RGB
CMYK
RGB Variations
Color information
#AA7D7B (or 0xAA7D7B) is known color: Opium. HEX triplet: AA, 7D and 7B. RGB value is (170,125,123). Sum of RGB (Red+Green+Blue) = 170+125+123=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D7B is #558284. Grayscale: #8A8A8A. Windows color (decimal): -5603973 or 8093098. OLE color: 8093098.
HSL color Cylindrical-coordinate representation of color #AA7D7B: hue angle of 2.55º 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 #AA7D7B is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 123 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.33 |
| HSL | 2.55º | 0.22% | 0.57% | - |
| HSV(B) | 2.55º | 0.28% | 0.67% | - |
| XYZ | 27.49 | 24.64 | 22.05 | - |
| YUV | 138.23 | 119.41 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 123 | 0 | 0.26 | 0.28 | 0.33 | 2.55 | 0.22 | 0.57 |
| Hex | AA | 7D | 7B | 0 | 1A | 1C | 21 | 3 | 16 | 39 |
| Octal | 252 | 175 | 173 | 0 | 32 | 34 | 41 | 3 | 26 | 71 |
| Binary | 10101010 | 1111101 | 1111011 | 0 | 11010 | 11100 | 100001 | 11 | 10110 | 111001 |
Color Harmonies of #AA7D7B
Complementary color
Monochromatic Colors of #AA7D7B
Black with #AA7D7B
Text Example
Text Example
White with #AA7D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D7B; }
p { color: rgb(170,125,123); }
H1.HeaderClassName
{
color: #AA7D7B;
}
.AnyTagClassName
{
color: #AA7D7B;
}
</style>
background-color css
<style>
a { background-color: #AA7D7B; }
a { background-color: rgb(170,125,123); }
div.DivClassName
{
background-color: #AA7D7B;
}
.BgClassName
{
background-color: #AA7D7B;
}
</style>
border-color css
<style>
span { border-color: #AA7D7B; }
span { border-color: rgb(170,125,123); }
td.TdClassName
{
border-color: #AA7D7B;
}
.TagClassName
{
border-color: #AA7D7B;
}
</style>