color details

Color Details
#a0958d Color Hex

#a0958d color RGB value is (10, 9, 88).
#a0958d hex color red value is 10, green value is 9, and blue value is 88.
Cylindrical-coordinate representations (HSL) of color #a0958d hue: 240.76, saturation: 0.81 and lightness: 0.19.

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

Color Spaces
Color spaces of #a0958dValue
RGB160, 149, 141
HSL0.07, 0.09, 0.59
HSV25°, 12°, 63°
XYZ30.05, 30.89, 29.57
Base Numbers
Base Red Green Blue
Binary 10100000 10010101 10001101
Octal 240 225 215
Decimal 160 149 141
Hex A0 95 8D

RGB Percentages for Color #a0958d

35.56%
33.11%
31.33%

CMYK Percentages of the Color #a0958d

6.87%
11.88%
37.25%
CSS Codes for Color #a0958d
.mybgColor {background-color: #a0958d;}
.myforeColor {color: #a0958d;}
.myborderColor {border:3px solid #a0958d;}
Text Font Color #a0958d

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(160, 149, 141, 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 #a0958d;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top