Color Hex Logo

#a0742b Color Hex

#A0742B
(160,116,43)
0 Favorites   0 Comments

Color spaces of #a0742b

RGB 16011643
HSL0.100.580.40
HSV37°73°63°
CMYK 0.000.280.73   0.37
XYZ21.178620.13885.0564
Yxy20.13880.45670.4343
Hunter Lab44.87635.706624.7329
CIE-Lab51.993810.049245.3425

#a0742b color RGB value is (160,116,43).

#a0742b hex color red value is 160, green value is 116 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #a0742b hue: 0.10 , saturation: 0.58 and the lightness value of a0742b is 0.40.

The process color (four color CMYK) of #a0742b color hex is 0.00, 0.28, 0.73, 0.37. Web safe color of #a0742b is #996633. Color #a0742b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110100 00101011
Octal 240 164 53
Decimal 160 116 43
Hex A0 74 2B

RGB Percentages of Color #a0742b

%50.16
%36.36
%13.48

CMYK Percentages of Color #a0742b

%0
%28
%73
%37

Triadic Colors of #a0742b

#a0742b #2ba074 #742ba0

Analogous Colors of #a0742b

#a0742b #92a02b #a03a2b

Monochromatic Colors of #a0742b

#a0742b

Complementary Color

#a0742b #2b57a0

#a0742b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0742b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0742b Color CSS Codes

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

#a0742b Text Font Color

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

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


#a0742b Background Color

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

This div background color is #a0742b


#a0742b Border Color

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

This div border color is #a0742b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0742b


Comments

No comments written yet.

Please login to write comment.