Shades of Opium #AC7D7D
Tints of Opium #AC7D7D
RGB
CMYK
RGB Variations
Color information
#AC7D7D (or 0xAC7D7D) is known color: Opium. HEX triplet: AC, 7D and 7D. RGB value is (172,125,125). Sum of RGB (Red+Green+Blue) = 172+125+125=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D7D is #538282. Grayscale: #8B8B8B. Windows color (decimal): -5472899 or 8224172. OLE color: 8224172.
HSL color Cylindrical-coordinate representation of color #AC7D7D: 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.27%. Process color model (Four color, CMYK) of #AC7D7D is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 125 | 125 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.33 |
| HSL | 0º | 0.22% | 0.58% | - |
| HSV(B) | 0º | 0.27% | 0.67% | - |
| XYZ | 28.05 | 24.92 | 22.73 | - |
| YUV | 139.05 | 120.07 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 125 | 125 | 0 | 0.27 | 0.27 | 0.33 | 0 | 0.22 | 0.58 |
| Hex | AC | 7D | 7D | 0 | 1B | 1B | 21 | 0 | 16 | 3A |
| Octal | 254 | 175 | 175 | 0 | 33 | 33 | 41 | 0 | 26 | 72 |
| Binary | 10101100 | 1111101 | 1111101 | 0 | 11011 | 11011 | 100001 | 0 | 10110 | 111010 |
Color Harmonies of #AC7D7D
Complementary color
Monochromatic Colors of #AC7D7D
Black with #AC7D7D
Text Example
Text Example
White with #AC7D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7D7D; }
p { color: rgb(172,125,125); }
H1.HeaderClassName
{
color: #AC7D7D;
}
.AnyTagClassName
{
color: #AC7D7D;
}
</style>
background-color css
<style>
a { background-color: #AC7D7D; }
a { background-color: rgb(172,125,125); }
div.DivClassName
{
background-color: #AC7D7D;
}
.BgClassName
{
background-color: #AC7D7D;
}
</style>
border-color css
<style>
span { border-color: #AC7D7D; }
span { border-color: rgb(172,125,125); }
td.TdClassName
{
border-color: #AC7D7D;
}
.TagClassName
{
border-color: #AC7D7D;
}
</style>