Color Hex Logo

#a0740a Color Hex

#A0740A
(160,116,10)
0 Favorites   0 Comments

Color spaces of #a0740a

RGB 16011610
HSL0.120.880.33
HSV42°94°63°
CMYK 0.000.280.94   0.37
XYZ20.797419.98633.0488
Yxy19.98630.47450.4560
Hunter Lab44.70604.803227.2509
CIE-Lab51.82178.961156.2017

#a0740a color RGB value is (160,116,10).

#a0740a hex color red value is 160, green value is 116 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #a0740a hue: 0.12 , saturation: 0.88 and the lightness value of a0740a is 0.33.

The process color (four color CMYK) of #a0740a color hex is 0.00, 0.28, 0.94, 0.37. Web safe color of #a0740a is #996600. Color #a0740a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110100 00001010
Octal 240 164 12
Decimal 160 116 10
Hex A0 74 A

RGB Percentages of Color #a0740a

%55.94
%40.56
%3.50

CMYK Percentages of Color #a0740a

%0
%28
%94
%37

Triadic Colors of #a0740a

#a0740a #0aa074 #740aa0

Analogous Colors of #a0740a

#a0740a #81a00a #a0290a

Monochromatic Colors of #a0740a

#a0740a

Complementary Color

#a0740a #0a36a0

#a0740a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0740a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0740a Color CSS Codes

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

#a0740a Text Font Color

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

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


#a0740a Background Color

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

This div background color is #a0740a


#a0740a Border Color

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

This div border color is #a0740a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0740a


Comments

No comments written yet.

Please login to write comment.