Shades of Opium #A37E7A
Tints of Opium #A37E7A
RGB
CMYK
RGB Variations
Color information
#A37E7A (or 0xA37E7A) is known color: Opium. HEX triplet: A3, 7E and 7A. RGB value is (163,126,122). Sum of RGB (Red+Green+Blue) = 163+126+122=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37E7A is #5C8185. Grayscale: #888888. Windows color (decimal): -6062470 or 8027811. OLE color: 8027811.
HSL color Cylindrical-coordinate representation of color #A37E7A: hue angle of 5.85º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A37E7A is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 126 | 122 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.36 |
| HSL | 5.85º | 0.18% | 0.56% | - |
| HSV(B) | 5.85º | 0.25% | 0.64% | - |
| XYZ | 26.08 | 24.11 | 21.69 | - |
| YUV | 136.61 | 119.76 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 122 | 0 | 0.23 | 0.25 | 0.36 | 5.85 | 0.18 | 0.56 |
| Hex | A3 | 7E | 7A | 0 | 17 | 19 | 24 | 6 | 12 | 38 |
| Octal | 243 | 176 | 172 | 0 | 27 | 31 | 44 | 6 | 22 | 70 |
| Binary | 10100011 | 1111110 | 1111010 | 0 | 10111 | 11001 | 100100 | 110 | 10010 | 111000 |
Color Harmonies of #A37E7A
Complementary color
Monochromatic Colors of #A37E7A
Black with #A37E7A
Text Example
Text Example
White with #A37E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37E7A; }
p { color: rgb(163,126,122); }
H1.HeaderClassName
{
color: #A37E7A;
}
.AnyTagClassName
{
color: #A37E7A;
}
</style>
background-color css
<style>
a { background-color: #A37E7A; }
a { background-color: rgb(163,126,122); }
div.DivClassName
{
background-color: #A37E7A;
}
.BgClassName
{
background-color: #A37E7A;
}
</style>
border-color css
<style>
span { border-color: #A37E7A; }
span { border-color: rgb(163,126,122); }
td.TdClassName
{
border-color: #A37E7A;
}
.TagClassName
{
border-color: #A37E7A;
}
</style>