Color Hex Logo

#a5840d Color Hex

#A5840D
(165,132,13)
0 Favorites   0 Comments

Color spaces of #a5840d

RGB 16513213
HSL0.130.850.35
HSV47°92°65°
CMYK 0.000.200.92   0.35
XYZ23.841024.53093.8592
Yxy24.53090.45650.4697
Hunter Lab49.5287-0.752930.0503
CIE-Lab56.61552.332359.5026

#a5840d color RGB value is (165,132,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000100 00001101
Octal 245 204 15
Decimal 165 132 13
Hex A5 84 D

RGB Percentages of Color #a5840d

%53.23
%42.58
%4.19

CMYK Percentages of Color #a5840d

%0
%20
%92
%35

Triadic Colors of #a5840d

#a5840d #0da584 #840da5

Analogous Colors of #a5840d

#a5840d #7aa50d #a5380d

Monochromatic Colors of #a5840d

#a5840d

Complementary Color

#a5840d #0d2ea5

#a5840d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5840d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5840d Color CSS Codes

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

#a5840d Text Font Color

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

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


#a5840d Background Color

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

This div background color is #a5840d


#a5840d Border Color

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

This div border color is #a5840d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5840d


Comments

No comments written yet.

Please login to write comment.