Shades of Opium #A08484
Tints of Opium #A08484
RGB
CMYK
RGB Variations
Color information
#A08484 (or 0xA08484) is known color: Opium. HEX triplet: A0, 84 and 84. RGB value is (160,132,132). Sum of RGB (Red+Green+Blue) = 160+132+132=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 160 - color contains mainly: red. Hex color #A08484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08484 is #5F7B7B. Grayscale: #8C8C8C. Windows color (decimal): -6257532 or 8684704. OLE color: 8684704.
HSL color Cylindrical-coordinate representation of color #A08484: hue angle of 0º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A08484 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 132 | 132 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.37 |
| HSL | 0º | 0.13% | 0.57% | - |
| HSV(B) | 0º | 0.18% | 0.63% | - |
| XYZ | 26.91 | 25.64 | 25.36 | - |
| YUV | 140.37 | 123.28 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 132 | 0 | 0.17 | 0.17 | 0.37 | 0 | 0.13 | 0.57 |
| Hex | A0 | 84 | 84 | 0 | 11 | 11 | 25 | 0 | D | 39 |
| Octal | 240 | 204 | 204 | 0 | 21 | 21 | 45 | 0 | 15 | 71 |
| Binary | 10100000 | 10000100 | 10000100 | 0 | 10001 | 10001 | 100101 | 0 | 1101 | 111001 |
Color Harmonies of #A08484
Complementary color
Monochromatic Colors of #A08484
Black with #A08484
Text Example
Text Example
White with #A08484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08484; }
p { color: rgb(160,132,132); }
H1.HeaderClassName
{
color: #A08484;
}
.AnyTagClassName
{
color: #A08484;
}
</style>
background-color css
<style>
a { background-color: #A08484; }
a { background-color: rgb(160,132,132); }
div.DivClassName
{
background-color: #A08484;
}
.BgClassName
{
background-color: #A08484;
}
</style>
border-color css
<style>
span { border-color: #A08484; }
span { border-color: rgb(160,132,132); }
td.TdClassName
{
border-color: #A08484;
}
.TagClassName
{
border-color: #A08484;
}
</style>