Color Hex Logo

#a45028 Color Hex

#A45028
(164,80,40)
0 Favorites   0 Comments

Color spaces of #a45028

RGB 1648040
HSL0.050.610.40
HSV19°76°64°
CMYK 0.000.510.76   0.36
XYZ18.561513.78303.6896
Yxy13.78300.51510.3825
Hunter Lab37.125524.274520.0955
CIE-Lab43.920131.810738.5908

#a45028 color RGB value is (164,80,40).

#a45028 hex color red value is 164, green value is 80 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #a45028 hue: 0.05 , saturation: 0.61 and the lightness value of a45028 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010000 00101000
Octal 244 120 50
Decimal 164 80 40
Hex A4 50 28

RGB Percentages of Color #a45028

%57.75
%28.17
%14.08

CMYK Percentages of Color #a45028

%0
%51
%76
%36

Triadic Colors of #a45028

#a45028 #28a450 #5028a4

Analogous Colors of #a45028

#a45028 #a48e28 #a4283e

Monochromatic Colors of #a45028

#a45028

Complementary Color

#a45028 #287ca4

#a45028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45028 Color CSS Codes

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

#a45028 Text Font Color

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

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


#a45028 Background Color

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

This div background color is #a45028


#a45028 Border Color

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

This div border color is #a45028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45028


Comments

No comments written yet.

Please login to write comment.