Color Hex Logo

#a94819 Color Hex

#A94819
(169,72,25)
0 Favorites   0 Comments

Color spaces of #a94819

RGB 1697225
HSL0.050.740.38
HSV20°85°66°
CMYK 0.000.570.85   0.34
XYZ18.855013.13992.4622
Yxy13.13990.54720.3813
Hunter Lab36.249029.411421.3470
CIE-Lab42.973337.412845.1213

#a94819 color RGB value is (169,72,25).

#a94819 hex color red value is 169, green value is 72 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #a94819 hue: 0.05 , saturation: 0.74 and the lightness value of a94819 is 0.38.

The process color (four color CMYK) of #a94819 color hex is 0.00, 0.57, 0.85, 0.34. Web safe color of #a94819 is #993300. Color #a94819 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001000 00011001
Octal 251 110 31
Decimal 169 72 25
Hex A9 48 19

RGB Percentages of Color #a94819

%63.53
%27.07
%9.40

CMYK Percentages of Color #a94819

%0
%57
%85
%34

Triadic Colors of #a94819

#a94819 #19a948 #4819a9

Analogous Colors of #a94819

#a94819 #a99019 #a91932

Monochromatic Colors of #a94819

#a94819

Complementary Color

#a94819 #197aa9

#a94819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94819 Color CSS Codes

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

#a94819 Text Font Color

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

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


#a94819 Background Color

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

This div background color is #a94819


#a94819 Border Color

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

This div border color is #a94819


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94819


Comments

No comments written yet.

Please login to write comment.