Color Hex Logo

#a0780f Color Hex

#A0780F
(160,120,15)
0 Favorites   0 Comments

Color spaces of #a0780f

RGB 16012015
HSL0.120.830.34
HSV43°91°63°
CMYK 0.000.250.91   0.37
XYZ21.299920.94103.3713
Yxy20.94100.46700.4591
Hunter Lab45.76133.001627.6650
CIE-Lab52.88496.785955.9647

#a0780f color RGB value is (160,120,15).

#a0780f hex color red value is 160, green value is 120 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #a0780f hue: 0.12 , saturation: 0.83 and the lightness value of a0780f is 0.34.

The process color (four color CMYK) of #a0780f color hex is 0.00, 0.25, 0.91, 0.37. Web safe color of #a0780f is #996600. Color #a0780f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111000 00001111
Octal 240 170 17
Decimal 160 120 15
Hex A0 78 F

RGB Percentages of Color #a0780f

%54.24
%40.68
%5.08

CMYK Percentages of Color #a0780f

%0
%25
%91
%37

Triadic Colors of #a0780f

#a0780f #0fa078 #780fa0

Analogous Colors of #a0780f

#a0780f #80a00f #a02f0f

Monochromatic Colors of #a0780f

#a0780f

Complementary Color

#a0780f #0f37a0

#a0780f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0780f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0780f Color CSS Codes

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

#a0780f Text Font Color

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

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


#a0780f Background Color

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

This div background color is #a0780f


#a0780f Border Color

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

This div border color is #a0780f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0780f


Comments

No comments written yet.

Please login to write comment.