Color Hex Logo

#a39427 Color Hex

#A39427
(163,148,39)
0 Favorites   0 Comments

Color spaces of #a39427

RGB 16314839
HSL0.150.610.40
HSV53°76°64°
CMYK 0.000.090.76   0.36
XYZ26.060429.11286.1653
Yxy29.11280.42490.4746
Hunter Lab53.9563-8.209630.9946
CIE-Lab60.8811-6.557855.7535

#a39427 color RGB value is (163,148,39).

#a39427 hex color red value is 163, green value is 148 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #a39427 hue: 0.15 , saturation: 0.61 and the lightness value of a39427 is 0.40.

The process color (four color CMYK) of #a39427 color hex is 0.00, 0.09, 0.76, 0.36. Web safe color of #a39427 is #999933. Color #a39427 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010100 00100111
Octal 243 224 47
Decimal 163 148 39
Hex A3 94 27

RGB Percentages of Color #a39427

%46.57
%42.29
%11.14

CMYK Percentages of Color #a39427

%0
%9
%76
%36

Triadic Colors of #a39427

#a39427 #27a394 #9427a3

Analogous Colors of #a39427

#a39427 #74a327 #a35627

Monochromatic Colors of #a39427

#a39427

Complementary Color

#a39427 #2736a3

#a39427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39427 Color CSS Codes

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

#a39427 Text Font Color

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

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


#a39427 Background Color

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

This div background color is #a39427


#a39427 Border Color

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

This div border color is #a39427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39427


Comments

No comments written yet.

Please login to write comment.