Shades of Opium #A28582
Tints of Opium #A28582
RGB
CMYK
RGB Variations
Color information
#A28582 (or 0xA28582) is known color: Opium. HEX triplet: A2, 85 and 82. RGB value is (162,133,130). Sum of RGB (Red+Green+Blue) = 162+133+130=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A28582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28582 is #5D7A7D. Grayscale: #8D8D8D. Windows color (decimal): -6126206 or 8553890. OLE color: 8553890.
HSL color Cylindrical-coordinate representation of color #A28582: hue angle of 5.62º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A28582 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 133 | 130 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.36 |
| HSL | 5.63º | 0.15% | 0.57% | - |
| HSV(B) | 5.63º | 0.2% | 0.64% | - |
| XYZ | 27.32 | 26.07 | 24.71 | - |
| YUV | 141.33 | 121.61 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 130 | 0 | 0.18 | 0.20 | 0.36 | 5.63 | 0.15 | 0.57 |
| Hex | A2 | 85 | 82 | 0 | 12 | 14 | 24 | 6 | F | 39 |
| Octal | 242 | 205 | 202 | 0 | 22 | 24 | 44 | 6 | 17 | 71 |
| Binary | 10100010 | 10000101 | 10000010 | 0 | 10010 | 10100 | 100100 | 110 | 1111 | 111001 |
Color Harmonies of #A28582
Complementary color
Monochromatic Colors of #A28582
Black with #A28582
Text Example
Text Example
White with #A28582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28582; }
p { color: rgb(162,133,130); }
H1.HeaderClassName
{
color: #A28582;
}
.AnyTagClassName
{
color: #A28582;
}
</style>
background-color css
<style>
a { background-color: #A28582; }
a { background-color: rgb(162,133,130); }
div.DivClassName
{
background-color: #A28582;
}
.BgClassName
{
background-color: #A28582;
}
</style>
border-color css
<style>
span { border-color: #A28582; }
span { border-color: rgb(162,133,130); }
td.TdClassName
{
border-color: #A28582;
}
.TagClassName
{
border-color: #A28582;
}
</style>