Color Hex Logo

#a29143 Color Hex

#A29143
(162,145,67)
0 Favorites   0 Comments

Color spaces of #a29143

RGB 16214567
HSL0.140.410.45
HSV49°59°64°
CMYK 0.000.100.59   0.36
XYZ26.038828.33749.4075
Yxy28.33740.40820.4443
Hunter Lab53.2329-5.844526.7851
CIE-Lab60.1923-3.679042.9493

#a29143 color RGB value is (162,145,67).

#a29143 hex color red value is 162, green value is 145 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #a29143 hue: 0.14 , saturation: 0.41 and the lightness value of a29143 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010001 01000011
Octal 242 221 103
Decimal 162 145 67
Hex A2 91 43

RGB Percentages of Color #a29143

%43.32
%38.77
%17.91

CMYK Percentages of Color #a29143

%0
%10
%59
%36

Triadic Colors of #a29143

#a29143 #43a291 #9143a2

Analogous Colors of #a29143

#a29143 #84a243 #a26243

Monochromatic Colors of #a29143

#a29143

Complementary Color

#a29143 #4354a2

#a29143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29143 Color CSS Codes

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

#a29143 Text Font Color

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

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


#a29143 Background Color

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

This div background color is #a29143


#a29143 Border Color

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

This div border color is #a29143


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29143


Comments

No comments written yet.

Please login to write comment.