Color Hex Logo

#a44a0d Color Hex

#A44A0D
(164,74,13)
0 Favorites   0 Comments

Color spaces of #a44a0d

RGB 1647413
HSL0.070.850.35
HSV24°92°64°
CMYK 0.000.550.92   0.36
XYZ17.831312.81911.9153
Yxy12.81910.54750.3936
Hunter Lab35.803826.241521.8910
CIE-Lab42.489434.122548.8296

#a44a0d color RGB value is (164,74,13).

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

The process color (four color CMYK) of #a44a0d color hex is 0.00, 0.55, 0.92, 0.36. Web safe color of #a44a0d is #993300. Color #a44a0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001010 00001101
Octal 244 112 15
Decimal 164 74 13
Hex A4 4A D

RGB Percentages of Color #a44a0d

%65.34
%29.48
%5.18

CMYK Percentages of Color #a44a0d

%0
%55
%92
%36

Triadic Colors of #a44a0d

#a44a0d #0da44a #4a0da4

Analogous Colors of #a44a0d

#a44a0d #a4960d #a40d1c

Monochromatic Colors of #a44a0d

#a44a0d

Complementary Color

#a44a0d #0d67a4

#a44a0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44a0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44a0d Color CSS Codes

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

#a44a0d Text Font Color

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

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


#a44a0d Background Color

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

This div background color is #a44a0d


#a44a0d Border Color

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

This div border color is #a44a0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44a0d


Comments

No comments written yet.

Please login to write comment.