Shades of Opium #A27A79
Tints of Opium #A27A79
RGB
CMYK
RGB Variations
Color information
#A27A79 (or 0xA27A79) is known color: Opium. HEX triplet: A2, 7A and 79. RGB value is (162,122,121). Sum of RGB (Red+Green+Blue) = 162+122+121=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27A79 is #5D8586. Grayscale: #858585. Windows color (decimal): -6129031 or 7961250. OLE color: 7961250.
HSL color Cylindrical-coordinate representation of color #A27A79: hue angle of 1.46º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A27A79 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 122 | 121 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.36 |
| HSL | 1.46º | 0.18% | 0.55% | - |
| HSV(B) | 1.46º | 0.25% | 0.64% | - |
| XYZ | 25.31 | 22.98 | 21.19 | - |
| YUV | 133.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 121 | 0 | 0.25 | 0.25 | 0.36 | 1.46 | 0.18 | 0.55 |
| Hex | A2 | 7A | 79 | 0 | 19 | 19 | 24 | 1 | 12 | 37 |
| Octal | 242 | 172 | 171 | 0 | 31 | 31 | 44 | 1 | 22 | 67 |
| Binary | 10100010 | 1111010 | 1111001 | 0 | 11001 | 11001 | 100100 | 1 | 10010 | 110111 |
Color Harmonies of #A27A79
Complementary color
Monochromatic Colors of #A27A79
Black with #A27A79
Text Example
Text Example
White with #A27A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27A79; }
p { color: rgb(162,122,121); }
H1.HeaderClassName
{
color: #A27A79;
}
.AnyTagClassName
{
color: #A27A79;
}
</style>
background-color css
<style>
a { background-color: #A27A79; }
a { background-color: rgb(162,122,121); }
div.DivClassName
{
background-color: #A27A79;
}
.BgClassName
{
background-color: #A27A79;
}
</style>
border-color css
<style>
span { border-color: #A27A79; }
span { border-color: rgb(162,122,121); }
td.TdClassName
{
border-color: #A27A79;
}
.TagClassName
{
border-color: #A27A79;
}
</style>