Color Hex Logo

#a67012 Color Hex

#A67012
(166,112,18)
0 Favorites   0 Comments

Color spaces of #a67012

RGB 16611218
HSL0.110.800.36
HSV38°89°65°
CMYK 0.000.330.89   0.35
XYZ21.629219.73903.2423
Yxy19.73900.48480.4425
Hunter Lab44.42869.149226.7732
CIE-Lab51.540814.136354.4588

#a67012 color RGB value is (166,112,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110000 00010010
Octal 246 160 22
Decimal 166 112 18
Hex A6 70 12

RGB Percentages of Color #a67012

%56.08
%37.84
%6.08

CMYK Percentages of Color #a67012

%0
%33
%89
%35

Triadic Colors of #a67012

#a67012 #12a670 #7012a6

Analogous Colors of #a67012

#a67012 #92a612 #a62612

Monochromatic Colors of #a67012

#a67012

Complementary Color

#a67012 #1248a6

#a67012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67012 Color CSS Codes

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

#a67012 Text Font Color

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

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


#a67012 Background Color

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

This div background color is #a67012


#a67012 Border Color

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

This div border color is #a67012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67012


Comments

No comments written yet.

Please login to write comment.