Shades of Opium #A3827E
Tints of Opium #A3827E
RGB
CMYK
RGB Variations
Color information
#A3827E (or 0xA3827E) is known color: Opium. HEX triplet: A3, 82 and 7E. RGB value is (163,130,126). Sum of RGB (Red+Green+Blue) = 163+130+126=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A3827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3827E is #5C7D81. Grayscale: #8B8B8B. Windows color (decimal): -6061442 or 8290979. OLE color: 8290979.
HSL color Cylindrical-coordinate representation of color #A3827E: hue angle of 6.49º 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 #A3827E is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 130 | 126 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.36 |
| HSL | 6.49º | 0.17% | 0.57% | - |
| HSV(B) | 6.49º | 0.23% | 0.64% | - |
| XYZ | 26.85 | 25.26 | 23.2 | - |
| YUV | 139.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 126 | 0 | 0.20 | 0.23 | 0.36 | 6.49 | 0.17 | 0.57 |
| Hex | A3 | 82 | 7E | 0 | 14 | 17 | 24 | 6 | 11 | 39 |
| Octal | 243 | 202 | 176 | 0 | 24 | 27 | 44 | 6 | 21 | 71 |
| Binary | 10100011 | 10000010 | 1111110 | 0 | 10100 | 10111 | 100100 | 110 | 10001 | 111001 |
Color Harmonies of #A3827E
Complementary color
Monochromatic Colors of #A3827E
Black with #A3827E
Text Example
Text Example
White with #A3827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3827E; }
p { color: rgb(163,130,126); }
H1.HeaderClassName
{
color: #A3827E;
}
.AnyTagClassName
{
color: #A3827E;
}
</style>
background-color css
<style>
a { background-color: #A3827E; }
a { background-color: rgb(163,130,126); }
div.DivClassName
{
background-color: #A3827E;
}
.BgClassName
{
background-color: #A3827E;
}
</style>
border-color css
<style>
span { border-color: #A3827E; }
span { border-color: rgb(163,130,126); }
td.TdClassName
{
border-color: #A3827E;
}
.TagClassName
{
border-color: #A3827E;
}
</style>