Shades of Opium #A38989
Tints of Opium #A38989
RGB
CMYK
RGB Variations
Color information
#A38989 (or 0xA38989) is known color: Opium. HEX triplet: A3, 89 and 89. RGB value is (163,137,137). Sum of RGB (Red+Green+Blue) = 163+137+137=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 163 - color contains mainly: red. Hex color #A38989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38989 is #5C7676. Grayscale: #909090. Windows color (decimal): -6059639 or 9013667. OLE color: 9013667.
HSL color Cylindrical-coordinate representation of color #A38989: hue angle of 0º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A38989 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 137 | 137 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.36 |
| HSL | 0º | 0.12% | 0.59% | - |
| HSV(B) | 0º | 0.16% | 0.64% | - |
| XYZ | 28.57 | 27.48 | 27.47 | - |
| YUV | 144.77 | 123.61 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 137 | 137 | 0 | 0.16 | 0.16 | 0.36 | 0 | 0.12 | 0.59 |
| Hex | A3 | 89 | 89 | 0 | 10 | 10 | 24 | 0 | C | 3B |
| Octal | 243 | 211 | 211 | 0 | 20 | 20 | 44 | 0 | 14 | 73 |
| Binary | 10100011 | 10001001 | 10001001 | 0 | 10000 | 10000 | 100100 | 0 | 1100 | 111011 |
Color Harmonies of #A38989
Complementary color
Monochromatic Colors of #A38989
Black with #A38989
Text Example
Text Example
White with #A38989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38989; }
p { color: rgb(163,137,137); }
H1.HeaderClassName
{
color: #A38989;
}
.AnyTagClassName
{
color: #A38989;
}
</style>
background-color css
<style>
a { background-color: #A38989; }
a { background-color: rgb(163,137,137); }
div.DivClassName
{
background-color: #A38989;
}
.BgClassName
{
background-color: #A38989;
}
</style>
border-color css
<style>
span { border-color: #A38989; }
span { border-color: rgb(163,137,137); }
td.TdClassName
{
border-color: #A38989;
}
.TagClassName
{
border-color: #A38989;
}
</style>