Shades of Opium #A37E7E
Tints of Opium #A37E7E
RGB
CMYK
RGB Variations
Color information
#A37E7E (or 0xA37E7E) is known color: Opium. HEX triplet: A3, 7E and 7E. RGB value is (163,126,126). Sum of RGB (Red+Green+Blue) = 163+126+126=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37E7E is #5C8181. Grayscale: #898989. Windows color (decimal): -6062466 or 8289955. OLE color: 8289955.
HSL color Cylindrical-coordinate representation of color #A37E7E: hue angle of 0º 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 #A37E7E is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 126 | 126 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.36 |
| HSL | 0º | 0.17% | 0.57% | - |
| HSV(B) | 0º | 0.23% | 0.64% | - |
| XYZ | 26.33 | 24.21 | 23.02 | - |
| YUV | 137.06 | 121.76 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 126 | 0 | 0.23 | 0.23 | 0.36 | 0 | 0.17 | 0.57 |
| Hex | A3 | 7E | 7E | 0 | 17 | 17 | 24 | 0 | 11 | 39 |
| Octal | 243 | 176 | 176 | 0 | 27 | 27 | 44 | 0 | 21 | 71 |
| Binary | 10100011 | 1111110 | 1111110 | 0 | 10111 | 10111 | 100100 | 0 | 10001 | 111001 |
Color Harmonies of #A37E7E
Complementary color
Monochromatic Colors of #A37E7E
Black with #A37E7E
Text Example
Text Example
White with #A37E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37E7E; }
p { color: rgb(163,126,126); }
H1.HeaderClassName
{
color: #A37E7E;
}
.AnyTagClassName
{
color: #A37E7E;
}
</style>
background-color css
<style>
a { background-color: #A37E7E; }
a { background-color: rgb(163,126,126); }
div.DivClassName
{
background-color: #A37E7E;
}
.BgClassName
{
background-color: #A37E7E;
}
</style>
border-color css
<style>
span { border-color: #A37E7E; }
span { border-color: rgb(163,126,126); }
td.TdClassName
{
border-color: #A37E7E;
}
.TagClassName
{
border-color: #A37E7E;
}
</style>