Shades of Opium #A1827E
Tints of Opium #A1827E
RGB
CMYK
RGB Variations
Color information
#A1827E (or 0xA1827E) is known color: Opium. HEX triplet: A1, 82 and 7E. RGB value is (161,130,126). Sum of RGB (Red+Green+Blue) = 161+130+126=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 161 - color contains mainly: red. Hex color #A1827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1827E is #5E7D81. Grayscale: #8A8A8A. Windows color (decimal): -6192514 or 8290977. OLE color: 8290977.
HSL color Cylindrical-coordinate representation of color #A1827E: hue angle of 6.86º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1827E is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 130 | 126 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.37 |
| HSL | 6.86º | 0.16% | 0.56% | - |
| HSV(B) | 6.86º | 0.22% | 0.63% | - |
| XYZ | 26.45 | 25.05 | 23.18 | - |
| YUV | 138.81 | 120.77 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 126 | 0 | 0.19 | 0.22 | 0.37 | 6.86 | 0.16 | 0.56 |
| Hex | A1 | 82 | 7E | 0 | 13 | 16 | 25 | 7 | 10 | 38 |
| Octal | 241 | 202 | 176 | 0 | 23 | 26 | 45 | 7 | 20 | 70 |
| Binary | 10100001 | 10000010 | 1111110 | 0 | 10011 | 10110 | 100101 | 111 | 10000 | 111000 |
Color Harmonies of #A1827E
Complementary color
Monochromatic Colors of #A1827E
Black with #A1827E
Text Example
Text Example
White with #A1827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1827E; }
p { color: rgb(161,130,126); }
H1.HeaderClassName
{
color: #A1827E;
}
.AnyTagClassName
{
color: #A1827E;
}
</style>
background-color css
<style>
a { background-color: #A1827E; }
a { background-color: rgb(161,130,126); }
div.DivClassName
{
background-color: #A1827E;
}
.BgClassName
{
background-color: #A1827E;
}
</style>
border-color css
<style>
span { border-color: #A1827E; }
span { border-color: rgb(161,130,126); }
td.TdClassName
{
border-color: #A1827E;
}
.TagClassName
{
border-color: #A1827E;
}
</style>