Color Hex Logo

#a97114 Color Hex

#A97114
(169,113,20)
0 Favorites   0 Comments

Color spaces of #a97114

RGB 16911320
HSL0.100.790.37
HSV37°88°66°
CMYK 0.000.330.88   0.34
XYZ22.393620.29583.3990
Yxy20.29580.48590.4404
Hunter Lab45.05099.888727.0623
CIE-Lab52.170014.978854.5606

#a97114 color RGB value is (169,113,20).

#a97114 hex color red value is 169, green value is 113 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #a97114 hue: 0.10 , saturation: 0.79 and the lightness value of a97114 is 0.37.

The process color (four color CMYK) of #a97114 color hex is 0.00, 0.33, 0.88, 0.34. Web safe color of #a97114 is #996600. Color #a97114 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110001 00010100
Octal 251 161 24
Decimal 169 113 20
Hex A9 71 14

RGB Percentages of Color #a97114

%55.96
%37.42
%6.62

CMYK Percentages of Color #a97114

%0
%33
%88
%34

Triadic Colors of #a97114

#a97114 #14a971 #7114a9

Analogous Colors of #a97114

#a97114 #97a914 #a92714

Monochromatic Colors of #a97114

#a97114

Complementary Color

#a97114 #144ca9

#a97114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97114 Color CSS Codes

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

#a97114 Text Font Color

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

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


#a97114 Background Color

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

This div background color is #a97114


#a97114 Border Color

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

This div border color is #a97114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97114


Comments

No comments written yet.

Please login to write comment.