Color Hex Logo

#a5160e Color Hex

#A5160E
(165,22,14)
0 Favorites   0 Comments

Color spaces of #a5160e

RGB 1652214
HSL0.010.840.35
HSV92°65°
CMYK 0.000.870.92   0.35
XYZ15.88328.60491.2392
Yxy8.60490.61740.3345
Hunter Lab29.334145.315618.0292
CIE-Lab35.212254.661643.3095

#a5160e color RGB value is (165,22,14).

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

The process color (four color CMYK) of #a5160e color hex is 0.00, 0.87, 0.92, 0.35. Web safe color of #a5160e is #990000. Color #a5160e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010110 00001110
Octal 245 26 16
Decimal 165 22 14
Hex A5 16 E

RGB Percentages of Color #a5160e

%82.09
%10.95
%6.97

CMYK Percentages of Color #a5160e

%0
%87
%92
%35

Triadic Colors of #a5160e

#a5160e #0ea516 #160ea5

Analogous Colors of #a5160e

#a5160e #a5610e #a50e52

Monochromatic Colors of #a5160e

#a5160e

Complementary Color

#a5160e #0e9da5

#a5160e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5160e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5160e Color CSS Codes

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

#a5160e Text Font Color

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

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


#a5160e Background Color

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

This div background color is #a5160e


#a5160e Border Color

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

This div border color is #a5160e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,22,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 #a5160e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5160e


Comments

No comments written yet.

Please login to write comment.