Color Hex Logo

#a04a13 Color Hex

#A04A13
(160,74,19)
0 Favorites   0 Comments

Color spaces of #a04a13

RGB 1607419
HSL0.070.790.35
HSV23°88°63°
CMYK 0.000.540.88   0.37
XYZ17.063512.41822.1137
Yxy12.41820.54010.3930
Hunter Lab35.239524.763421.1114
CIE-Lab41.873232.609846.0298

#a04a13 color RGB value is (160,74,19).

#a04a13 hex color red value is 160, green value is 74 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #a04a13 hue: 0.07 , saturation: 0.79 and the lightness value of a04a13 is 0.35.

The process color (four color CMYK) of #a04a13 color hex is 0.00, 0.54, 0.88, 0.37. Web safe color of #a04a13 is #993300. Color #a04a13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001010 00010011
Octal 240 112 23
Decimal 160 74 19
Hex A0 4A 13

RGB Percentages of Color #a04a13

%63.24
%29.25
%7.51

CMYK Percentages of Color #a04a13

%0
%54
%88
%37

Triadic Colors of #a04a13

#a04a13 #13a04a #4a13a0

Analogous Colors of #a04a13

#a04a13 #a09113 #a01323

Monochromatic Colors of #a04a13

#a04a13

Complementary Color

#a04a13 #1369a0

#a04a13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04a13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04a13 Color CSS Codes

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

#a04a13 Text Font Color

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

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


#a04a13 Background Color

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

This div background color is #a04a13


#a04a13 Border Color

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

This div border color is #a04a13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04a13


Comments

No comments written yet.

Please login to write comment.