Shades of Opium #A68180
Tints of Opium #A68180
RGB
CMYK
RGB Variations
Color information
#A68180 (or 0xA68180) is known color: Opium. HEX triplet: A6, 81 and 80. RGB value is (166,129,128). Sum of RGB (Red+Green+Blue) = 166+129+128=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A68180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68180 is #597E7F. Grayscale: #8B8B8B. Windows color (decimal): -5865088 or 8421798. OLE color: 8421798.
HSL color Cylindrical-coordinate representation of color #A68180: hue angle of 1.58º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A68180 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 129 | 128 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.35 |
| HSL | 1.58º | 0.18% | 0.58% | - |
| HSV(B) | 1.58º | 0.23% | 0.65% | - |
| XYZ | 27.47 | 25.37 | 23.87 | - |
| YUV | 139.95 | 121.26 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 128 | 0 | 0.22 | 0.23 | 0.35 | 1.58 | 0.18 | 0.58 |
| Hex | A6 | 81 | 80 | 0 | 16 | 17 | 23 | 2 | 12 | 3A |
| Octal | 246 | 201 | 200 | 0 | 26 | 27 | 43 | 2 | 22 | 72 |
| Binary | 10100110 | 10000001 | 10000000 | 0 | 10110 | 10111 | 100011 | 10 | 10010 | 111010 |
Color Harmonies of #A68180
Complementary color
Monochromatic Colors of #A68180
Black with #A68180
Text Example
Text Example
White with #A68180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68180; }
p { color: rgb(166,129,128); }
H1.HeaderClassName
{
color: #A68180;
}
.AnyTagClassName
{
color: #A68180;
}
</style>
background-color css
<style>
a { background-color: #A68180; }
a { background-color: rgb(166,129,128); }
div.DivClassName
{
background-color: #A68180;
}
.BgClassName
{
background-color: #A68180;
}
</style>
border-color css
<style>
span { border-color: #A68180; }
span { border-color: rgb(166,129,128); }
td.TdClassName
{
border-color: #A68180;
}
.TagClassName
{
border-color: #A68180;
}
</style>