Shades of Opium #A78080
Tints of Opium #A78080
RGB
CMYK
RGB Variations
Color information
#A78080 (or 0xA78080) is known color: Opium. HEX triplet: A7, 80 and 80. RGB value is (167,128,128). Sum of RGB (Red+Green+Blue) = 167+128+128=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 167 - color contains mainly: red. Hex color #A78080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78080 is #587F7F. Grayscale: #8B8B8B. Windows color (decimal): -5799808 or 8421543. OLE color: 8421543.
HSL color Cylindrical-coordinate representation of color #A78080: hue angle of 0º 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 #A78080 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 128 | 128 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.35 |
| HSL | 0º | 0.18% | 0.58% | - |
| HSV(B) | 0º | 0.23% | 0.65% | - |
| XYZ | 27.55 | 25.21 | 23.84 | - |
| YUV | 139.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 128 | 128 | 0 | 0.23 | 0.23 | 0.35 | 0 | 0.18 | 0.58 |
| Hex | A7 | 80 | 80 | 0 | 17 | 17 | 23 | 0 | 12 | 3A |
| Octal | 247 | 200 | 200 | 0 | 27 | 27 | 43 | 0 | 22 | 72 |
| Binary | 10100111 | 10000000 | 10000000 | 0 | 10111 | 10111 | 100011 | 0 | 10010 | 111010 |
Color Harmonies of #A78080
Complementary color
Monochromatic Colors of #A78080
Black with #A78080
Text Example
Text Example
White with #A78080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78080; }
p { color: rgb(167,128,128); }
H1.HeaderClassName
{
color: #A78080;
}
.AnyTagClassName
{
color: #A78080;
}
</style>
background-color css
<style>
a { background-color: #A78080; }
a { background-color: rgb(167,128,128); }
div.DivClassName
{
background-color: #A78080;
}
.BgClassName
{
background-color: #A78080;
}
</style>
border-color css
<style>
span { border-color: #A78080; }
span { border-color: rgb(167,128,128); }
td.TdClassName
{
border-color: #A78080;
}
.TagClassName
{
border-color: #A78080;
}
</style>