color details

Color Details
#a38735 Color Hex

#a38735 color RGB value is (10, 56, 115).
#a38735 hex color red value is 10, green value is 56, and blue value is 115.
Cylindrical-coordinate representations (HSL) of color #a38735 hue: 213.71, saturation: 0.84 and lightness: 0.25.

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

Color Spaces
Color spaces of #a38735Value
RGB163, 135, 53
HSL0.12, 0.51, 0.42
HSV45°, 67°, 64°
XYZ24.41, 25.37, 6.98
Base Numbers
Base Red Green Blue
Binary 10100011 10000111 110101
Octal 243 207 65
Decimal 163 135 53
Hex A3 87 35

RGB Percentages for Color #a38735

46.44%
38.46%
15.1%

CMYK Percentages of the Color #a38735

17.18%
67.48%
36.08%
CSS Codes for Color #a38735
.mybgColor {background-color: #a38735;}
.myforeColor {color: #a38735;}
.myborderColor {border:3px solid #a38735;}
Text Font Color #a38735

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(163, 135, 53, 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 #a38735;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top