Shades of Opium #A4807D
Tints of Opium #A4807D
RGB
CMYK
RGB Variations
Color information
#A4807D (or 0xA4807D) is known color: Opium. HEX triplet: A4, 80 and 7D. RGB value is (164,128,125). Sum of RGB (Red+Green+Blue) = 164+128+125=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 164 - color contains mainly: red. Hex color #A4807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4807D is #5B7F82. Grayscale: #8A8A8A. Windows color (decimal): -5996419 or 8224932. OLE color: 8224932.
HSL color Cylindrical-coordinate representation of color #A4807D: hue angle of 4.62º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4807D is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 128 | 125 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.36 |
| HSL | 4.62º | 0.18% | 0.57% | - |
| HSV(B) | 4.62º | 0.24% | 0.64% | - |
| XYZ | 26.73 | 24.81 | 22.78 | - |
| YUV | 138.42 | 120.43 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 128 | 125 | 0 | 0.22 | 0.24 | 0.36 | 4.62 | 0.18 | 0.57 |
| Hex | A4 | 80 | 7D | 0 | 16 | 18 | 24 | 5 | 12 | 39 |
| Octal | 244 | 200 | 175 | 0 | 26 | 30 | 44 | 5 | 22 | 71 |
| Binary | 10100100 | 10000000 | 1111101 | 0 | 10110 | 11000 | 100100 | 101 | 10010 | 111001 |
Color Harmonies of #A4807D
Complementary color
Monochromatic Colors of #A4807D
Black with #A4807D
Text Example
Text Example
White with #A4807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4807D; }
p { color: rgb(164,128,125); }
H1.HeaderClassName
{
color: #A4807D;
}
.AnyTagClassName
{
color: #A4807D;
}
</style>
background-color css
<style>
a { background-color: #A4807D; }
a { background-color: rgb(164,128,125); }
div.DivClassName
{
background-color: #A4807D;
}
.BgClassName
{
background-color: #A4807D;
}
</style>
border-color css
<style>
span { border-color: #A4807D; }
span { border-color: rgb(164,128,125); }
td.TdClassName
{
border-color: #A4807D;
}
.TagClassName
{
border-color: #A4807D;
}
</style>