Color Hex Logo

#a49332 Color Hex

#A49332
(164,147,50)
0 Favorites   0 Comments

Color spaces of #a49332

RGB 16414750
HSL0.140.530.42
HSV51°70°64°
CMYK 0.000.100.70   0.36
XYZ26.319328.99027.2261
Yxy28.99020.42090.4636
Hunter Lab53.8425-6.970129.7326
CIE-Lab60.7730-5.019851.3934

#a49332 color RGB value is (164,147,50).

#a49332 hex color red value is 164, green value is 147 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #a49332 hue: 0.14 , saturation: 0.53 and the lightness value of a49332 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010011 00110010
Octal 244 223 62
Decimal 164 147 50
Hex A4 93 32

RGB Percentages of Color #a49332

%45.43
%40.72
%13.85

CMYK Percentages of Color #a49332

%0
%10
%70
%36

Triadic Colors of #a49332

#a49332 #32a493 #9332a4

Analogous Colors of #a49332

#a49332 #7ca432 #a45a32

Monochromatic Colors of #a49332

#a49332

Complementary Color

#a49332 #3243a4

#a49332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49332 Color CSS Codes

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

#a49332 Text Font Color

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

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


#a49332 Background Color

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

This div background color is #a49332


#a49332 Border Color

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

This div border color is #a49332


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,147,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a49332; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a49332;
  -webkit-box-shadow: 1px 1px 3px 2px #a49332;
  box-shadow:         1px 1px 3px 2px #a49332; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,147,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49332


Comments

No comments written yet.

Please login to write comment.