Color Hex Logo

#a67412 Color Hex

#A67412
(166,116,18)
0 Favorites   0 Comments

Color spaces of #a67412

RGB 16611618
HSL0.110.800.36
HSV40°89°65°
CMYK 0.000.300.89   0.35
XYZ22.080520.64143.3927
Yxy20.64140.47880.4476
Hunter Lab45.43287.244227.3755
CIE-Lab52.554811.874455.2630

#a67412 color RGB value is (166,116,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110100 00010010
Octal 246 164 22
Decimal 166 116 18
Hex A6 74 12

RGB Percentages of Color #a67412

%55.33
%38.67
%6.00

CMYK Percentages of Color #a67412

%0
%30
%89
%35

Triadic Colors of #a67412

#a67412 #12a674 #7412a6

Analogous Colors of #a67412

#a67412 #8ea612 #a62a12

Monochromatic Colors of #a67412

#a67412

Complementary Color

#a67412 #1244a6

#a67412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67412 Color CSS Codes

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

#a67412 Text Font Color

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

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


#a67412 Background Color

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

This div background color is #a67412


#a67412 Border Color

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

This div border color is #a67412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67412


Comments

No comments written yet.

Please login to write comment.