Color Hex Logo

#a94716 Color Hex

#A94716
(169,71,22)
0 Favorites   0 Comments

Color spaces of #a94716

RGB 1697122
HSL0.060.770.37
HSV20°87°66°
CMYK 0.000.580.87   0.34
XYZ18.760212.99942.2794
Yxy12.99940.55110.3819
Hunter Lab36.054729.782621.4899
CIE-Lab42.762337.832546.1934

#a94716 color RGB value is (169,71,22).

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

The process color (four color CMYK) of #a94716 color hex is 0.00, 0.58, 0.87, 0.34. Web safe color of #a94716 is #993300. Color #a94716 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000111 00010110
Octal 251 107 26
Decimal 169 71 22
Hex A9 47 16

RGB Percentages of Color #a94716

%64.50
%27.10
%8.40

CMYK Percentages of Color #a94716

%0
%58
%87
%34

Triadic Colors of #a94716

#a94716 #16a947 #4716a9

Analogous Colors of #a94716

#a94716 #a99116 #a9162f

Monochromatic Colors of #a94716

#a94716

Complementary Color

#a94716 #1678a9

#a94716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94716 Color CSS Codes

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

#a94716 Text Font Color

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

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


#a94716 Background Color

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

This div background color is #a94716


#a94716 Border Color

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

This div border color is #a94716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94716


Comments

No comments written yet.

Please login to write comment.