Shades of Opium #A28884
Tints of Opium #A28884
RGB
CMYK
RGB Variations
Color information
#A28884 (or 0xA28884) is known color: Opium. HEX triplet: A2, 88 and 84. RGB value is (162,136,132). Sum of RGB (Red+Green+Blue) = 162+136+132=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 162 - color contains mainly: red. Hex color #A28884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28884 is #5D777B. Grayscale: #8F8F8F. Windows color (decimal): -6125436 or 8685730. OLE color: 8685730.
HSL color Cylindrical-coordinate representation of color #A28884: hue angle of 8º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A28884 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 136 | 132 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.36 |
| HSL | 8º | 0.14% | 0.58% | - |
| HSV(B) | 8º | 0.19% | 0.64% | - |
| XYZ | 27.87 | 26.96 | 25.56 | - |
| YUV | 143.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 132 | 0 | 0.16 | 0.19 | 0.36 | 8 | 0.14 | 0.58 |
| Hex | A2 | 88 | 84 | 0 | 10 | 13 | 24 | 8 | E | 3A |
| Octal | 242 | 210 | 204 | 0 | 20 | 23 | 44 | 10 | 16 | 72 |
| Binary | 10100010 | 10001000 | 10000100 | 0 | 10000 | 10011 | 100100 | 1000 | 1110 | 111010 |
Color Harmonies of #A28884
Complementary color
Monochromatic Colors of #A28884
Black with #A28884
Text Example
Text Example
White with #A28884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28884; }
p { color: rgb(162,136,132); }
H1.HeaderClassName
{
color: #A28884;
}
.AnyTagClassName
{
color: #A28884;
}
</style>
background-color css
<style>
a { background-color: #A28884; }
a { background-color: rgb(162,136,132); }
div.DivClassName
{
background-color: #A28884;
}
.BgClassName
{
background-color: #A28884;
}
</style>
border-color css
<style>
span { border-color: #A28884; }
span { border-color: rgb(162,136,132); }
td.TdClassName
{
border-color: #A28884;
}
.TagClassName
{
border-color: #A28884;
}
</style>