Color Hex Logo

#a67912 Color Hex

#A67912
(166,121,18)
0 Favorites   0 Comments

Color spaces of #a67912

RGB 16612118
HSL0.120.800.36
HSV42°89°65°
CMYK 0.000.270.89   0.35
XYZ22.672421.82543.5900
Yxy21.82540.47150.4539
Hunter Lab46.71774.871428.1462
CIE-Lab53.84139.051556.2840

#a67912 color RGB value is (166,121,18).

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

The process color (four color CMYK) of #a67912 color hex is 0.00, 0.27, 0.89, 0.35. Web safe color of #a67912 is #996600. Color #a67912 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111001 00010010
Octal 246 171 22
Decimal 166 121 18
Hex A6 79 12

RGB Percentages of Color #a67912

%54.43
%39.67
%5.90

CMYK Percentages of Color #a67912

%0
%27
%89
%35

Triadic Colors of #a67912

#a67912 #12a679 #7912a6

Analogous Colors of #a67912

#a67912 #89a612 #a62f12

Monochromatic Colors of #a67912

#a67912

Complementary Color

#a67912 #123fa6

#a67912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67912 Color CSS Codes

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

#a67912 Text Font Color

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

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


#a67912 Background Color

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

This div background color is #a67912


#a67912 Border Color

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

This div border color is #a67912


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,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 #a67912">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67912


Comments

No comments written yet.

Please login to write comment.