Color Hex Logo

#a45349 Color Hex

#A45349
(164,83,73)
0 Favorites   0 Comments

Color spaces of #a45349

RGB 1648373
HSL0.020.380.46
HSV55°64°
CMYK 0.000.490.55   0.36
XYZ19.605714.56018.0804
Yxy14.56010.46410.3446
Hunter Lab38.157724.938614.1549
CIE-Lab45.025732.386021.1700

#a45349 color RGB value is (164,83,73).

#a45349 hex color red value is 164, green value is 83 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #a45349 hue: 0.02 , saturation: 0.38 and the lightness value of a45349 is 0.46.

The process color (four color CMYK) of #a45349 color hex is 0.00, 0.49, 0.55, 0.36. Web safe color of #a45349 is #996633. Color #a45349 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010011 01001001
Octal 244 123 111
Decimal 164 83 73
Hex A4 53 49

RGB Percentages of Color #a45349

%51.25
%25.94
%22.81

CMYK Percentages of Color #a45349

%0
%49
%55
%36

Triadic Colors of #a45349

#a45349 #49a453 #5349a4

Analogous Colors of #a45349

#a45349 #a48149 #a4496d

Monochromatic Colors of #a45349

#a45349

Complementary Color

#a45349 #499aa4

#a45349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45349 Color CSS Codes

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

#a45349 Text Font Color

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

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


#a45349 Background Color

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

This div background color is #a45349


#a45349 Border Color

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

This div border color is #a45349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45349


Comments

No comments written yet.

Please login to write comment.