Shades of Opium #A28280
Tints of Opium #A28280
RGB
CMYK
RGB Variations
Color information
#A28280 (or 0xA28280) is known color: Opium. HEX triplet: A2, 82 and 80. RGB value is (162,130,128). Sum of RGB (Red+Green+Blue) = 162+130+128=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A28280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28280 is #5D7D7F. Grayscale: #8B8B8B. Windows color (decimal): -6126976 or 8422050. OLE color: 8422050.
HSL color Cylindrical-coordinate representation of color #A28280: hue angle of 3.53º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A28280 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 130 | 128 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.36 |
| HSL | 3.53º | 0.15% | 0.57% | - |
| HSV(B) | 3.53º | 0.21% | 0.64% | - |
| XYZ | 26.78 | 25.21 | 23.88 | - |
| YUV | 139.34 | 121.6 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 128 | 0 | 0.20 | 0.21 | 0.36 | 3.53 | 0.15 | 0.57 |
| Hex | A2 | 82 | 80 | 0 | 14 | 15 | 24 | 4 | F | 39 |
| Octal | 242 | 202 | 200 | 0 | 24 | 25 | 44 | 4 | 17 | 71 |
| Binary | 10100010 | 10000010 | 10000000 | 0 | 10100 | 10101 | 100100 | 100 | 1111 | 111001 |
Color Harmonies of #A28280
Complementary color
Monochromatic Colors of #A28280
Black with #A28280
Text Example
Text Example
White with #A28280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28280; }
p { color: rgb(162,130,128); }
H1.HeaderClassName
{
color: #A28280;
}
.AnyTagClassName
{
color: #A28280;
}
</style>
background-color css
<style>
a { background-color: #A28280; }
a { background-color: rgb(162,130,128); }
div.DivClassName
{
background-color: #A28280;
}
.BgClassName
{
background-color: #A28280;
}
</style>
border-color css
<style>
span { border-color: #A28280; }
span { border-color: rgb(162,130,128); }
td.TdClassName
{
border-color: #A28280;
}
.TagClassName
{
border-color: #A28280;
}
</style>