color details

Color Details
#a0774e Color Hex

#a0774e color RGB value is (10, 7, 116).
#a0774e hex color red value is 10, green value is 7, and blue value is 116.
Cylindrical-coordinate representations (HSL) of color #a0774e hue: 241.65, saturation: 0.89 and lightness: 0.24.

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

Color Spaces
Color spaces of #a0774eValue
RGB160, 119, 78
HSL0.08, 0.34, 0.47
HSV30°, 51°, 63°
XYZ22.47, 21.22, 10.12
Base Numbers
Base Red Green Blue
Binary 10100000 1110111 1001110
Octal 240 167 116
Decimal 160 119 78
Hex A0 77 4E

RGB Percentages for Color #a0774e

44.82%
33.33%
21.85%

CMYK Percentages of the Color #a0774e

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

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top