#a8881a color RGB value is (10, 136, 129).
#a8881a hex color red value is 10, green value is 136, and blue value is 129.
Cylindrical-coordinate representations (HSL) of color #a8881a
hue: 176.67,
saturation: 0.86 and lightness: 0.29.
The process color (four-color CMYK) of #a8881a color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #a8881a is #ff9999. Color #a8881a contains mainly RED.
| Color spaces of #a8881a | Value |
|---|---|
| RGB | 168, 136, 26 |
| HSL | 0.13, 0.73, 0.38 |
| HSV | 46°, 85°, 66° |
| XYZ | 25.14, 26.01, 4.67 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10101000 | 10001000 | 11010 |
| Octal | 250 | 210 | 32 |
| Decimal | 168 | 136 | 26 |
| Hex | A8 | 88 | 1A |
Shades of #a8881a
Tints of #a8881a
.mybgColor {background-color: #a8881a;}
.myforeColor {color: #a8881a;}
.myborderColor {border:3px solid #a8881a;}
<p style="color:#a8881a">Text here</p>
This sample text is styled with the font color #a8881a. 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:#a8881a">Div content here</div>
<div style="border:3px solid #a8881a">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(168, 136, 26, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #a8881a; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #a8881a;
-webkit-box-shadow: 1px 1px 3px #a8881a;
box-shadow: 1px 1px 3px #a8881a; }
<p style="text-shadow: 4px 4px 2px rgba(168, 136, 26, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #a8881a;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #a8881a;
-webkit-box-shadow: 1px 1px 3px #a8881a;
box-shadow: 1px 1px 3px #a8881a;">Div content here</div>
