Color Hex Logo

#a39656 Color Hex

#A39656
(163,150,86)
0 Favorites   0 Comments

Color spaces of #a39656

RGB 16315086
HSL0.140.310.49
HSV50°47°64°
CMYK 0.000.080.47   0.36
XYZ27.690330.271113.1876
Yxy30.27110.38920.4255
Hunter Lab55.0192-6.447324.3021
CIE-Lab61.8874-4.260235.3350

#a39656 color RGB value is (163,150,86).

#a39656 hex color red value is 163, green value is 150 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #a39656 hue: 0.14 , saturation: 0.31 and the lightness value of a39656 is 0.49.

The process color (four color CMYK) of #a39656 color hex is 0.00, 0.08, 0.47, 0.36. Web safe color of #a39656 is #999966. Color #a39656 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010110 01010110
Octal 243 226 126
Decimal 163 150 86
Hex A3 96 56

RGB Percentages of Color #a39656

%40.85
%37.59
%21.55

CMYK Percentages of Color #a39656

%0
%8
%47
%36

Triadic Colors of #a39656

#a39656 #56a396 #9656a3

Analogous Colors of #a39656

#a39656 #8aa356 #a37056

Monochromatic Colors of #a39656

#a39656

Complementary Color

#a39656 #5663a3

#a39656 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39656 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39656 Color CSS Codes

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

#a39656 Text Font Color

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

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


#a39656 Background Color

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

This div background color is #a39656


#a39656 Border Color

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

This div border color is #a39656


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39656


Comments

No comments written yet.

Please login to write comment.