Color Hex Logo

#a5890d Color Hex

#A5890D
(165,137,13)
0 Favorites   0 Comments

Color spaces of #a5890d

RGB 16513713
HSL0.140.850.35
HSV49°92°65°
CMYK 0.000.170.92   0.35
XYZ24.535425.91974.0906
Yxy25.91970.44980.4752
Hunter Lab50.9114-3.071630.8742
CIE-Lab57.9608-0.434160.5343

#a5890d color RGB value is (165,137,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001001 00001101
Octal 245 211 15
Decimal 165 137 13
Hex A5 89 D

RGB Percentages of Color #a5890d

%52.38
%43.49
%4.13

CMYK Percentages of Color #a5890d

%0
%17
%92
%35

Triadic Colors of #a5890d

#a5890d #0da589 #890da5

Analogous Colors of #a5890d

#a5890d #75a50d #a53d0d

Monochromatic Colors of #a5890d

#a5890d

Complementary Color

#a5890d #0d29a5

#a5890d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5890d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5890d Color CSS Codes

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

#a5890d Text Font Color

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

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


#a5890d Background Color

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

This div background color is #a5890d


#a5890d Border Color

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

This div border color is #a5890d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5890d


Comments

No comments written yet.

Please login to write comment.