Color Hex Logo

#a0524b Color Hex

#A0524B
(160,82,75)
0 Favorites   0 Comments

Color spaces of #a0524b

RGB 1608275
HSL0.010.360.46
HSV53°63°
CMYK 0.000.490.53   0.37
XYZ18.784514.01628.3719
Yxy14.01620.45620.3404
Hunter Lab37.438224.044912.9484
CIE-Lab44.256231.519318.8444

#a0524b color RGB value is (160,82,75).

#a0524b hex color red value is 160, green value is 82 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #a0524b hue: 0.01 , saturation: 0.36 and the lightness value of a0524b is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010010 01001011
Octal 240 122 113
Decimal 160 82 75
Hex A0 52 4B

RGB Percentages of Color #a0524b

%50.47
%25.87
%23.66

CMYK Percentages of Color #a0524b

%0
%49
%53
%37

Triadic Colors of #a0524b

#a0524b #4ba052 #524ba0

Analogous Colors of #a0524b

#a0524b #a07d4b #a04b6f

Monochromatic Colors of #a0524b

#a0524b

Complementary Color

#a0524b #4b99a0

#a0524b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0524b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0524b Color CSS Codes

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

#a0524b Text Font Color

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

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


#a0524b Background Color

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

This div background color is #a0524b


#a0524b Border Color

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

This div border color is #a0524b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0524b


Comments

No comments written yet.

Please login to write comment.