Color Hex Logo

#a39631 Color Hex

#A39631
(163,150,49)
0 Favorites   0 Comments

Color spaces of #a39631

RGB 16315049
HSL0.150.540.42
HSV53°70°64°
CMYK 0.000.080.70   0.36
XYZ26.565029.82107.2616
Yxy29.82100.41740.4685
Hunter Lab54.6086-8.731630.3419
CIE-Lab61.4995-7.140252.5136

#a39631 color RGB value is (163,150,49).

#a39631 hex color red value is 163, green value is 150 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #a39631 hue: 0.15 , saturation: 0.54 and the lightness value of a39631 is 0.42.

The process color (four color CMYK) of #a39631 color hex is 0.00, 0.08, 0.70, 0.36. Web safe color of #a39631 is #999933. Color #a39631 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010110 00110001
Octal 243 226 61
Decimal 163 150 49
Hex A3 96 31

RGB Percentages of Color #a39631

%45.03
%41.44
%13.54

CMYK Percentages of Color #a39631

%0
%8
%70
%36

Triadic Colors of #a39631

#a39631 #31a396 #9631a3

Analogous Colors of #a39631

#a39631 #77a331 #a35d31

Monochromatic Colors of #a39631

#a39631

Complementary Color

#a39631 #313ea3

#a39631 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39631 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39631 Color CSS Codes

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

#a39631 Text Font Color

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

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


#a39631 Background Color

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

This div background color is #a39631


#a39631 Border Color

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

This div border color is #a39631


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39631


Comments

No comments written yet.

Please login to write comment.