Shades of Opium #A37D7B
Tints of Opium #A37D7B
RGB
CMYK
RGB Variations
Color information
#A37D7B (or 0xA37D7B) is known color: Opium. HEX triplet: A3, 7D and 7B. RGB value is (163,125,123). Sum of RGB (Red+Green+Blue) = 163+125+123=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37D7B is #5C8284. Grayscale: #888888. Windows color (decimal): -6062725 or 8093091. OLE color: 8093091.
HSL color Cylindrical-coordinate representation of color #A37D7B: hue angle of 3º 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 #A37D7B is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 125 | 123 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.36 |
| HSL | 3º | 0.18% | 0.56% | - |
| HSV(B) | 3º | 0.25% | 0.64% | - |
| XYZ | 26.01 | 23.88 | 21.98 | - |
| YUV | 136.13 | 120.59 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 125 | 123 | 0 | 0.23 | 0.25 | 0.36 | 3 | 0.18 | 0.56 |
| Hex | A3 | 7D | 7B | 0 | 17 | 19 | 24 | 3 | 12 | 38 |
| Octal | 243 | 175 | 173 | 0 | 27 | 31 | 44 | 3 | 22 | 70 |
| Binary | 10100011 | 1111101 | 1111011 | 0 | 10111 | 11001 | 100100 | 11 | 10010 | 111000 |
Color Harmonies of #A37D7B
Complementary color
Monochromatic Colors of #A37D7B
Black with #A37D7B
Text Example
Text Example
White with #A37D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37D7B; }
p { color: rgb(163,125,123); }
H1.HeaderClassName
{
color: #A37D7B;
}
.AnyTagClassName
{
color: #A37D7B;
}
</style>
background-color css
<style>
a { background-color: #A37D7B; }
a { background-color: rgb(163,125,123); }
div.DivClassName
{
background-color: #A37D7B;
}
.BgClassName
{
background-color: #A37D7B;
}
</style>
border-color css
<style>
span { border-color: #A37D7B; }
span { border-color: rgb(163,125,123); }
td.TdClassName
{
border-color: #A37D7B;
}
.TagClassName
{
border-color: #A37D7B;
}
</style>