Color Hex Logo

#a3994a Color Hex

#A3994A
(163,153,74)
0 Favorites   0 Comments

Color spaces of #a3994a

RGB 16315374
HSL0.150.380.46
HSV53°55°64°
CMYK 0.000.060.55   0.36
XYZ27.731531.063411.0128
Yxy31.06340.39730.4450
Hunter Lab55.7345-8.720327.2988
CIE-Lab62.5611-6.999742.2659

#a3994a color RGB value is (163,153,74).

#a3994a hex color red value is 163, green value is 153 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #a3994a hue: 0.15 , saturation: 0.38 and the lightness value of a3994a is 0.46.

The process color (four color CMYK) of #a3994a color hex is 0.00, 0.06, 0.55, 0.36. Web safe color of #a3994a is #999933. Color #a3994a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011001 01001010
Octal 243 231 112
Decimal 163 153 74
Hex A3 99 4A

RGB Percentages of Color #a3994a

%41.79
%39.23
%18.97

CMYK Percentages of Color #a3994a

%0
%6
%55
%36

Triadic Colors of #a3994a

#a3994a #4aa399 #994aa3

Analogous Colors of #a3994a

#a3994a #81a34a #a36d4a

Monochromatic Colors of #a3994a

#a3994a

Complementary Color

#a3994a #4a54a3

#a3994a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3994a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3994a Color CSS Codes

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

#a3994a Text Font Color

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

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


#a3994a Background Color

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

This div background color is #a3994a


#a3994a Border Color

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

This div border color is #a3994a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3994a


Comments

No comments written yet.

Please login to write comment.