Color Hex Logo

#a86212 Color Hex

#A86212
(168,98,18)
0 Favorites   0 Comments

Color spaces of #a86212

RGB 1689818
HSL0.090.810.36
HSV32°89°66°
CMYK 0.000.420.89   0.34
XYZ20.625317.10392.7866
Yxy17.10390.50910.4222
Hunter Lab41.356916.646224.9549
CIE-Lab48.390722.916752.0796

#a86212 color RGB value is (168,98,18).

#a86212 hex color red value is 168, green value is 98 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #a86212 hue: 0.09 , saturation: 0.81 and the lightness value of a86212 is 0.36.

The process color (four color CMYK) of #a86212 color hex is 0.00, 0.42, 0.89, 0.34. Web safe color of #a86212 is #996600. Color #a86212 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100010 00010010
Octal 250 142 22
Decimal 168 98 18
Hex A8 62 12

RGB Percentages of Color #a86212

%59.15
%34.51
%6.34

CMYK Percentages of Color #a86212

%0
%42
%89
%34

Triadic Colors of #a86212

#a86212 #12a862 #6212a8

Analogous Colors of #a86212

#a86212 #a3a812 #a81712

Monochromatic Colors of #a86212

#a86212

Complementary Color

#a86212 #1258a8

#a86212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86212 Color CSS Codes

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

#a86212 Text Font Color

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

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


#a86212 Background Color

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

This div background color is #a86212


#a86212 Border Color

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

This div border color is #a86212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86212


Comments

No comments written yet.

Please login to write comment.