color details

Color Details
#a8881a Color Hex

#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
Color spaces of #a8881aValue
RGB168, 136, 26
HSL0.13, 0.73, 0.38
HSV46°, 85°, 66°
XYZ25.14, 26.01, 4.67
Base Numbers
Base Red Green Blue
Binary 10101000 10001000 11010
Octal 250 210 32
Decimal 168 136 26
Hex A8 88 1A

RGB Percentages for Color #a8881a

50.91%
41.21%
7.88%

CMYK Percentages of the Color #a8881a

19.05%
84.52%
34.12%
CSS Codes for Color #a8881a
.mybgColor {background-color: #a8881a;}
.myforeColor {color: #a8881a;}
.myborderColor {border:3px solid #a8881a;}
Text Font Color #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,

Background Color #a8881a

<div style="background-color:#a8881a">Div content here</div>

The background color of this div is #a8881a
Border Color #a8881a

<div style="border:3px solid #a8881a">Div here</div>

The border color of this div is #a8881a
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168, 136, 26, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #a8881a;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #a8881a

Scroll to Top