Color Hex Logo

#a0473e Color Hex

#A0473E
(160,71,62)
0 Favorites   0 Comments

Color spaces of #a0473e

RGB 1607162
HSL0.020.440.44
HSV61°63°
CMYK 0.000.560.61   0.37
XYZ17.619912.32796.0083
Yxy12.32790.49000.3429
Hunter Lab35.111128.132714.4319
CIE-Lab41.732636.249023.3964

#a0473e color RGB value is (160,71,62).

#a0473e hex color red value is 160, green value is 71 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #a0473e hue: 0.02 , saturation: 0.44 and the lightness value of a0473e is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000111 00111110
Octal 240 107 76
Decimal 160 71 62
Hex A0 47 3E

RGB Percentages of Color #a0473e

%54.61
%24.23
%21.16

CMYK Percentages of Color #a0473e

%0
%56
%61
%37

Triadic Colors of #a0473e

#a0473e #3ea047 #473ea0

Analogous Colors of #a0473e

#a0473e #a0783e #a03e66

Monochromatic Colors of #a0473e

#a0473e

Complementary Color

#a0473e #3e97a0

#a0473e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0473e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0473e Color CSS Codes

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

#a0473e Text Font Color

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

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


#a0473e Background Color

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

This div background color is #a0473e


#a0473e Border Color

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

This div border color is #a0473e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0473e


Comments

No comments written yet.

Please login to write comment.