Color Hex Logo

#a0721c Color Hex

#A0721C
(160,114,28)
0 Favorites   0 Comments

Color spaces of #a0721c

RGB 16011428
HSL0.110.700.37
HSV39°83°63°
CMYK 0.000.290.83   0.37
XYZ20.724119.59213.7880
Yxy19.59210.46990.4442
Hunter Lab44.26306.114225.9101
CIE-Lab51.372910.541550.8701

#a0721c color RGB value is (160,114,28).

#a0721c hex color red value is 160, green value is 114 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #a0721c hue: 0.11 , saturation: 0.70 and the lightness value of a0721c is 0.37.

The process color (four color CMYK) of #a0721c color hex is 0.00, 0.29, 0.83, 0.37. Web safe color of #a0721c is #996633. Color #a0721c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110010 00011100
Octal 240 162 34
Decimal 160 114 28
Hex A0 72 1C

RGB Percentages of Color #a0721c

%52.98
%37.75
%9.27

CMYK Percentages of Color #a0721c

%0
%29
%83
%37

Triadic Colors of #a0721c

#a0721c #1ca072 #721ca0

Analogous Colors of #a0721c

#a0721c #8ca01c #a0301c

Monochromatic Colors of #a0721c

#a0721c

Complementary Color

#a0721c #1c4aa0

#a0721c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0721c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0721c Color CSS Codes

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

#a0721c Text Font Color

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

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


#a0721c Background Color

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

This div background color is #a0721c


#a0721c Border Color

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

This div border color is #a0721c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0721c


Comments

No comments written yet.

Please login to write comment.