Color Hex Logo

#a29333 Color Hex

#A29333
(162,147,51)
0 Favorites   0 Comments

Color spaces of #a29333

RGB 16214751
HSL0.140.520.42
HSV52°69°64°
CMYK 0.000.090.69   0.36
XYZ25.931628.78787.3218
Yxy28.78780.41800.4640
Hunter Lab53.6543-7.624329.4671
CIE-Lab60.5939-5.856050.7287

#a29333 color RGB value is (162,147,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010011 00110011
Octal 242 223 63
Decimal 162 147 51
Hex A2 93 33

RGB Percentages of Color #a29333

%45.00
%40.83
%14.17

CMYK Percentages of Color #a29333

%0
%9
%69
%36

Triadic Colors of #a29333

#a29333 #33a293 #9333a2

Analogous Colors of #a29333

#a29333 #7aa233 #a25c33

Monochromatic Colors of #a29333

#a29333

Complementary Color

#a29333 #3342a2

#a29333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29333 Color CSS Codes

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

#a29333 Text Font Color

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

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


#a29333 Background Color

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

This div background color is #a29333


#a29333 Border Color

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

This div border color is #a29333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29333


Comments

No comments written yet.

Please login to write comment.