Shades of Opium #A28888
Tints of Opium #A28888
RGB
CMYK
RGB Variations
Color information
#A28888 (or 0xA28888) is known color: Opium. HEX triplet: A2, 88 and 88. RGB value is (162,136,136). Sum of RGB (Red+Green+Blue) = 162+136+136=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 162 - color contains mainly: red. Hex color #A28888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28888 is #5D7777. Grayscale: #8F8F8F. Windows color (decimal): -6125432 or 8947874. OLE color: 8947874.
HSL color Cylindrical-coordinate representation of color #A28888: hue angle of 0º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A28888 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 136 | 136 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.36 |
| HSL | 0º | 0.12% | 0.58% | - |
| HSV(B) | 0º | 0.16% | 0.64% | - |
| XYZ | 28.15 | 27.07 | 27.03 | - |
| YUV | 143.77 | 123.61 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 136 | 0 | 0.16 | 0.16 | 0.36 | 0 | 0.12 | 0.58 |
| Hex | A2 | 88 | 88 | 0 | 10 | 10 | 24 | 0 | C | 3A |
| Octal | 242 | 210 | 210 | 0 | 20 | 20 | 44 | 0 | 14 | 72 |
| Binary | 10100010 | 10001000 | 10001000 | 0 | 10000 | 10000 | 100100 | 0 | 1100 | 111010 |
Color Harmonies of #A28888
Complementary color
Monochromatic Colors of #A28888
Black with #A28888
Text Example
Text Example
White with #A28888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28888; }
p { color: rgb(162,136,136); }
H1.HeaderClassName
{
color: #A28888;
}
.AnyTagClassName
{
color: #A28888;
}
</style>
background-color css
<style>
a { background-color: #A28888; }
a { background-color: rgb(162,136,136); }
div.DivClassName
{
background-color: #A28888;
}
.BgClassName
{
background-color: #A28888;
}
</style>
border-color css
<style>
span { border-color: #A28888; }
span { border-color: rgb(162,136,136); }
td.TdClassName
{
border-color: #A28888;
}
.TagClassName
{
border-color: #A28888;
}
</style>