Color Hex Logo

#a45839 Color Hex

#A45839
(164,88,57)
0 Favorites   0 Comments

Color spaces of #a45839

RGB 1648857
HSL0.050.480.43
HSV17°65°64°
CMYK 0.000.460.65   0.36
XYZ19.538115.16745.7687
Yxy15.16740.48270.3747
Hunter Lab38.945321.395518.4795
CIE-Lab45.862628.438631.5431

#a45839 color RGB value is (164,88,57).

#a45839 hex color red value is 164, green value is 88 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #a45839 hue: 0.05 , saturation: 0.48 and the lightness value of a45839 is 0.43.

The process color (four color CMYK) of #a45839 color hex is 0.00, 0.46, 0.65, 0.36. Web safe color of #a45839 is #996633. Color #a45839 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011000 00111001
Octal 244 130 71
Decimal 164 88 57
Hex A4 58 39

RGB Percentages of Color #a45839

%53.07
%28.48
%18.45

CMYK Percentages of Color #a45839

%0
%46
%65
%36

Triadic Colors of #a45839

#a45839 #39a458 #5839a4

Analogous Colors of #a45839

#a45839 #a48e39 #a4394f

Monochromatic Colors of #a45839

#a45839

Complementary Color

#a45839 #3985a4

#a45839 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45839 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45839 Color CSS Codes

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

#a45839 Text Font Color

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

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


#a45839 Background Color

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

This div background color is #a45839


#a45839 Border Color

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

This div border color is #a45839


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45839


Comments

No comments written yet.

Please login to write comment.