Color Hex Logo

#a5820e Color Hex

#A5820E
(165,130,14)
0 Favorites   0 Comments

Color spaces of #a5820e

RGB 16513014
HSL0.130.840.35
HSV46°92°65°
CMYK 0.000.210.92   0.35
XYZ23.578923.99633.8045
Yxy23.99630.45890.4670
Hunter Lab48.98600.193529.6855
CIE-Lab56.08413.463058.8983

#a5820e color RGB value is (165,130,14).

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

The process color (four color CMYK) of #a5820e color hex is 0.00, 0.21, 0.92, 0.35. Web safe color of #a5820e is #999900. Color #a5820e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000010 00001110
Octal 245 202 16
Decimal 165 130 14
Hex A5 82 E

RGB Percentages of Color #a5820e

%53.40
%42.07
%4.53

CMYK Percentages of Color #a5820e

%0
%21
%92
%35

Triadic Colors of #a5820e

#a5820e #0ea582 #820ea5

Analogous Colors of #a5820e

#a5820e #7da50e #a5360e

Monochromatic Colors of #a5820e

#a5820e

Complementary Color

#a5820e #0e31a5

#a5820e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5820e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5820e Color CSS Codes

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

#a5820e Text Font Color

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

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


#a5820e Background Color

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

This div background color is #a5820e


#a5820e Border Color

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

This div border color is #a5820e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5820e


Comments

No comments written yet.

Please login to write comment.