Color Hex Logo

#a96747 Color Hex

#A96747
(169,103,71)
0 Favorites   0 Comments

Color spaces of #a96747

RGB 16910371
HSL0.050.410.47
HSV20°58°66°
CMYK 0.000.390.58   0.34
XYZ22.349818.59048.3716
Yxy18.59040.45320.3770
Hunter Lab43.116617.072818.6697
CIE-Lab50.204523.249429.1012

#a96747 color RGB value is (169,103,71).

#a96747 hex color red value is 169, green value is 103 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #a96747 hue: 0.05 , saturation: 0.41 and the lightness value of a96747 is 0.47.

The process color (four color CMYK) of #a96747 color hex is 0.00, 0.39, 0.58, 0.34. Web safe color of #a96747 is #996633. Color #a96747 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100111 01000111
Octal 251 147 107
Decimal 169 103 71
Hex A9 67 47

RGB Percentages of Color #a96747

%49.27
%30.03
%20.70

CMYK Percentages of Color #a96747

%0
%39
%58
%34

Triadic Colors of #a96747

#a96747 #47a967 #6747a9

Analogous Colors of #a96747

#a96747 #a99847 #a94758

Monochromatic Colors of #a96747

#a96747

Complementary Color

#a96747 #4789a9

#a96747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96747 Color CSS Codes

.mybgcolor {background-color:#a96747; } 
.myforecolor {color:#a96747; }
.mybordercolor {border:3px solid #a96747; }

#a96747 Text Font Color

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

This sample text font color is #a96747
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a96747 Background Color

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

This div background color is #a96747


#a96747 Border Color

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

This div border color is #a96747


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,103,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a96747; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a96747;
  -webkit-box-shadow: 1px 1px 3px 2px #a96747;
  box-shadow:         1px 1px 3px 2px #a96747; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,103,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a96747">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96747


Comments

No comments written yet.

Please login to write comment.