Color Hex Logo

#a5544f Color Hex

#A5544F
(165,84,79)
0 Favorites   0 Comments

Color spaces of #a5544f

RGB 1658479
HSL0.010.350.48
HSV52°65°
CMYK 0.000.490.52   0.35
XYZ20.098714.90459.2147
Yxy14.90450.45450.3371
Hunter Lab38.606325.367112.8729
CIE-Lab45.503132.783918.2313

#a5544f color RGB value is (165,84,79).

#a5544f hex color red value is 165, green value is 84 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #a5544f hue: 0.01 , saturation: 0.35 and the lightness value of a5544f is 0.48.

The process color (four color CMYK) of #a5544f color hex is 0.00, 0.49, 0.52, 0.35. Web safe color of #a5544f is #996666. Color #a5544f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010100 01001111
Octal 245 124 117
Decimal 165 84 79
Hex A5 54 4F

RGB Percentages of Color #a5544f

%50.30
%25.61
%24.09

CMYK Percentages of Color #a5544f

%0
%49
%52
%35

Triadic Colors of #a5544f

#a5544f #4fa554 #544fa5

Analogous Colors of #a5544f

#a5544f #a57f4f #a54f75

Monochromatic Colors of #a5544f

#a5544f

Complementary Color

#a5544f #4fa0a5

#a5544f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5544f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5544f Color CSS Codes

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

#a5544f Text Font Color

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

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


#a5544f Background Color

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

This div background color is #a5544f


#a5544f Border Color

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

This div border color is #a5544f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5544f


Comments

No comments written yet.

Please login to write comment.