Color Hex Logo

#a0523d Color Hex

#A0523D
(160,82,61)
0 Favorites   0 Comments

Color spaces of #a0523d

RGB 1608261
HSL0.040.450.43
HSV13°62°63°
CMYK 0.000.490.62   0.37
XYZ18.356813.84516.1197
Yxy13.84510.47900.3613
Hunter Lab37.209022.946016.2950
CIE-Lab44.010030.353026.8552

#a0523d color RGB value is (160,82,61).

#a0523d hex color red value is 160, green value is 82 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #a0523d hue: 0.04 , saturation: 0.45 and the lightness value of a0523d is 0.43.

The process color (four color CMYK) of #a0523d color hex is 0.00, 0.49, 0.62, 0.37. Web safe color of #a0523d is #996633. Color #a0523d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010010 00111101
Octal 240 122 75
Decimal 160 82 61
Hex A0 52 3D

RGB Percentages of Color #a0523d

%52.81
%27.06
%20.13

CMYK Percentages of Color #a0523d

%0
%49
%62
%37

Triadic Colors of #a0523d

#a0523d #3da052 #523da0

Analogous Colors of #a0523d

#a0523d #a0843d #a03d5a

Monochromatic Colors of #a0523d

#a0523d

Complementary Color

#a0523d #3d8ba0

#a0523d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0523d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0523d Color CSS Codes

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

#a0523d Text Font Color

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

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


#a0523d Background Color

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

This div background color is #a0523d


#a0523d Border Color

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

This div border color is #a0523d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,82,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 #a0523d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0523d


Comments

No comments written yet.

Please login to write comment.