Shades of Opium #A3827C
Tints of Opium #A3827C
RGB
CMYK
RGB Variations
Color information
#A3827C (or 0xA3827C) is known color: Opium. HEX triplet: A3, 82 and 7C. RGB value is (163,130,124). Sum of RGB (Red+Green+Blue) = 163+130+124=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A3827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3827C is #5C7D83. Grayscale: #8B8B8B. Windows color (decimal): -6061444 or 8159907. OLE color: 8159907.
HSL color Cylindrical-coordinate representation of color #A3827C: hue angle of 9.23º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3827C is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 130 | 124 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.36 |
| HSL | 9.23º | 0.17% | 0.56% | - |
| HSV(B) | 9.23º | 0.24% | 0.64% | - |
| XYZ | 26.72 | 25.21 | 22.53 | - |
| YUV | 139.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 124 | 0 | 0.20 | 0.24 | 0.36 | 9.23 | 0.17 | 0.56 |
| Hex | A3 | 82 | 7C | 0 | 14 | 18 | 24 | 9 | 11 | 38 |
| Octal | 243 | 202 | 174 | 0 | 24 | 30 | 44 | 11 | 21 | 70 |
| Binary | 10100011 | 10000010 | 1111100 | 0 | 10100 | 11000 | 100100 | 1001 | 10001 | 111000 |
Color Harmonies of #A3827C
Complementary color
Monochromatic Colors of #A3827C
Black with #A3827C
Text Example
Text Example
White with #A3827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3827C; }
p { color: rgb(163,130,124); }
H1.HeaderClassName
{
color: #A3827C;
}
.AnyTagClassName
{
color: #A3827C;
}
</style>
background-color css
<style>
a { background-color: #A3827C; }
a { background-color: rgb(163,130,124); }
div.DivClassName
{
background-color: #A3827C;
}
.BgClassName
{
background-color: #A3827C;
}
</style>
border-color css
<style>
span { border-color: #A3827C; }
span { border-color: rgb(163,130,124); }
td.TdClassName
{
border-color: #A3827C;
}
.TagClassName
{
border-color: #A3827C;
}
</style>