Shades of Opium #A37777
Tints of Opium #A37777
RGB
CMYK
RGB Variations
Color information
#A37777 (or 0xA37777) is known color: Opium. HEX triplet: A3, 77 and 77. RGB value is (163,119,119). Sum of RGB (Red+Green+Blue) = 163+119+119=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A37777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37777 is #5C8888. Grayscale: #848484. Windows color (decimal): -6064265 or 7829411. OLE color: 7829411.
HSL color Cylindrical-coordinate representation of color #A37777: hue angle of 0º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A37777 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 119 | 119 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.36 |
| HSL | 0º | 0.19% | 0.55% | - |
| HSV(B) | 0º | 0.27% | 0.64% | - |
| XYZ | 25.03 | 22.31 | 20.44 | - |
| YUV | 132.16 | 120.58 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 119 | 119 | 0 | 0.27 | 0.27 | 0.36 | 0 | 0.19 | 0.55 |
| Hex | A3 | 77 | 77 | 0 | 1B | 1B | 24 | 0 | 13 | 37 |
| Octal | 243 | 167 | 167 | 0 | 33 | 33 | 44 | 0 | 23 | 67 |
| Binary | 10100011 | 1110111 | 1110111 | 0 | 11011 | 11011 | 100100 | 0 | 10011 | 110111 |
Color Harmonies of #A37777
Complementary color
Monochromatic Colors of #A37777
Black with #A37777
Text Example
Text Example
White with #A37777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37777; }
p { color: rgb(163,119,119); }
H1.HeaderClassName
{
color: #A37777;
}
.AnyTagClassName
{
color: #A37777;
}
</style>
background-color css
<style>
a { background-color: #A37777; }
a { background-color: rgb(163,119,119); }
div.DivClassName
{
background-color: #A37777;
}
.BgClassName
{
background-color: #A37777;
}
</style>
border-color css
<style>
span { border-color: #A37777; }
span { border-color: rgb(163,119,119); }
td.TdClassName
{
border-color: #A37777;
}
.TagClassName
{
border-color: #A37777;
}
</style>