color details

Color Details
#a16159 Color Hex

#a16159 color RGB value is (10, 22, 21).
#a16159 hex color red value is 10, green value is 22, and blue value is 21.
Cylindrical-coordinate representations (HSL) of color #a16159 hue: 175, saturation: 0.38 and lightness: 0.06.

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

Color Spaces
Color spaces of #a16159Value
RGB161, 97, 89
HSL0.02, 0.29, 0.49
HSV7°, 45°, 63°
XYZ20.78, 16.85, 11.61
Base Numbers
Base Red Green Blue
Binary 10100001 1100001 1011001
Octal 241 141 131
Decimal 161 97 89
Hex A1 61 59

RGB Percentages for Color #a16159

46.4%
27.95%
25.65%

CMYK Percentages of the Color #a16159

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

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top