Color Hex Logo

#a39929 Color Hex

#A39929
(163,153,41)
0 Favorites   0 Comments

Color spaces of #a39929

RGB 16315341
HSL0.150.600.40
HSV55°75°64°
CMYK 0.000.060.75   0.36
XYZ26.895730.72916.6116
Yxy30.72910.41870.4784
Hunter Lab55.4338-10.403631.7322
CIE-Lab62.2783-9.146256.3524

#a39929 color RGB value is (163,153,41).

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

The process color (four color CMYK) of #a39929 color hex is 0.00, 0.06, 0.75, 0.36. Web safe color of #a39929 is #999933. Color #a39929 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011001 00101001
Octal 243 231 51
Decimal 163 153 41
Hex A3 99 29

RGB Percentages of Color #a39929

%45.66
%42.86
%11.48

CMYK Percentages of Color #a39929

%0
%6
%75
%36

Triadic Colors of #a39929

#a39929 #29a399 #9929a3

Analogous Colors of #a39929

#a39929 #70a329 #a35c29

Monochromatic Colors of #a39929

#a39929

Complementary Color

#a39929 #2933a3

#a39929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39929 Color CSS Codes

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

#a39929 Text Font Color

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

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


#a39929 Background Color

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

This div background color is #a39929


#a39929 Border Color

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

This div border color is #a39929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39929


Comments

No comments written yet.

Please login to write comment.