Color Hex Logo

#a97247 Color Hex

#A97247
(169,114,71)
0 Favorites   0 Comments

Color spaces of #a97247

RGB 16911471
HSL0.070.410.47
HSV26°58°66°
CMYK 0.000.330.58   0.34
XYZ23.516820.92468.7606
Yxy20.92460.44200.3933
Hunter Lab45.743411.716320.6654
CIE-Lab52.866917.054232.3942

#a97247 color RGB value is (169,114,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110010 01000111
Octal 251 162 107
Decimal 169 114 71
Hex A9 72 47

RGB Percentages of Color #a97247

%47.74
%32.20
%20.06

CMYK Percentages of Color #a97247

%0
%33
%58
%34

Triadic Colors of #a97247

#a97247 #47a972 #7247a9

Analogous Colors of #a97247

#a97247 #a9a347 #a9474d

Monochromatic Colors of #a97247

#a97247

Complementary Color

#a97247 #477ea9

#a97247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97247 Color CSS Codes

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

#a97247 Text Font Color

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

This sample text font color is #a97247
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.


#a97247 Background Color

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

This div background color is #a97247


#a97247 Border Color

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

This div border color is #a97247


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,114,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 #a97247">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97247


Comments

No comments written yet.

Please login to write comment.