Color Hex Logo

#a04951 Color Hex

#A04951
(160,73,81)
0 Favorites   0 Comments

Color spaces of #a04951

RGB 1607381
HSL0.980.370.46
HSV354°54°63°
CMYK 0.000.540.49   0.37
XYZ18.365012.83289.2936
Yxy12.83280.45360.3169
Hunter Lab35.822928.81999.6943
CIE-Lab42.510236.860412.8212

#a04951 color RGB value is (160,73,81).

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

The process color (four color CMYK) of #a04951 color hex is 0.00, 0.54, 0.49, 0.37. Web safe color of #a04951 is #993366. Color #a04951 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001001 01010001
Octal 240 111 121
Decimal 160 73 81
Hex A0 49 51

RGB Percentages of Color #a04951

%50.96
%23.25
%25.80

CMYK Percentages of Color #a04951

%0
%54
%49
%37

Triadic Colors of #a04951

#a04951 #51a049 #4951a0

Analogous Colors of #a04951

#a04951 #a06d49 #a0497d

Monochromatic Colors of #a04951

#a04951

Complementary Color

#a04951 #49a098

#a04951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04951 Color CSS Codes

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

#a04951 Text Font Color

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

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


#a04951 Background Color

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

This div background color is #a04951


#a04951 Border Color

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

This div border color is #a04951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04951


Comments

No comments written yet.

Please login to write comment.