Color Hex Logo

#a5440e Color Hex

#A5440E
(165,68,14)
0 Favorites   0 Comments

Color spaces of #a5440e

RGB 1656814
HSL0.060.840.35
HSV21°92°65°
CMYK 0.000.590.92   0.35
XYZ17.663412.16531.8326
Yxy12.16530.55790.3842
Hunter Lab34.878829.358521.2999
CIE-Lab41.477637.582347.8448

#a5440e color RGB value is (165,68,14).

#a5440e hex color red value is 165, green value is 68 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #a5440e hue: 0.06 , saturation: 0.84 and the lightness value of a5440e is 0.35.

The process color (four color CMYK) of #a5440e color hex is 0.00, 0.59, 0.92, 0.35. Web safe color of #a5440e is #993300. Color #a5440e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000100 00001110
Octal 245 104 16
Decimal 165 68 14
Hex A5 44 E

RGB Percentages of Color #a5440e

%66.80
%27.53
%5.67

CMYK Percentages of Color #a5440e

%0
%59
%92
%35

Triadic Colors of #a5440e

#a5440e #0ea544 #440ea5

Analogous Colors of #a5440e

#a5440e #a5900e #a50e24

Monochromatic Colors of #a5440e

#a5440e

Complementary Color

#a5440e #0e6fa5

#a5440e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5440e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5440e Color CSS Codes

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

#a5440e Text Font Color

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

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


#a5440e Background Color

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

This div background color is #a5440e


#a5440e Border Color

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

This div border color is #a5440e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,68,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5440e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5440e;
  -webkit-box-shadow: 1px 1px 3px 2px #a5440e;
  box-shadow:         1px 1px 3px 2px #a5440e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,68,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5440e


Comments

No comments written yet.

Please login to write comment.