Shades of Opium #A27F7E
Tints of Opium #A27F7E
RGB
CMYK
RGB Variations
Color information
#A27F7E (or 0xA27F7E) is known color: Opium. HEX triplet: A2, 7F and 7E. RGB value is (162,127,126). Sum of RGB (Red+Green+Blue) = 162+127+126=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27F7E is #5D8081. Grayscale: #898989. Windows color (decimal): -6127746 or 8290210. OLE color: 8290210.
HSL color Cylindrical-coordinate representation of color #A27F7E: hue angle of 1.67º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A27F7E is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 127 | 126 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.36 |
| HSL | 1.67º | 0.16% | 0.56% | - |
| HSV(B) | 1.67º | 0.22% | 0.64% | - |
| XYZ | 26.26 | 24.37 | 23.06 | - |
| YUV | 137.35 | 121.6 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 126 | 0 | 0.22 | 0.22 | 0.36 | 1.67 | 0.16 | 0.56 |
| Hex | A2 | 7F | 7E | 0 | 16 | 16 | 24 | 2 | 10 | 38 |
| Octal | 242 | 177 | 176 | 0 | 26 | 26 | 44 | 2 | 20 | 70 |
| Binary | 10100010 | 1111111 | 1111110 | 0 | 10110 | 10110 | 100100 | 10 | 10000 | 111000 |
Color Harmonies of #A27F7E
Complementary color
Monochromatic Colors of #A27F7E
Black with #A27F7E
Text Example
Text Example
White with #A27F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27F7E; }
p { color: rgb(162,127,126); }
H1.HeaderClassName
{
color: #A27F7E;
}
.AnyTagClassName
{
color: #A27F7E;
}
</style>
background-color css
<style>
a { background-color: #A27F7E; }
a { background-color: rgb(162,127,126); }
div.DivClassName
{
background-color: #A27F7E;
}
.BgClassName
{
background-color: #A27F7E;
}
</style>
border-color css
<style>
span { border-color: #A27F7E; }
span { border-color: rgb(162,127,126); }
td.TdClassName
{
border-color: #A27F7E;
}
.TagClassName
{
border-color: #A27F7E;
}
</style>