Color Hex Logo

#a97041 Color Hex

#A97041
(169,112,65)
0 Favorites   0 Comments

Color spaces of #a97041

RGB 16911265
HSL0.080.440.46
HSV27°62°66°
CMYK 0.000.340.62   0.34
XYZ23.110520.40507.7215
Yxy20.40500.45110.3982
Hunter Lab45.171912.272021.4855
CIE-Lab52.292117.713634.9614

#a97041 color RGB value is (169,112,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110000 01000001
Octal 251 160 101
Decimal 169 112 65
Hex A9 70 41

RGB Percentages of Color #a97041

%48.84
%32.37
%18.79

CMYK Percentages of Color #a97041

%0
%34
%62
%34

Triadic Colors of #a97041

#a97041 #41a970 #7041a9

Analogous Colors of #a97041

#a97041 #a9a441 #a94146

Monochromatic Colors of #a97041

#a97041

Complementary Color

#a97041 #417aa9

#a97041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97041 Color CSS Codes

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

#a97041 Text Font Color

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

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


#a97041 Background Color

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

This div background color is #a97041


#a97041 Border Color

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

This div border color is #a97041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97041


Comments

No comments written yet.

Please login to write comment.