Shades of Opium #AC7C7C
Tints of Opium #AC7C7C
RGB
CMYK
RGB Variations
Color information
#AC7C7C (or 0xAC7C7C) is known color: Opium. HEX triplet: AC, 7C and 7C. RGB value is (172,124,124). Sum of RGB (Red+Green+Blue) = 172+124+124=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7C7C is #538383. Grayscale: #8A8A8A. Windows color (decimal): -5473156 or 8158380. OLE color: 8158380.
HSL color Cylindrical-coordinate representation of color #AC7C7C: hue angle of 0º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC7C7C is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 124 | 124 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.33 |
| HSL | 0º | 0.22% | 0.58% | - |
| HSV(B) | 0º | 0.28% | 0.67% | - |
| XYZ | 27.86 | 24.64 | 22.36 | - |
| YUV | 138.35 | 119.9 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 124 | 0 | 0.28 | 0.28 | 0.33 | 0 | 0.22 | 0.58 |
| Hex | AC | 7C | 7C | 0 | 1C | 1C | 21 | 0 | 16 | 3A |
| Octal | 254 | 174 | 174 | 0 | 34 | 34 | 41 | 0 | 26 | 72 |
| Binary | 10101100 | 1111100 | 1111100 | 0 | 11100 | 11100 | 100001 | 0 | 10110 | 111010 |
Color Harmonies of #AC7C7C
Complementary color
Monochromatic Colors of #AC7C7C
Black with #AC7C7C
Text Example
Text Example
White with #AC7C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7C7C; }
p { color: rgb(172,124,124); }
H1.HeaderClassName
{
color: #AC7C7C;
}
.AnyTagClassName
{
color: #AC7C7C;
}
</style>
background-color css
<style>
a { background-color: #AC7C7C; }
a { background-color: rgb(172,124,124); }
div.DivClassName
{
background-color: #AC7C7C;
}
.BgClassName
{
background-color: #AC7C7C;
}
</style>
border-color css
<style>
span { border-color: #AC7C7C; }
span { border-color: rgb(172,124,124); }
td.TdClassName
{
border-color: #AC7C7C;
}
.TagClassName
{
border-color: #AC7C7C;
}
</style>