Color Hex Logo

#a39655 Color Hex

#A39655
(163,150,85)
0 Favorites   0 Comments

Color spaces of #a39655

RGB 16315085
HSL0.140.310.49
HSV50°48°64°
CMYK 0.000.080.48   0.36
XYZ27.650330.255112.9768
Yxy30.25510.39010.4268
Hunter Lab55.0046-6.527924.5154
CIE-Lab61.8737-4.360735.8414

#a39655 color RGB value is (163,150,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010110 01010101
Octal 243 226 125
Decimal 163 150 85
Hex A3 96 55

RGB Percentages of Color #a39655

%40.95
%37.69
%21.36

CMYK Percentages of Color #a39655

%0
%8
%48
%36

Triadic Colors of #a39655

#a39655 #55a396 #9655a3

Analogous Colors of #a39655

#a39655 #89a355 #a36f55

Monochromatic Colors of #a39655

#a39655

Complementary Color

#a39655 #5562a3

#a39655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39655 Color CSS Codes

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

#a39655 Text Font Color

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

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


#a39655 Background Color

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

This div background color is #a39655


#a39655 Border Color

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

This div border color is #a39655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39655


Comments

No comments written yet.

Please login to write comment.