Color Hex Logo

#a97044 Color Hex

#A97044
(169,112,68)
0 Favorites   0 Comments

Color spaces of #a97044

RGB 16911268
HSL0.070.430.46
HSV26°60°66°
CMYK 0.000.340.60   0.34
XYZ23.199720.44078.1915
Yxy20.44070.44760.3944
Hunter Lab45.211412.475320.9057
CIE-Lab52.331917.943133.3834

#a97044 color RGB value is (169,112,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110000 01000100
Octal 251 160 104
Decimal 169 112 68
Hex A9 70 44

RGB Percentages of Color #a97044

%48.42
%32.09
%19.48

CMYK Percentages of Color #a97044

%0
%34
%60
%34

Triadic Colors of #a97044

#a97044 #44a970 #7044a9

Analogous Colors of #a97044

#a97044 #a9a344 #a9444a

Monochromatic Colors of #a97044

#a97044

Complementary Color

#a97044 #447da9

#a97044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97044 Color CSS Codes

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

#a97044 Text Font Color

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

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


#a97044 Background Color

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

This div background color is #a97044


#a97044 Border Color

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

This div border color is #a97044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97044


Comments

No comments written yet.

Please login to write comment.