Color Hex Logo

#a46f12 Color Hex

#A46F12
(164,111,18)
0 Favorites   0 Comments

Color spaces of #a46f12

RGB 16411118
HSL0.110.800.36
HSV38°89°64°
CMYK 0.000.320.89   0.36
XYZ21.103519.30513.1862
Yxy19.30510.48410.4428
Hunter Lab43.93768.844026.4568
CIE-Lab51.042313.791853.9589

#a46f12 color RGB value is (164,111,18).

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

The process color (four color CMYK) of #a46f12 color hex is 0.00, 0.32, 0.89, 0.36. Web safe color of #a46f12 is #996600. Color #a46f12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101111 00010010
Octal 244 157 22
Decimal 164 111 18
Hex A4 6F 12

RGB Percentages of Color #a46f12

%55.97
%37.88
%6.14

CMYK Percentages of Color #a46f12

%0
%32
%89
%36

Triadic Colors of #a46f12

#a46f12 #12a46f #6f12a4

Analogous Colors of #a46f12

#a46f12 #90a412 #a42612

Monochromatic Colors of #a46f12

#a46f12

Complementary Color

#a46f12 #1247a4

#a46f12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46f12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46f12 Color CSS Codes

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

#a46f12 Text Font Color

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

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


#a46f12 Background Color

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

This div background color is #a46f12


#a46f12 Border Color

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

This div border color is #a46f12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46f12


Comments

No comments written yet.

Please login to write comment.