Shades of Opium #A88482
Tints of Opium #A88482
RGB
CMYK
RGB Variations
Color information
#A88482 (or 0xA88482) is known color: Opium. HEX triplet: A8, 84 and 82. RGB value is (168,132,130). Sum of RGB (Red+Green+Blue) = 168+132+130=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 168 - color contains mainly: red. Hex color #A88482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88482 is #577B7D. Grayscale: #8E8E8E. Windows color (decimal): -5733246 or 8553640. OLE color: 8553640.
HSL color Cylindrical-coordinate representation of color #A88482: hue angle of 3.16º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A88482 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 132 | 130 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.34 |
| HSL | 3.16º | 0.18% | 0.58% | - |
| HSV(B) | 3.16º | 0.23% | 0.66% | - |
| XYZ | 28.43 | 26.44 | 24.72 | - |
| YUV | 142.54 | 120.93 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 130 | 0 | 0.21 | 0.23 | 0.34 | 3.16 | 0.18 | 0.58 |
| Hex | A8 | 84 | 82 | 0 | 15 | 17 | 22 | 3 | 12 | 3A |
| Octal | 250 | 204 | 202 | 0 | 25 | 27 | 42 | 3 | 22 | 72 |
| Binary | 10101000 | 10000100 | 10000010 | 0 | 10101 | 10111 | 100010 | 11 | 10010 | 111010 |
Color Harmonies of #A88482
Complementary color
Monochromatic Colors of #A88482
Black with #A88482
Text Example
Text Example
White with #A88482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88482; }
p { color: rgb(168,132,130); }
H1.HeaderClassName
{
color: #A88482;
}
.AnyTagClassName
{
color: #A88482;
}
</style>
background-color css
<style>
a { background-color: #A88482; }
a { background-color: rgb(168,132,130); }
div.DivClassName
{
background-color: #A88482;
}
.BgClassName
{
background-color: #A88482;
}
</style>
border-color css
<style>
span { border-color: #A88482; }
span { border-color: rgb(168,132,130); }
td.TdClassName
{
border-color: #A88482;
}
.TagClassName
{
border-color: #A88482;
}
</style>