Color Hex Logo

#a5573d Color Hex

#A5573D
(165,87,61)
0 Favorites   0 Comments

Color spaces of #a5573d

RGB 1658761
HSL0.040.460.44
HSV15°63°65°
CMYK 0.000.470.63   0.35
XYZ19.767515.15266.2978
Yxy15.15260.47960.3676
Hunter Lab38.926322.524417.6561
CIE-Lab45.842529.675729.2787

#a5573d color RGB value is (165,87,61).

#a5573d hex color red value is 165, green value is 87 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #a5573d hue: 0.04 , saturation: 0.46 and the lightness value of a5573d is 0.44.

The process color (four color CMYK) of #a5573d color hex is 0.00, 0.47, 0.63, 0.35. Web safe color of #a5573d is #996633. Color #a5573d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010111 00111101
Octal 245 127 75
Decimal 165 87 61
Hex A5 57 3D

RGB Percentages of Color #a5573d

%52.72
%27.80
%19.49

CMYK Percentages of Color #a5573d

%0
%47
%63
%35

Triadic Colors of #a5573d

#a5573d #3da557 #573da5

Analogous Colors of #a5573d

#a5573d #a58b3d #a53d57

Monochromatic Colors of #a5573d

#a5573d

Complementary Color

#a5573d #3d8ba5

#a5573d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5573d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5573d Color CSS Codes

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

#a5573d Text Font Color

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

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


#a5573d Background Color

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

This div background color is #a5573d


#a5573d Border Color

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

This div border color is #a5573d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5573d


Comments

No comments written yet.

Please login to write comment.