Shades of Opium #A18280
Tints of Opium #A18280
RGB
CMYK
RGB Variations
Color information
#A18280 (or 0xA18280) is known color: Opium. HEX triplet: A1, 82 and 80. RGB value is (161,130,128). Sum of RGB (Red+Green+Blue) = 161+130+128=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A18280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18280 is #5E7D7F. Grayscale: #8B8B8B. Windows color (decimal): -6192512 or 8422049. OLE color: 8422049.
HSL color Cylindrical-coordinate representation of color #A18280: hue angle of 3.64º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A18280 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 130 | 128 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.37 |
| HSL | 3.64º | 0.15% | 0.57% | - |
| HSV(B) | 3.64º | 0.2% | 0.63% | - |
| XYZ | 26.58 | 25.1 | 23.87 | - |
| YUV | 139.04 | 121.77 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 128 | 0 | 0.19 | 0.20 | 0.37 | 3.64 | 0.15 | 0.57 |
| Hex | A1 | 82 | 80 | 0 | 13 | 14 | 25 | 4 | F | 39 |
| Octal | 241 | 202 | 200 | 0 | 23 | 24 | 45 | 4 | 17 | 71 |
| Binary | 10100001 | 10000010 | 10000000 | 0 | 10011 | 10100 | 100101 | 100 | 1111 | 111001 |
Color Harmonies of #A18280
Complementary color
Monochromatic Colors of #A18280
Black with #A18280
Text Example
Text Example
White with #A18280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18280; }
p { color: rgb(161,130,128); }
H1.HeaderClassName
{
color: #A18280;
}
.AnyTagClassName
{
color: #A18280;
}
</style>
background-color css
<style>
a { background-color: #A18280; }
a { background-color: rgb(161,130,128); }
div.DivClassName
{
background-color: #A18280;
}
.BgClassName
{
background-color: #A18280;
}
</style>
border-color css
<style>
span { border-color: #A18280; }
span { border-color: rgb(161,130,128); }
td.TdClassName
{
border-color: #A18280;
}
.TagClassName
{
border-color: #A18280;
}
</style>