Color Hex Logo

#a39d0e Color Hex

#A39D0E
(163,157,14)
0 Favorites   0 Comments

Color spaces of #a39d0e

RGB 16315714
HSL0.160.840.35
HSV58°91°64°
CMYK 0.000.040.91   0.36
XYZ27.240531.93225.1433
Yxy31.93220.42350.4965
Hunter Lab56.5086-12.842434.1595
CIE-Lab63.2868-12.096564.4038

#a39d0e color RGB value is (163,157,14).

#a39d0e hex color red value is 163, green value is 157 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #a39d0e hue: 0.16 , saturation: 0.84 and the lightness value of a39d0e is 0.35.

The process color (four color CMYK) of #a39d0e color hex is 0.00, 0.04, 0.91, 0.36. Web safe color of #a39d0e is #999900. Color #a39d0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011101 00001110
Octal 243 235 16
Decimal 163 157 14
Hex A3 9D E

RGB Percentages of Color #a39d0e

%48.80
%47.01
%4.19

CMYK Percentages of Color #a39d0e

%0
%4
%91
%36

Triadic Colors of #a39d0e

#a39d0e #0ea39d #9d0ea3

Analogous Colors of #a39d0e

#a39d0e #5ea30e #a3530e

Monochromatic Colors of #a39d0e

#a39d0e

Complementary Color

#a39d0e #0e14a3

#a39d0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39d0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39d0e Color CSS Codes

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

#a39d0e Text Font Color

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

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


#a39d0e Background Color

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

This div background color is #a39d0e


#a39d0e Border Color

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

This div border color is #a39d0e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,157,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a39d0e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a39d0e;
  -webkit-box-shadow: 1px 1px 3px 2px #a39d0e;
  box-shadow:         1px 1px 3px 2px #a39d0e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,157,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39d0e


Comments

No comments written yet.

Please login to write comment.