Color Hex Logo

#a87014 Color Hex

#A87014
(168,112,20)
0 Favorites   0 Comments

Color spaces of #a87014

RGB 16811220
HSL0.100.790.37
HSV37°88°66°
CMYK 0.000.330.88   0.34
XYZ22.068919.96373.3520
Yxy19.96370.48630.4399
Hunter Lab44.68089.974126.8285
CIE-Lab51.796115.090554.2076

#a87014 color RGB value is (168,112,20).

#a87014 hex color red value is 168, green value is 112 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #a87014 hue: 0.10 , saturation: 0.79 and the lightness value of a87014 is 0.37.

The process color (four color CMYK) of #a87014 color hex is 0.00, 0.33, 0.88, 0.34. Web safe color of #a87014 is #996600. Color #a87014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110000 00010100
Octal 250 160 24
Decimal 168 112 20
Hex A8 70 14

RGB Percentages of Color #a87014

%56.00
%37.33
%6.67

CMYK Percentages of Color #a87014

%0
%33
%88
%34

Triadic Colors of #a87014

#a87014 #14a870 #7014a8

Analogous Colors of #a87014

#a87014 #96a814 #a82614

Monochromatic Colors of #a87014

#a87014

Complementary Color

#a87014 #144ca8

#a87014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87014 Color CSS Codes

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

#a87014 Text Font Color

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

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


#a87014 Background Color

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

This div background color is #a87014


#a87014 Border Color

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

This div border color is #a87014


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,112,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a87014">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87014


Comments

No comments written yet.

Please login to write comment.