Color Hex Logo

#a39464 Color Hex

#A39464
(163,148,100)
0 Favorites   0 Comments

Color spaces of #a39464

RGB 163148100
HSL0.130.260.52
HSV46°39°64°
CMYK 0.000.090.39   0.36
XYZ27.994429.886416.3498
Yxy29.88640.37710.4026
Hunter Lab54.6685-4.264220.5359
CIE-Lab61.5561-1.623027.4139

#a39464 color RGB value is (163,148,100).

#a39464 hex color red value is 163, green value is 148 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #a39464 hue: 0.13 , saturation: 0.26 and the lightness value of a39464 is 0.52.

The process color (four color CMYK) of #a39464 color hex is 0.00, 0.09, 0.39, 0.36. Web safe color of #a39464 is #999966. Color #a39464 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010100 01100100
Octal 243 224 144
Decimal 163 148 100
Hex A3 94 64

RGB Percentages of Color #a39464

%39.66
%36.01
%24.33

CMYK Percentages of Color #a39464

%0
%9
%39
%36

Triadic Colors of #a39464

#a39464 #64a394 #9464a3

Analogous Colors of #a39464

#a39464 #93a364 #a37564

Monochromatic Colors of #a39464

#a39464

Complementary Color

#a39464 #6473a3

#a39464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39464 Color CSS Codes

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

#a39464 Text Font Color

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

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


#a39464 Background Color

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

This div background color is #a39464


#a39464 Border Color

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

This div border color is #a39464


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39464


Comments

No comments written yet.

Please login to write comment.