Shades of Opium #AA7F7F
Tints of Opium #AA7F7F
RGB
CMYK
RGB Variations
Color information
#AA7F7F (or 0xAA7F7F) is known color: Opium. HEX triplet: AA, 7F and 7F. RGB value is (170,127,127). Sum of RGB (Red+Green+Blue) = 170+127+127=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F7F is #558080. Grayscale: #8B8B8B. Windows color (decimal): -5603457 or 8355754. OLE color: 8355754.
HSL color Cylindrical-coordinate representation of color #AA7F7F: hue angle of 0º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA7F7F is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 127 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.33 |
| HSL | 0º | 0.2% | 0.58% | - |
| HSV(B) | 0º | 0.25% | 0.67% | - |
| XYZ | 28 | 25.26 | 23.48 | - |
| YUV | 139.86 | 120.75 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 127 | 0 | 0.25 | 0.25 | 0.33 | 0 | 0.2 | 0.58 |
| Hex | AA | 7F | 7F | 0 | 19 | 19 | 21 | 0 | 14 | 3A |
| Octal | 252 | 177 | 177 | 0 | 31 | 31 | 41 | 0 | 24 | 72 |
| Binary | 10101010 | 1111111 | 1111111 | 0 | 11001 | 11001 | 100001 | 0 | 10100 | 111010 |
Color Harmonies of #AA7F7F
Complementary color
Monochromatic Colors of #AA7F7F
Black with #AA7F7F
Text Example
Text Example
White with #AA7F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F7F; }
p { color: rgb(170,127,127); }
H1.HeaderClassName
{
color: #AA7F7F;
}
.AnyTagClassName
{
color: #AA7F7F;
}
</style>
background-color css
<style>
a { background-color: #AA7F7F; }
a { background-color: rgb(170,127,127); }
div.DivClassName
{
background-color: #AA7F7F;
}
.BgClassName
{
background-color: #AA7F7F;
}
</style>
border-color css
<style>
span { border-color: #AA7F7F; }
span { border-color: rgb(170,127,127); }
td.TdClassName
{
border-color: #AA7F7F;
}
.TagClassName
{
border-color: #AA7F7F;
}
</style>