Shades of Opium #A38581
Tints of Opium #A38581
RGB
CMYK
RGB Variations
Color information
#A38581 (or 0xA38581) is known color: Opium. HEX triplet: A3, 85 and 81. RGB value is (163,133,129). Sum of RGB (Red+Green+Blue) = 163+133+129=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 163 - color contains mainly: red. Hex color #A38581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38581 is #5C7A7E. Grayscale: #8D8D8D. Windows color (decimal): -6060671 or 8488355. OLE color: 8488355.
HSL color Cylindrical-coordinate representation of color #A38581: hue angle of 7.06º 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 #A38581 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 133 | 129 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.36 |
| HSL | 7.06º | 0.16% | 0.57% | - |
| HSV(B) | 7.06º | 0.21% | 0.64% | - |
| XYZ | 27.45 | 26.15 | 24.37 | - |
| YUV | 141.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 129 | 0 | 0.18 | 0.21 | 0.36 | 7.06 | 0.16 | 0.57 |
| Hex | A3 | 85 | 81 | 0 | 12 | 15 | 24 | 7 | 10 | 39 |
| Octal | 243 | 205 | 201 | 0 | 22 | 25 | 44 | 7 | 20 | 71 |
| Binary | 10100011 | 10000101 | 10000001 | 0 | 10010 | 10101 | 100100 | 111 | 10000 | 111001 |
Color Harmonies of #A38581
Complementary color
Monochromatic Colors of #A38581
Black with #A38581
Text Example
Text Example
White with #A38581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38581; }
p { color: rgb(163,133,129); }
H1.HeaderClassName
{
color: #A38581;
}
.AnyTagClassName
{
color: #A38581;
}
</style>
background-color css
<style>
a { background-color: #A38581; }
a { background-color: rgb(163,133,129); }
div.DivClassName
{
background-color: #A38581;
}
.BgClassName
{
background-color: #A38581;
}
</style>
border-color css
<style>
span { border-color: #A38581; }
span { border-color: rgb(163,133,129); }
td.TdClassName
{
border-color: #A38581;
}
.TagClassName
{
border-color: #A38581;
}
</style>