Shades of Opium #A6807E
Tints of Opium #A6807E
RGB
CMYK
RGB Variations
Color information
#A6807E (or 0xA6807E) is known color: Opium. HEX triplet: A6, 80 and 7E. RGB value is (166,128,126). Sum of RGB (Red+Green+Blue) = 166+128+126=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A6807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6807E is #597F81. Grayscale: #8B8B8B. Windows color (decimal): -5865346 or 8290470. OLE color: 8290470.
HSL color Cylindrical-coordinate representation of color #A6807E: hue angle of 3º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6807E is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 128 | 126 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.35 |
| HSL | 3º | 0.18% | 0.57% | - |
| HSV(B) | 3º | 0.24% | 0.65% | - |
| XYZ | 27.21 | 25.05 | 23.14 | - |
| YUV | 139.13 | 120.59 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 126 | 0 | 0.23 | 0.24 | 0.35 | 3 | 0.18 | 0.57 |
| Hex | A6 | 80 | 7E | 0 | 17 | 18 | 23 | 3 | 12 | 39 |
| Octal | 246 | 200 | 176 | 0 | 27 | 30 | 43 | 3 | 22 | 71 |
| Binary | 10100110 | 10000000 | 1111110 | 0 | 10111 | 11000 | 100011 | 11 | 10010 | 111001 |
Color Harmonies of #A6807E
Complementary color
Monochromatic Colors of #A6807E
Black with #A6807E
Text Example
Text Example
White with #A6807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6807E; }
p { color: rgb(166,128,126); }
H1.HeaderClassName
{
color: #A6807E;
}
.AnyTagClassName
{
color: #A6807E;
}
</style>
background-color css
<style>
a { background-color: #A6807E; }
a { background-color: rgb(166,128,126); }
div.DivClassName
{
background-color: #A6807E;
}
.BgClassName
{
background-color: #A6807E;
}
</style>
border-color css
<style>
span { border-color: #A6807E; }
span { border-color: rgb(166,128,126); }
td.TdClassName
{
border-color: #A6807E;
}
.TagClassName
{
border-color: #A6807E;
}
</style>