Color Hex Logo

#a54028 Color Hex

#A54028
(165,64,40)
0 Favorites   0 Comments

Color spaces of #a54028

RGB 1656440
HSL0.030.610.40
HSV12°76°65°
CMYK 0.000.610.76   0.35
XYZ17.733411.81933.3542
Yxy11.81930.53890.3592
Hunter Lab34.379231.909818.2808
CIE-Lab40.927540.330235.4548

#a54028 color RGB value is (165,64,40).

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

The process color (four color CMYK) of #a54028 color hex is 0.00, 0.61, 0.76, 0.35. Web safe color of #a54028 is #993333. Color #a54028 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000000 00101000
Octal 245 100 50
Decimal 165 64 40
Hex A5 40 28

RGB Percentages of Color #a54028

%61.34
%23.79
%14.87

CMYK Percentages of Color #a54028

%0
%61
%76
%35

Triadic Colors of #a54028

#a54028 #28a540 #4028a5

Analogous Colors of #a54028

#a54028 #a57f28 #a5284f

Monochromatic Colors of #a54028

#a54028

Complementary Color

#a54028 #288da5

#a54028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54028 Color CSS Codes

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

#a54028 Text Font Color

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

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


#a54028 Background Color

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

This div background color is #a54028


#a54028 Border Color

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

This div border color is #a54028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54028


Comments

No comments written yet.

Please login to write comment.