Shades of Opium #A68585
Tints of Opium #A68585
RGB
CMYK
RGB Variations
Color information
#A68585 (or 0xA68585) is known color: Opium. HEX triplet: A6, 85 and 85. RGB value is (166,133,133). Sum of RGB (Red+Green+Blue) = 166+133+133=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A68585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68585 is #597A7A. Grayscale: #8E8E8E. Windows color (decimal): -5864059 or 8750502. OLE color: 8750502.
HSL color Cylindrical-coordinate representation of color #A68585: hue angle of 0º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A68585 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 133 | 133 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.35 |
| HSL | 0º | 0.16% | 0.59% | - |
| HSV(B) | 0º | 0.2% | 0.65% | - |
| XYZ | 28.35 | 26.58 | 25.83 | - |
| YUV | 142.87 | 122.43 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 133 | 0 | 0.20 | 0.20 | 0.35 | 0 | 0.16 | 0.59 |
| Hex | A6 | 85 | 85 | 0 | 14 | 14 | 23 | 0 | 10 | 3B |
| Octal | 246 | 205 | 205 | 0 | 24 | 24 | 43 | 0 | 20 | 73 |
| Binary | 10100110 | 10000101 | 10000101 | 0 | 10100 | 10100 | 100011 | 0 | 10000 | 111011 |
Color Harmonies of #A68585
Complementary color
Monochromatic Colors of #A68585
Black with #A68585
Text Example
Text Example
White with #A68585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68585; }
p { color: rgb(166,133,133); }
H1.HeaderClassName
{
color: #A68585;
}
.AnyTagClassName
{
color: #A68585;
}
</style>
background-color css
<style>
a { background-color: #A68585; }
a { background-color: rgb(166,133,133); }
div.DivClassName
{
background-color: #A68585;
}
.BgClassName
{
background-color: #A68585;
}
</style>
border-color css
<style>
span { border-color: #A68585; }
span { border-color: rgb(166,133,133); }
td.TdClassName
{
border-color: #A68585;
}
.TagClassName
{
border-color: #A68585;
}
</style>