Color Hex Logo

#a0472e Color Hex

#A0472E
(160,71,46)
0 Favorites   0 Comments

Color spaces of #a0472e

RGB 1607146
HSL0.040.550.40
HSV13°71°63°
CMYK 0.000.560.71   0.37
XYZ17.243612.17734.0264
Yxy12.17730.51550.3641
Hunter Lab34.896027.136517.5861
CIE-Lab41.496535.222332.5000

#a0472e color RGB value is (160,71,46).

#a0472e hex color red value is 160, green value is 71 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #a0472e hue: 0.04 , saturation: 0.55 and the lightness value of a0472e is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000111 00101110
Octal 240 107 56
Decimal 160 71 46
Hex A0 47 2E

RGB Percentages of Color #a0472e

%57.76
%25.63
%16.61

CMYK Percentages of Color #a0472e

%0
%56
%71
%37

Triadic Colors of #a0472e

#a0472e #2ea047 #472ea0

Analogous Colors of #a0472e

#a0472e #a0802e #a02e4e

Monochromatic Colors of #a0472e

#a0472e

Complementary Color

#a0472e #2e87a0

#a0472e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0472e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0472e Color CSS Codes

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

#a0472e Text Font Color

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

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


#a0472e Background Color

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

This div background color is #a0472e


#a0472e Border Color

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

This div border color is #a0472e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0472e


Comments

No comments written yet.

Please login to write comment.