Color Hex Logo

#a54930 Color Hex

#A54930
(165,73,48)
0 Favorites   0 Comments

Color spaces of #a54930

RGB 1657348
HSL0.040.550.42
HSV13°71°65°
CMYK 0.000.560.71   0.35
XYZ18.433112.97784.3297
Yxy12.97780.51570.3631
Hunter Lab36.024728.291518.0914
CIE-Lab42.729836.270932.9936

#a54930 color RGB value is (165,73,48).

#a54930 hex color red value is 165, green value is 73 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #a54930 hue: 0.04 , saturation: 0.55 and the lightness value of a54930 is 0.42.

The process color (four color CMYK) of #a54930 color hex is 0.00, 0.56, 0.71, 0.35. Web safe color of #a54930 is #993333. Color #a54930 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001001 00110000
Octal 245 111 60
Decimal 165 73 48
Hex A5 49 30

RGB Percentages of Color #a54930

%57.69
%25.52
%16.78

CMYK Percentages of Color #a54930

%0
%56
%71
%35

Triadic Colors of #a54930

#a54930 #30a549 #4930a5

Analogous Colors of #a54930

#a54930 #a58430 #a53052

Monochromatic Colors of #a54930

#a54930

Complementary Color

#a54930 #308ca5

#a54930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54930 Color CSS Codes

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

#a54930 Text Font Color

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

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


#a54930 Background Color

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

This div background color is #a54930


#a54930 Border Color

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

This div border color is #a54930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54930


Comments

No comments written yet.

Please login to write comment.