Color Hex Logo

#a45025 Color Hex

#A45025
(164,80,37)
0 Favorites   0 Comments

Color spaces of #a45025

RGB 1648037
HSL0.060.630.39
HSV20°77°64°
CMYK 0.000.510.77   0.36
XYZ18.512413.76343.4312
Yxy13.76340.51850.3855
Hunter Lab37.099124.148020.4858
CIE-Lab43.891731.677140.0894

#a45025 color RGB value is (164,80,37).

#a45025 hex color red value is 164, green value is 80 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #a45025 hue: 0.06 , saturation: 0.63 and the lightness value of a45025 is 0.39.

The process color (four color CMYK) of #a45025 color hex is 0.00, 0.51, 0.77, 0.36. Web safe color of #a45025 is #996633. Color #a45025 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010000 00100101
Octal 244 120 45
Decimal 164 80 37
Hex A4 50 25

RGB Percentages of Color #a45025

%58.36
%28.47
%13.17

CMYK Percentages of Color #a45025

%0
%51
%77
%36

Triadic Colors of #a45025

#a45025 #25a450 #5025a4

Analogous Colors of #a45025

#a45025 #a49025 #a4253a

Monochromatic Colors of #a45025

#a45025

Complementary Color

#a45025 #2579a4

#a45025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45025 Color CSS Codes

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

#a45025 Text Font Color

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

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


#a45025 Background Color

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

This div background color is #a45025


#a45025 Border Color

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

This div border color is #a45025


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,80,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a45025; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a45025;
  -webkit-box-shadow: 1px 1px 3px 2px #a45025;
  box-shadow:         1px 1px 3px 2px #a45025; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,80,37, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45025


Comments

No comments written yet.

Please login to write comment.