Shades of Opium #A47F7E
Tints of Opium #A47F7E
RGB
CMYK
RGB Variations
Color information
#A47F7E (or 0xA47F7E) is known color: Opium. HEX triplet: A4, 7F and 7E. RGB value is (164,127,126). Sum of RGB (Red+Green+Blue) = 164+127+126=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47F7E is #5B8081. Grayscale: #898989. Windows color (decimal): -5996674 or 8290212. OLE color: 8290212.
HSL color Cylindrical-coordinate representation of color #A47F7E: hue angle of 1.58º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A47F7E is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 127 | 126 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.36 |
| HSL | 1.58º | 0.17% | 0.57% | - |
| HSV(B) | 1.58º | 0.23% | 0.64% | - |
| XYZ | 26.67 | 24.58 | 23.08 | - |
| YUV | 137.95 | 121.26 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 127 | 126 | 0 | 0.23 | 0.23 | 0.36 | 1.58 | 0.17 | 0.57 |
| Hex | A4 | 7F | 7E | 0 | 17 | 17 | 24 | 2 | 11 | 39 |
| Octal | 244 | 177 | 176 | 0 | 27 | 27 | 44 | 2 | 21 | 71 |
| Binary | 10100100 | 1111111 | 1111110 | 0 | 10111 | 10111 | 100100 | 10 | 10001 | 111001 |
Color Harmonies of #A47F7E
Complementary color
Monochromatic Colors of #A47F7E
Black with #A47F7E
Text Example
Text Example
White with #A47F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47F7E; }
p { color: rgb(164,127,126); }
H1.HeaderClassName
{
color: #A47F7E;
}
.AnyTagClassName
{
color: #A47F7E;
}
</style>
background-color css
<style>
a { background-color: #A47F7E; }
a { background-color: rgb(164,127,126); }
div.DivClassName
{
background-color: #A47F7E;
}
.BgClassName
{
background-color: #A47F7E;
}
</style>
border-color css
<style>
span { border-color: #A47F7E; }
span { border-color: rgb(164,127,126); }
td.TdClassName
{
border-color: #A47F7E;
}
.TagClassName
{
border-color: #A47F7E;
}
</style>