Shades of Opium #A27F7F
Tints of Opium #A27F7F
RGB
CMYK
RGB Variations
Color information
#A27F7F (or 0xA27F7F) is known color: Opium. HEX triplet: A2, 7F and 7F. RGB value is (162,127,127). Sum of RGB (Red+Green+Blue) = 162+127+127=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27F7F is #5D8080. Grayscale: #898989. Windows color (decimal): -6127745 or 8355746. OLE color: 8355746.
HSL color Cylindrical-coordinate representation of color #A27F7F: hue angle of 0º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A27F7F is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 127 | 127 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.36 |
| HSL | 0º | 0.16% | 0.57% | - |
| HSV(B) | 0º | 0.22% | 0.64% | - |
| XYZ | 26.32 | 24.39 | 23.4 | - |
| YUV | 137.47 | 122.1 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 127 | 0 | 0.22 | 0.22 | 0.36 | 0 | 0.16 | 0.57 |
| Hex | A2 | 7F | 7F | 0 | 16 | 16 | 24 | 0 | 10 | 39 |
| Octal | 242 | 177 | 177 | 0 | 26 | 26 | 44 | 0 | 20 | 71 |
| Binary | 10100010 | 1111111 | 1111111 | 0 | 10110 | 10110 | 100100 | 0 | 10000 | 111001 |
Color Harmonies of #A27F7F
Complementary color
Monochromatic Colors of #A27F7F
Black with #A27F7F
Text Example
Text Example
White with #A27F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27F7F; }
p { color: rgb(162,127,127); }
H1.HeaderClassName
{
color: #A27F7F;
}
.AnyTagClassName
{
color: #A27F7F;
}
</style>
background-color css
<style>
a { background-color: #A27F7F; }
a { background-color: rgb(162,127,127); }
div.DivClassName
{
background-color: #A27F7F;
}
.BgClassName
{
background-color: #A27F7F;
}
</style>
border-color css
<style>
span { border-color: #A27F7F; }
span { border-color: rgb(162,127,127); }
td.TdClassName
{
border-color: #A27F7F;
}
.TagClassName
{
border-color: #A27F7F;
}
</style>