Color Hex Logo

#a0574a Color Hex

#A0574A
(160,87,74)
0 Favorites   0 Comments

Color spaces of #a0574a

RGB 1608774
HSL0.030.370.46
HSV54°63°
CMYK 0.000.460.54   0.37
XYZ19.141414.78448.3234
Yxy14.78440.45310.3499
Hunter Lab38.450521.572414.0808
CIE-Lab45.337528.691420.8733

#a0574a color RGB value is (160,87,74).

#a0574a hex color red value is 160, green value is 87 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #a0574a hue: 0.03 , saturation: 0.37 and the lightness value of a0574a is 0.46.

The process color (four color CMYK) of #a0574a color hex is 0.00, 0.46, 0.54, 0.37. Web safe color of #a0574a is #996633. Color #a0574a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010111 01001010
Octal 240 127 112
Decimal 160 87 74
Hex A0 57 4A

RGB Percentages of Color #a0574a

%49.84
%27.10
%23.05

CMYK Percentages of Color #a0574a

%0
%46
%54
%37

Triadic Colors of #a0574a

#a0574a #4aa057 #574aa0

Analogous Colors of #a0574a

#a0574a #a0824a #a04a68

Monochromatic Colors of #a0574a

#a0574a

Complementary Color

#a0574a #4a93a0

#a0574a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0574a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0574a Color CSS Codes

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

#a0574a Text Font Color

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

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


#a0574a Background Color

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

This div background color is #a0574a


#a0574a Border Color

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

This div border color is #a0574a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0574a


Comments

No comments written yet.

Please login to write comment.