Color Hex Logo

#a54a41 Color Hex

#A54A41
(165,74,65)
0 Favorites   0 Comments

Color spaces of #a54a41

RGB 1657465
HSL0.020.430.45
HSV61°65°
CMYK 0.000.550.61   0.35
XYZ18.920013.27856.5669
Yxy13.27850.48810.3425
Hunter Lab36.439728.910314.8230
CIE-Lab43.179936.856823.6017

#a54a41 color RGB value is (165,74,65).

#a54a41 hex color red value is 165, green value is 74 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #a54a41 hue: 0.02 , saturation: 0.43 and the lightness value of a54a41 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001010 01000001
Octal 245 112 101
Decimal 165 74 65
Hex A5 4A 41

RGB Percentages of Color #a54a41

%54.28
%24.34
%21.38

CMYK Percentages of Color #a54a41

%0
%55
%61
%35

Triadic Colors of #a54a41

#a54a41 #41a54a #4a41a5

Analogous Colors of #a54a41

#a54a41 #a57c41 #a5416a

Monochromatic Colors of #a54a41

#a54a41

Complementary Color

#a54a41 #419ca5

#a54a41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54a41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54a41 Color CSS Codes

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

#a54a41 Text Font Color

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

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


#a54a41 Background Color

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

This div background color is #a54a41


#a54a41 Border Color

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

This div border color is #a54a41


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,74,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54a41


Comments

No comments written yet.

Please login to write comment.