Shades of Opium #A18685
Tints of Opium #A18685
RGB
CMYK
RGB Variations
Color information
#A18685 (or 0xA18685) is known color: Opium. HEX triplet: A1, 86 and 85. RGB value is (161,134,133). Sum of RGB (Red+Green+Blue) = 161+134+133=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A18685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18685 is #5E797A. Grayscale: #8D8D8D. Windows color (decimal): -6191483 or 8750753. OLE color: 8750753.
HSL color Cylindrical-coordinate representation of color #A18685: hue angle of 2.14º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A18685 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 134 | 133 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.37 |
| HSL | 2.14º | 0.13% | 0.58% | - |
| HSV(B) | 2.14º | 0.17% | 0.63% | - |
| XYZ | 27.46 | 26.32 | 25.82 | - |
| YUV | 141.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 134 | 133 | 0 | 0.17 | 0.17 | 0.37 | 2.14 | 0.13 | 0.58 |
| Hex | A1 | 86 | 85 | 0 | 11 | 11 | 25 | 2 | D | 3A |
| Octal | 241 | 206 | 205 | 0 | 21 | 21 | 45 | 2 | 15 | 72 |
| Binary | 10100001 | 10000110 | 10000101 | 0 | 10001 | 10001 | 100101 | 10 | 1101 | 111010 |
Color Harmonies of #A18685
Complementary color
Monochromatic Colors of #A18685
Black with #A18685
Text Example
Text Example
White with #A18685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18685; }
p { color: rgb(161,134,133); }
H1.HeaderClassName
{
color: #A18685;
}
.AnyTagClassName
{
color: #A18685;
}
</style>
background-color css
<style>
a { background-color: #A18685; }
a { background-color: rgb(161,134,133); }
div.DivClassName
{
background-color: #A18685;
}
.BgClassName
{
background-color: #A18685;
}
</style>
border-color css
<style>
span { border-color: #A18685; }
span { border-color: rgb(161,134,133); }
td.TdClassName
{
border-color: #A18685;
}
.TagClassName
{
border-color: #A18685;
}
</style>