Shades of Opium #AA7F7E
Tints of Opium #AA7F7E
RGB
CMYK
RGB Variations
Color information
#AA7F7E (or 0xAA7F7E) is known color: Opium. HEX triplet: AA, 7F and 7E. RGB value is (170,127,126). Sum of RGB (Red+Green+Blue) = 170+127+126=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F7E is #558081. Grayscale: #8B8B8B. Windows color (decimal): -5603458 or 8290218. OLE color: 8290218.
HSL color Cylindrical-coordinate representation of color #AA7F7E: hue angle of 1.36º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA7F7E is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 126 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.33 |
| HSL | 1.36º | 0.21% | 0.58% | - |
| HSV(B) | 1.36º | 0.26% | 0.67% | - |
| XYZ | 27.93 | 25.23 | 23.14 | - |
| YUV | 139.74 | 120.25 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 126 | 0 | 0.25 | 0.26 | 0.33 | 1.36 | 0.21 | 0.58 |
| Hex | AA | 7F | 7E | 0 | 19 | 1A | 21 | 1 | 15 | 3A |
| Octal | 252 | 177 | 176 | 0 | 31 | 32 | 41 | 1 | 25 | 72 |
| Binary | 10101010 | 1111111 | 1111110 | 0 | 11001 | 11010 | 100001 | 1 | 10101 | 111010 |
Color Harmonies of #AA7F7E
Complementary color
Monochromatic Colors of #AA7F7E
Black with #AA7F7E
Text Example
Text Example
White with #AA7F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F7E; }
p { color: rgb(170,127,126); }
H1.HeaderClassName
{
color: #AA7F7E;
}
.AnyTagClassName
{
color: #AA7F7E;
}
</style>
background-color css
<style>
a { background-color: #AA7F7E; }
a { background-color: rgb(170,127,126); }
div.DivClassName
{
background-color: #AA7F7E;
}
.BgClassName
{
background-color: #AA7F7E;
}
</style>
border-color css
<style>
span { border-color: #AA7F7E; }
span { border-color: rgb(170,127,126); }
td.TdClassName
{
border-color: #AA7F7E;
}
.TagClassName
{
border-color: #AA7F7E;
}
</style>