Shades of Opium #A48785
Tints of Opium #A48785
RGB
CMYK
RGB Variations
Color information
#A48785 (or 0xA48785) is known color: Opium. HEX triplet: A4, 87 and 85. RGB value is (164,135,133). Sum of RGB (Red+Green+Blue) = 164+135+133=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A48785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48785 is #5B787A. Grayscale: #8F8F8F. Windows color (decimal): -5994619 or 8751012. OLE color: 8751012.
HSL color Cylindrical-coordinate representation of color #A48785: hue angle of 3.87º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A48785 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 135 | 133 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.36 |
| HSL | 3.87º | 0.15% | 0.58% | - |
| HSV(B) | 3.87º | 0.19% | 0.64% | - |
| XYZ | 28.21 | 26.91 | 25.9 | - |
| YUV | 143.44 | 122.11 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 135 | 133 | 0 | 0.18 | 0.19 | 0.36 | 3.87 | 0.15 | 0.58 |
| Hex | A4 | 87 | 85 | 0 | 12 | 13 | 24 | 4 | F | 3A |
| Octal | 244 | 207 | 205 | 0 | 22 | 23 | 44 | 4 | 17 | 72 |
| Binary | 10100100 | 10000111 | 10000101 | 0 | 10010 | 10011 | 100100 | 100 | 1111 | 111010 |
Color Harmonies of #A48785
Complementary color
Monochromatic Colors of #A48785
Black with #A48785
Text Example
Text Example
White with #A48785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48785; }
p { color: rgb(164,135,133); }
H1.HeaderClassName
{
color: #A48785;
}
.AnyTagClassName
{
color: #A48785;
}
</style>
background-color css
<style>
a { background-color: #A48785; }
a { background-color: rgb(164,135,133); }
div.DivClassName
{
background-color: #A48785;
}
.BgClassName
{
background-color: #A48785;
}
</style>
border-color css
<style>
span { border-color: #A48785; }
span { border-color: rgb(164,135,133); }
td.TdClassName
{
border-color: #A48785;
}
.TagClassName
{
border-color: #A48785;
}
</style>