Color Hex Logo

#a89329 Color Hex

#A89329
(168,147,41)
0 Favorites   0 Comments

Color spaces of #a89329

RGB 16814741
HSL0.140.610.41
HSV50°76°66°
CMYK 0.000.130.76   0.34
XYZ26.982429.35246.3413
Yxy29.35240.43050.4683
Hunter Lab54.1779-5.912230.9848
CIE-Lab61.0914-3.678055.3922

#a89329 color RGB value is (168,147,41).

#a89329 hex color red value is 168, green value is 147 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #a89329 hue: 0.14 , saturation: 0.61 and the lightness value of a89329 is 0.41.

The process color (four color CMYK) of #a89329 color hex is 0.00, 0.13, 0.76, 0.34. Web safe color of #a89329 is #999933. Color #a89329 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010011 00101001
Octal 250 223 51
Decimal 168 147 41
Hex A8 93 29

RGB Percentages of Color #a89329

%47.19
%41.29
%11.52

CMYK Percentages of Color #a89329

%0
%13
%76
%34

Triadic Colors of #a89329

#a89329 #29a893 #9329a8

Analogous Colors of #a89329

#a89329 #7ea829 #a85329

Monochromatic Colors of #a89329

#a89329

Complementary Color

#a89329 #293ea8

#a89329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89329 Color CSS Codes

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

#a89329 Text Font Color

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

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


#a89329 Background Color

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

This div background color is #a89329


#a89329 Border Color

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

This div border color is #a89329


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,147,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 #a89329">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89329


Comments

No comments written yet.

Please login to write comment.