Color Hex Logo

#a94a14 Color Hex

#A94A14
(169,74,20)
0 Favorites   0 Comments

Color spaces of #a94a14

RGB 1697420
HSL0.060.790.37
HSV22°88°66°
CMYK 0.000.560.88   0.34
XYZ18.937213.38312.2469
Yxy13.38310.54780.3872
Hunter Lab36.582928.380721.9665
CIE-Lab43.334936.277247.4438

#a94a14 color RGB value is (169,74,20).

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

The process color (four color CMYK) of #a94a14 color hex is 0.00, 0.56, 0.88, 0.34. Web safe color of #a94a14 is #993300. Color #a94a14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001010 00010100
Octal 251 112 24
Decimal 169 74 20
Hex A9 4A 14

RGB Percentages of Color #a94a14

%64.26
%28.14
%7.60

CMYK Percentages of Color #a94a14

%0
%56
%88
%34

Triadic Colors of #a94a14

#a94a14 #14a94a #4a14a9

Analogous Colors of #a94a14

#a94a14 #a99514 #a91429

Monochromatic Colors of #a94a14

#a94a14

Complementary Color

#a94a14 #1473a9

#a94a14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94a14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94a14 Color CSS Codes

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

#a94a14 Text Font Color

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

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


#a94a14 Background Color

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

This div background color is #a94a14


#a94a14 Border Color

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

This div border color is #a94a14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94a14


Comments

No comments written yet.

Please login to write comment.