Color Hex Logo

#a3930e Color Hex

#A3930E
(163,147,14)
0 Favorites   0 Comments

Color spaces of #a3930e

RGB 16314714
HSL0.150.840.35
HSV54°91°64°
CMYK 0.000.100.91   0.36
XYZ25.617228.68574.6022
Yxy28.68570.43490.4870
Hunter Lab53.5590-8.352032.3967
CIE-Lab60.5032-6.781262.2344

#a3930e color RGB value is (163,147,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010011 00001110
Octal 243 223 16
Decimal 163 147 14
Hex A3 93 E

RGB Percentages of Color #a3930e

%50.31
%45.37
%4.32

CMYK Percentages of Color #a3930e

%0
%10
%91
%36

Triadic Colors of #a3930e

#a3930e #0ea393 #930ea3

Analogous Colors of #a3930e

#a3930e #69a30e #a3480e

Monochromatic Colors of #a3930e

#a3930e

Complementary Color

#a3930e #0e1ea3

#a3930e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3930e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3930e Color CSS Codes

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

#a3930e Text Font Color

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

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


#a3930e Background Color

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

This div background color is #a3930e


#a3930e Border Color

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

This div border color is #a3930e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3930e


Comments

No comments written yet.

Please login to write comment.