Shades of Opium #A1827F
Tints of Opium #A1827F
RGB
CMYK
RGB Variations
Color information
#A1827F (or 0xA1827F) is known color: Opium. HEX triplet: A1, 82 and 7F. RGB value is (161,130,127). Sum of RGB (Red+Green+Blue) = 161+130+127=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 161 - color contains mainly: red. Hex color #A1827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1827F is #5E7D80. Grayscale: #8A8A8A. Windows color (decimal): -6192513 or 8356513. OLE color: 8356513.
HSL color Cylindrical-coordinate representation of color #A1827F: hue angle of 5.29º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1827F is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 130 | 127 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.37 |
| HSL | 5.29º | 0.15% | 0.56% | - |
| HSV(B) | 5.29º | 0.21% | 0.63% | - |
| XYZ | 26.51 | 25.07 | 23.52 | - |
| YUV | 138.93 | 121.27 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 127 | 0 | 0.19 | 0.21 | 0.37 | 5.29 | 0.15 | 0.56 |
| Hex | A1 | 82 | 7F | 0 | 13 | 15 | 25 | 5 | F | 38 |
| Octal | 241 | 202 | 177 | 0 | 23 | 25 | 45 | 5 | 17 | 70 |
| Binary | 10100001 | 10000010 | 1111111 | 0 | 10011 | 10101 | 100101 | 101 | 1111 | 111000 |
Color Harmonies of #A1827F
Complementary color
Monochromatic Colors of #A1827F
Black with #A1827F
Text Example
Text Example
White with #A1827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1827F; }
p { color: rgb(161,130,127); }
H1.HeaderClassName
{
color: #A1827F;
}
.AnyTagClassName
{
color: #A1827F;
}
</style>
background-color css
<style>
a { background-color: #A1827F; }
a { background-color: rgb(161,130,127); }
div.DivClassName
{
background-color: #A1827F;
}
.BgClassName
{
background-color: #A1827F;
}
</style>
border-color css
<style>
span { border-color: #A1827F; }
span { border-color: rgb(161,130,127); }
td.TdClassName
{
border-color: #A1827F;
}
.TagClassName
{
border-color: #A1827F;
}
</style>