Shades of Opium #A38481
Tints of Opium #A38481
RGB
CMYK
RGB Variations
Color information
#A38481 (or 0xA38481) is known color: Opium. HEX triplet: A3, 84 and 81. RGB value is (163,132,129). Sum of RGB (Red+Green+Blue) = 163+132+129=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 163 - color contains mainly: red. Hex color #A38481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38481 is #5C7B7E. Grayscale: #8C8C8C. Windows color (decimal): -6060927 or 8488099. OLE color: 8488099.
HSL color Cylindrical-coordinate representation of color #A38481: hue angle of 5.29º 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 #A38481 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 132 | 129 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.36 |
| HSL | 5.29º | 0.16% | 0.57% | - |
| HSV(B) | 5.29º | 0.21% | 0.64% | - |
| XYZ | 27.32 | 25.87 | 24.32 | - |
| YUV | 140.93 | 121.27 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 129 | 0 | 0.19 | 0.21 | 0.36 | 5.29 | 0.16 | 0.57 |
| Hex | A3 | 84 | 81 | 0 | 13 | 15 | 24 | 5 | 10 | 39 |
| Octal | 243 | 204 | 201 | 0 | 23 | 25 | 44 | 5 | 20 | 71 |
| Binary | 10100011 | 10000100 | 10000001 | 0 | 10011 | 10101 | 100100 | 101 | 10000 | 111001 |
Color Harmonies of #A38481
Complementary color
Monochromatic Colors of #A38481
Black with #A38481
Text Example
Text Example
White with #A38481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38481; }
p { color: rgb(163,132,129); }
H1.HeaderClassName
{
color: #A38481;
}
.AnyTagClassName
{
color: #A38481;
}
</style>
background-color css
<style>
a { background-color: #A38481; }
a { background-color: rgb(163,132,129); }
div.DivClassName
{
background-color: #A38481;
}
.BgClassName
{
background-color: #A38481;
}
</style>
border-color css
<style>
span { border-color: #A38481; }
span { border-color: rgb(163,132,129); }
td.TdClassName
{
border-color: #A38481;
}
.TagClassName
{
border-color: #A38481;
}
</style>