Color Hex Logo

#a97241 Color Hex

#A97241
(169,114,65)
0 Favorites   0 Comments

Color spaces of #a97241

RGB 16911465
HSL0.080.440.46
HSV28°62°66°
CMYK 0.000.330.62   0.34
XYZ23.333620.85137.7959
Yxy20.85130.44890.4011
Hunter Lab45.663211.301721.8419
CIE-Lab52.786416.584035.5486

#a97241 color RGB value is (169,114,65).

#a97241 hex color red value is 169, green value is 114 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #a97241 hue: 0.08 , saturation: 0.44 and the lightness value of a97241 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110010 01000001
Octal 251 162 101
Decimal 169 114 65
Hex A9 72 41

RGB Percentages of Color #a97241

%48.56
%32.76
%18.68

CMYK Percentages of Color #a97241

%0
%33
%62
%34

Triadic Colors of #a97241

#a97241 #41a972 #7241a9

Analogous Colors of #a97241

#a97241 #a9a641 #a94144

Monochromatic Colors of #a97241

#a97241

Complementary Color

#a97241 #4178a9

#a97241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97241 Color CSS Codes

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

#a97241 Text Font Color

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

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


#a97241 Background Color

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

This div background color is #a97241


#a97241 Border Color

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

This div border color is #a97241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97241


Comments

No comments written yet.

Please login to write comment.