Color Hex Logo

#a0525e Color Hex

#A0525E
(160,82,94)
0 Favorites   0 Comments

Color spaces of #a0525e

RGB 1608294
HSL0.970.320.47
HSV351°49°63°
CMYK 0.000.490.41   0.37
XYZ19.534914.316312.3234
Yxy14.31630.42310.3100
Hunter Lab37.836925.94377.1752
CIE-Lab44.683233.50637.8830

#a0525e color RGB value is (160,82,94).

#a0525e hex color red value is 160, green value is 82 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a0525e hue: 0.97 , saturation: 0.32 and the lightness value of a0525e is 0.47.

The process color (four color CMYK) of #a0525e color hex is 0.00, 0.49, 0.41, 0.37. Web safe color of #a0525e is #996666. Color #a0525e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010010 01011110
Octal 240 122 136
Decimal 160 82 94
Hex A0 52 5E

RGB Percentages of Color #a0525e

%47.62
%24.40
%27.98

CMYK Percentages of Color #a0525e

%0
%49
%41
%37

Triadic Colors of #a0525e

#a0525e #5ea052 #525ea0

Analogous Colors of #a0525e

#a0525e #a06d52 #a05285

Monochromatic Colors of #a0525e

#a0525e

Complementary Color

#a0525e #52a094

#a0525e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0525e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0525e Color CSS Codes

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

#a0525e Text Font Color

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

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


#a0525e Background Color

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

This div background color is #a0525e


#a0525e Border Color

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

This div border color is #a0525e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0525e


Comments

No comments written yet.

Please login to write comment.