Color Hex Logo

#a94a29 Color Hex

#A94A29
(169,74,41)
0 Favorites   0 Comments

Color spaces of #a94a29

RGB 1697441
HSL0.040.610.41
HSV15°76°66°
CMYK 0.000.560.76   0.34
XYZ19.211213.49273.6896
Yxy13.49270.52790.3707
Hunter Lab36.732429.074519.7573
CIE-Lab43.496436.982737.8604

#a94a29 color RGB value is (169,74,41).

#a94a29 hex color red value is 169, green value is 74 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #a94a29 hue: 0.04 , saturation: 0.61 and the lightness value of a94a29 is 0.41.

The process color (four color CMYK) of #a94a29 color hex is 0.00, 0.56, 0.76, 0.34. Web safe color of #a94a29 is #993333. Color #a94a29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001010 00101001
Octal 251 112 51
Decimal 169 74 41
Hex A9 4A 29

RGB Percentages of Color #a94a29

%59.51
%26.06
%14.44

CMYK Percentages of Color #a94a29

%0
%56
%76
%34

Triadic Colors of #a94a29

#a94a29 #29a94a #4a29a9

Analogous Colors of #a94a29

#a94a29 #a98a29 #a92948

Monochromatic Colors of #a94a29

#a94a29

Complementary Color

#a94a29 #2988a9

#a94a29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94a29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94a29 Color CSS Codes

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

#a94a29 Text Font Color

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

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


#a94a29 Background Color

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

This div background color is #a94a29


#a94a29 Border Color

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

This div border color is #a94a29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94a29


Comments

No comments written yet.

Please login to write comment.