Shades of Opium #A4827E
Tints of Opium #A4827E
RGB
CMYK
RGB Variations
Color information
#A4827E (or 0xA4827E) is known color: Opium. HEX triplet: A4, 82 and 7E. RGB value is (164,130,126). Sum of RGB (Red+Green+Blue) = 164+130+126=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A4827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4827E is #5B7D81. Grayscale: #8B8B8B. Windows color (decimal): -5995906 or 8290980. OLE color: 8290980.
HSL color Cylindrical-coordinate representation of color #A4827E: hue angle of 6.32º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4827E is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 130 | 126 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.36 |
| HSL | 6.32º | 0.17% | 0.57% | - |
| HSV(B) | 6.32º | 0.23% | 0.64% | - |
| XYZ | 27.06 | 25.36 | 23.21 | - |
| YUV | 139.71 | 120.26 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 130 | 126 | 0 | 0.21 | 0.23 | 0.36 | 6.32 | 0.17 | 0.57 |
| Hex | A4 | 82 | 7E | 0 | 15 | 17 | 24 | 6 | 11 | 39 |
| Octal | 244 | 202 | 176 | 0 | 25 | 27 | 44 | 6 | 21 | 71 |
| Binary | 10100100 | 10000010 | 1111110 | 0 | 10101 | 10111 | 100100 | 110 | 10001 | 111001 |
Color Harmonies of #A4827E
Complementary color
Monochromatic Colors of #A4827E
Black with #A4827E
Text Example
Text Example
White with #A4827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4827E; }
p { color: rgb(164,130,126); }
H1.HeaderClassName
{
color: #A4827E;
}
.AnyTagClassName
{
color: #A4827E;
}
</style>
background-color css
<style>
a { background-color: #A4827E; }
a { background-color: rgb(164,130,126); }
div.DivClassName
{
background-color: #A4827E;
}
.BgClassName
{
background-color: #A4827E;
}
</style>
border-color css
<style>
span { border-color: #A4827E; }
span { border-color: rgb(164,130,126); }
td.TdClassName
{
border-color: #A4827E;
}
.TagClassName
{
border-color: #A4827E;
}
</style>