Color Hex Logo

#a04847 Color Hex

#A04847
(160,72,71)
0 Favorites   0 Comments

Color spaces of #a04847

RGB 1607271
HSL0.000.390.45
HSV56°63°
CMYK 0.000.550.56   0.37
XYZ17.951912.56327.4400
Yxy12.56320.47300.3310
Hunter Lab35.444628.378212.3660
CIE-Lab42.097636.455218.4032

#a04847 color RGB value is (160,72,71).

#a04847 hex color red value is 160, green value is 72 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #a04847 hue: 0.00 , saturation: 0.39 and the lightness value of a04847 is 0.45.

The process color (four color CMYK) of #a04847 color hex is 0.00, 0.55, 0.56, 0.37. Web safe color of #a04847 is #993333. Color #a04847 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001000 01000111
Octal 240 110 107
Decimal 160 72 71
Hex A0 48 47

RGB Percentages of Color #a04847

%52.81
%23.76
%23.43

CMYK Percentages of Color #a04847

%0
%55
%56
%37

Triadic Colors of #a04847

#a04847 #47a048 #4847a0

Analogous Colors of #a04847

#a04847 #a07547 #a04773

Monochromatic Colors of #a04847

#a04847

Complementary Color

#a04847 #479fa0

#a04847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04847 Color CSS Codes

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

#a04847 Text Font Color

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

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


#a04847 Background Color

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

This div background color is #a04847


#a04847 Border Color

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

This div border color is #a04847


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04847


Comments

No comments written yet.

Please login to write comment.