Shades of Opium #AC7B7B
Tints of Opium #AC7B7B
RGB
CMYK
RGB Variations
Color information
#AC7B7B (or 0xAC7B7B) is known color: Opium. HEX triplet: AC, 7B and 7B. RGB value is (172,123,123). Sum of RGB (Red+Green+Blue) = 172+123+123=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7B7B is #538484. Grayscale: #898989. Windows color (decimal): -5473413 or 8092588. OLE color: 8092588.
HSL color Cylindrical-coordinate representation of color #AC7B7B: hue angle of 0º degrees, saturation: 0.23, 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 #AC7B7B is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 123 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.33 |
| HSL | 0º | 0.23% | 0.58% | - |
| HSV(B) | 0º | 0.28% | 0.67% | - |
| XYZ | 27.67 | 24.37 | 21.98 | - |
| YUV | 137.65 | 119.73 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 123 | 0 | 0.28 | 0.28 | 0.33 | 0 | 0.23 | 0.58 |
| Hex | AC | 7B | 7B | 0 | 1C | 1C | 21 | 0 | 17 | 3A |
| Octal | 254 | 173 | 173 | 0 | 34 | 34 | 41 | 0 | 27 | 72 |
| Binary | 10101100 | 1111011 | 1111011 | 0 | 11100 | 11100 | 100001 | 0 | 10111 | 111010 |
Color Harmonies of #AC7B7B
Complementary color
Monochromatic Colors of #AC7B7B
Black with #AC7B7B
Text Example
Text Example
White with #AC7B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7B7B; }
p { color: rgb(172,123,123); }
H1.HeaderClassName
{
color: #AC7B7B;
}
.AnyTagClassName
{
color: #AC7B7B;
}
</style>
background-color css
<style>
a { background-color: #AC7B7B; }
a { background-color: rgb(172,123,123); }
div.DivClassName
{
background-color: #AC7B7B;
}
.BgClassName
{
background-color: #AC7B7B;
}
</style>
border-color css
<style>
span { border-color: #AC7B7B; }
span { border-color: rgb(172,123,123); }
td.TdClassName
{
border-color: #AC7B7B;
}
.TagClassName
{
border-color: #AC7B7B;
}
</style>