color details

Color Details
#a18561 Color Hex

#a18561 color RGB value is (10, 24, 86).
#a18561 hex color red value is 10, green value is 24, and blue value is 86.
Cylindrical-coordinate representations (HSL) of color #a18561 hue: 228.95, saturation: 0.79 and lightness: 0.19.

The process color (four-color CMYK) of #a18561 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #a18561 is #ff9999. Color #a18561 contains mainly RED.

Color Spaces
Color spaces of #a18561Value
RGB161, 133, 97
HSL0.09, 0.25, 0.51
HSV34°, 40°, 63°
XYZ25.24, 25.22, 14.84
Base Numbers
Base Red Green Blue
Binary 10100001 10000101 1100001
Octal 241 205 141
Decimal 161 133 97
Hex A1 85 61

RGB Percentages for Color #a18561

41.18%
34.02%
24.81%

CMYK Percentages of the Color #a18561

17.39%
39.75%
36.86%
CSS Codes for Color #a18561
.mybgColor {background-color: #a18561;}
.myforeColor {color: #a18561;}
.myborderColor {border:3px solid #a18561;}
Text Font Color #a18561

<p style="color:#a18561">Text here</p>

This sample text is styled with the font color #a18561. 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 #a18561

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

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

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

The border color of this div is #a18561
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(161, 133, 97, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #a18561;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #a18561;
-webkit-box-shadow: 1px 1px 3px #a18561;
box-shadow: 1px 1px 3px #a18561;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161, 133, 97, 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 #a18561;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #a18561; -webkit-box-shadow: 1px 1px 3px #a18561; box-shadow: 1px 1px 3px #a18561;">Div content here</div>

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

Scroll to Top