Shades of Opium #A38180
Tints of Opium #A38180
RGB
CMYK
RGB Variations
Color information
#A38180 (or 0xA38180) is known color: Opium. HEX triplet: A3, 81 and 80. RGB value is (163,129,128). Sum of RGB (Red+Green+Blue) = 163+129+128=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 163 - color contains mainly: red. Hex color #A38180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38180 is #5C7E7F. Grayscale: #8B8B8B. Windows color (decimal): -6061696 or 8421795. OLE color: 8421795.
HSL color Cylindrical-coordinate representation of color #A38180: hue angle of 1.71º degrees, saturation: 0.16, 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 #A38180 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 129 | 128 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.36 |
| HSL | 1.71º | 0.16% | 0.57% | - |
| HSV(B) | 1.71º | 0.21% | 0.64% | - |
| XYZ | 26.85 | 25.05 | 23.84 | - |
| YUV | 139.05 | 121.76 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 128 | 0 | 0.21 | 0.21 | 0.36 | 1.71 | 0.16 | 0.57 |
| Hex | A3 | 81 | 80 | 0 | 15 | 15 | 24 | 2 | 10 | 39 |
| Octal | 243 | 201 | 200 | 0 | 25 | 25 | 44 | 2 | 20 | 71 |
| Binary | 10100011 | 10000001 | 10000000 | 0 | 10101 | 10101 | 100100 | 10 | 10000 | 111001 |
Color Harmonies of #A38180
Complementary color
Monochromatic Colors of #A38180
Black with #A38180
Text Example
Text Example
White with #A38180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38180; }
p { color: rgb(163,129,128); }
H1.HeaderClassName
{
color: #A38180;
}
.AnyTagClassName
{
color: #A38180;
}
</style>
background-color css
<style>
a { background-color: #A38180; }
a { background-color: rgb(163,129,128); }
div.DivClassName
{
background-color: #A38180;
}
.BgClassName
{
background-color: #A38180;
}
</style>
border-color css
<style>
span { border-color: #A38180; }
span { border-color: rgb(163,129,128); }
td.TdClassName
{
border-color: #A38180;
}
.TagClassName
{
border-color: #A38180;
}
</style>