Color Hex Logo

#a07912 Color Hex

#A07912
(160,121,18)
0 Favorites   0 Comments

Color spaces of #a07912

RGB 16012118
HSL0.120.800.35
HSV44°89°63°
CMYK 0.000.240.89   0.37
XYZ21.443821.19203.5325
Yxy21.19200.46450.4590
Hunter Lab46.03482.587627.6747
CIE-Lab53.15906.286855.4519

#a07912 color RGB value is (160,121,18).

#a07912 hex color red value is 160, green value is 121 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #a07912 hue: 0.12 , saturation: 0.80 and the lightness value of a07912 is 0.35.

The process color (four color CMYK) of #a07912 color hex is 0.00, 0.24, 0.89, 0.37. Web safe color of #a07912 is #996600. Color #a07912 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111001 00010010
Octal 240 171 22
Decimal 160 121 18
Hex A0 79 12

RGB Percentages of Color #a07912

%53.51
%40.47
%6.02

CMYK Percentages of Color #a07912

%0
%24
%89
%37

Triadic Colors of #a07912

#a07912 #12a079 #7912a0

Analogous Colors of #a07912

#a07912 #80a012 #a03212

Monochromatic Colors of #a07912

#a07912

Complementary Color

#a07912 #1239a0

#a07912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07912 Color CSS Codes

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

#a07912 Text Font Color

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

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


#a07912 Background Color

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

This div background color is #a07912


#a07912 Border Color

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

This div border color is #a07912


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07912


Comments

No comments written yet.

Please login to write comment.