#a38735 color RGB value is (10, 56, 115).
#a38735 hex color red value is 10, green value is 56, and blue value is 115.
Cylindrical-coordinate representations (HSL) of color #a38735
hue: 213.71,
saturation: 0.84 and lightness: 0.25.
The process color (four-color CMYK) of #a38735 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #a38735 is #ff9999. Color #a38735 contains mainly RED.
| Color spaces of #a38735 | Value |
|---|---|
| RGB | 163, 135, 53 |
| HSL | 0.12, 0.51, 0.42 |
| HSV | 45°, 67°, 64° |
| XYZ | 24.41, 25.37, 6.98 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10100011 | 10000111 | 110101 |
| Octal | 243 | 207 | 65 |
| Decimal | 163 | 135 | 53 |
| Hex | A3 | 87 | 35 |
Shades of #a38735
Tints of #a38735
.mybgColor {background-color: #a38735;}
.myforeColor {color: #a38735;}
.myborderColor {border:3px solid #a38735;}
<p style="color:#a38735">Text here</p>
This sample text is styled with the font color #a38735. 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:#a38735">Div content here</div>
<div style="border:3px solid #a38735">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(163, 135, 53, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #a38735; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #a38735;
-webkit-box-shadow: 1px 1px 3px #a38735;
box-shadow: 1px 1px 3px #a38735; }
<p style="text-shadow: 4px 4px 2px rgba(163, 135, 53, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #a38735;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #a38735;
-webkit-box-shadow: 1px 1px 3px #a38735;
box-shadow: 1px 1px 3px #a38735;">Div content here</div>
