#a0774e color RGB value is (10, 7, 116).
#a0774e hex color red value is 10, green value is 7, and blue value is 116.
Cylindrical-coordinate representations (HSL) of color #a0774e
hue: 241.65,
saturation: 0.89 and lightness: 0.24.
The process color (four-color CMYK) of #a0774e color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #a0774e is #ff9999. Color #a0774e contains mainly RED.
| Color spaces of #a0774e | Value |
|---|---|
| RGB | 160, 119, 78 |
| HSL | 0.08, 0.34, 0.47 |
| HSV | 30°, 51°, 63° |
| XYZ | 22.47, 21.22, 10.12 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10100000 | 1110111 | 1001110 |
| Octal | 240 | 167 | 116 |
| Decimal | 160 | 119 | 78 |
| Hex | A0 | 77 | 4E |
Shades of #a0774e
Tints of #a0774e
.mybgColor {background-color: #a0774e;}
.myforeColor {color: #a0774e;}
.myborderColor {border:3px solid #a0774e;}
<p style="color:#a0774e">Text here</p>
This sample text is styled with the font color #a0774e. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#a0774e">Div content here</div>
<div style="border:3px solid #a0774e">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(160, 119, 78, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #a0774e; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #a0774e;
-webkit-box-shadow: 1px 1px 3px #a0774e;
box-shadow: 1px 1px 3px #a0774e; }
<p style="text-shadow: 4px 4px 2px rgba(160, 119, 78, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #a0774e;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #a0774e;
-webkit-box-shadow: 1px 1px 3px #a0774e;
box-shadow: 1px 1px 3px #a0774e;">Div content here</div>
