Shades of Opium #A27A77
Tints of Opium #A27A77
RGB
CMYK
RGB Variations
Color information
#A27A77 (or 0xA27A77) is known color: Opium. HEX triplet: A2, 7A and 77. RGB value is (162,122,119). Sum of RGB (Red+Green+Blue) = 162+122+119=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27A77 is #5D8588. Grayscale: #858585. Windows color (decimal): -6129033 or 7830178. OLE color: 7830178.
HSL color Cylindrical-coordinate representation of color #A27A77: hue angle of 4.19º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A27A77 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 122 | 119 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.36 |
| HSL | 4.19º | 0.19% | 0.55% | - |
| HSV(B) | 4.19º | 0.27% | 0.64% | - |
| XYZ | 25.19 | 22.93 | 20.55 | - |
| YUV | 133.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 119 | 0 | 0.25 | 0.27 | 0.36 | 4.19 | 0.19 | 0.55 |
| Hex | A2 | 7A | 77 | 0 | 19 | 1B | 24 | 4 | 13 | 37 |
| Octal | 242 | 172 | 167 | 0 | 31 | 33 | 44 | 4 | 23 | 67 |
| Binary | 10100010 | 1111010 | 1110111 | 0 | 11001 | 11011 | 100100 | 100 | 10011 | 110111 |
Color Harmonies of #A27A77
Complementary color
Monochromatic Colors of #A27A77
Black with #A27A77
Text Example
Text Example
White with #A27A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27A77; }
p { color: rgb(162,122,119); }
H1.HeaderClassName
{
color: #A27A77;
}
.AnyTagClassName
{
color: #A27A77;
}
</style>
background-color css
<style>
a { background-color: #A27A77; }
a { background-color: rgb(162,122,119); }
div.DivClassName
{
background-color: #A27A77;
}
.BgClassName
{
background-color: #A27A77;
}
</style>
border-color css
<style>
span { border-color: #A27A77; }
span { border-color: rgb(162,122,119); }
td.TdClassName
{
border-color: #A27A77;
}
.TagClassName
{
border-color: #A27A77;
}
</style>