Color Hex Logo

#a0504a Color Hex

#A0504A
(160,80,74)
0 Favorites   0 Comments

Color spaces of #a0504a

RGB 1608074
HSL0.010.370.46
HSV54°63°
CMYK 0.000.500.54   0.37
XYZ18.601913.70538.1435
Yxy13.70530.45990.3388
Hunter Lab37.020724.905312.8723
CIE-Lab43.807332.507218.8511

#a0504a color RGB value is (160,80,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010000 01001010
Octal 240 120 112
Decimal 160 80 74
Hex A0 50 4A

RGB Percentages of Color #a0504a

%50.96
%25.48
%23.57

CMYK Percentages of Color #a0504a

%0
%50
%54
%37

Triadic Colors of #a0504a

#a0504a #4aa050 #504aa0

Analogous Colors of #a0504a

#a0504a #a07b4a #a04a6f

Monochromatic Colors of #a0504a

#a0504a

Complementary Color

#a0504a #4a9aa0

#a0504a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0504a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0504a Color CSS Codes

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

#a0504a Text Font Color

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

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


#a0504a Background Color

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

This div background color is #a0504a


#a0504a Border Color

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

This div border color is #a0504a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0504a


Comments

No comments written yet.

Please login to write comment.