Shades of Opium #AA8282
Tints of Opium #AA8282
RGB
CMYK
RGB Variations
Color information
#AA8282 (or 0xAA8282) is known color: Opium. HEX triplet: AA, 82 and 82. RGB value is (170,130,130). Sum of RGB (Red+Green+Blue) = 170+130+130=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8282 is #557D7D. Grayscale: #8E8E8E. Windows color (decimal): -5602686 or 8553130. OLE color: 8553130.
HSL color Cylindrical-coordinate representation of color #AA8282: hue angle of 0º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA8282 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 130 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.33 |
| HSL | 0º | 0.19% | 0.59% | - |
| HSV(B) | 0º | 0.24% | 0.67% | - |
| XYZ | 28.59 | 26.12 | 24.65 | - |
| YUV | 141.96 | 121.25 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 130 | 0 | 0.24 | 0.24 | 0.33 | 0 | 0.19 | 0.59 |
| Hex | AA | 82 | 82 | 0 | 18 | 18 | 21 | 0 | 13 | 3B |
| Octal | 252 | 202 | 202 | 0 | 30 | 30 | 41 | 0 | 23 | 73 |
| Binary | 10101010 | 10000010 | 10000010 | 0 | 11000 | 11000 | 100001 | 0 | 10011 | 111011 |
Color Harmonies of #AA8282
Complementary color
Monochromatic Colors of #AA8282
Black with #AA8282
Text Example
Text Example
White with #AA8282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8282; }
p { color: rgb(170,130,130); }
H1.HeaderClassName
{
color: #AA8282;
}
.AnyTagClassName
{
color: #AA8282;
}
</style>
background-color css
<style>
a { background-color: #AA8282; }
a { background-color: rgb(170,130,130); }
div.DivClassName
{
background-color: #AA8282;
}
.BgClassName
{
background-color: #AA8282;
}
</style>
border-color css
<style>
span { border-color: #AA8282; }
span { border-color: rgb(170,130,130); }
td.TdClassName
{
border-color: #AA8282;
}
.TagClassName
{
border-color: #AA8282;
}
</style>