Shades of Opium #A67F7F
Tints of Opium #A67F7F
RGB
CMYK
RGB Variations
Color information
#A67F7F (or 0xA67F7F) is known color: Opium. HEX triplet: A6, 7F and 7F. RGB value is (166,127,127). Sum of RGB (Red+Green+Blue) = 166+127+127=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67F7F is #598080. Grayscale: #8A8A8A. Windows color (decimal): -5865601 or 8355750. OLE color: 8355750.
HSL color Cylindrical-coordinate representation of color #A67F7F: hue angle of 0º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A67F7F is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 127 | 127 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.35 |
| HSL | 0º | 0.18% | 0.57% | - |
| HSV(B) | 0º | 0.23% | 0.65% | - |
| XYZ | 27.15 | 24.82 | 23.44 | - |
| YUV | 138.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 127 | 127 | 0 | 0.23 | 0.23 | 0.35 | 0 | 0.18 | 0.57 |
| Hex | A6 | 7F | 7F | 0 | 17 | 17 | 23 | 0 | 12 | 39 |
| Octal | 246 | 177 | 177 | 0 | 27 | 27 | 43 | 0 | 22 | 71 |
| Binary | 10100110 | 1111111 | 1111111 | 0 | 10111 | 10111 | 100011 | 0 | 10010 | 111001 |
Color Harmonies of #A67F7F
Complementary color
Monochromatic Colors of #A67F7F
Black with #A67F7F
Text Example
Text Example
White with #A67F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67F7F; }
p { color: rgb(166,127,127); }
H1.HeaderClassName
{
color: #A67F7F;
}
.AnyTagClassName
{
color: #A67F7F;
}
</style>
background-color css
<style>
a { background-color: #A67F7F; }
a { background-color: rgb(166,127,127); }
div.DivClassName
{
background-color: #A67F7F;
}
.BgClassName
{
background-color: #A67F7F;
}
</style>
border-color css
<style>
span { border-color: #A67F7F; }
span { border-color: rgb(166,127,127); }
td.TdClassName
{
border-color: #A67F7F;
}
.TagClassName
{
border-color: #A67F7F;
}
</style>