Color Hex Logo

#a59829 Color Hex

#A59829
(165,152,41)
0 Favorites   0 Comments

Color spaces of #a59829

RGB 16515241
HSL0.150.600.40
HSV54°75°65°
CMYK 0.000.080.75   0.35
XYZ27.145530.61596.5766
Yxy30.61590.42190.4759
Hunter Lab55.3316-9.258931.6851
CIE-Lab62.1820-7.718356.3254

#a59829 color RGB value is (165,152,41).

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

The process color (four color CMYK) of #a59829 color hex is 0.00, 0.08, 0.75, 0.35. Web safe color of #a59829 is #999933. Color #a59829 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011000 00101001
Octal 245 230 51
Decimal 165 152 41
Hex A5 98 29

RGB Percentages of Color #a59829

%46.09
%42.46
%11.45

CMYK Percentages of Color #a59829

%0
%8
%75
%35

Triadic Colors of #a59829

#a59829 #29a598 #9829a5

Analogous Colors of #a59829

#a59829 #74a529 #a55a29

Monochromatic Colors of #a59829

#a59829

Complementary Color

#a59829 #2936a5

#a59829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59829 Color CSS Codes

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

#a59829 Text Font Color

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

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


#a59829 Background Color

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

This div background color is #a59829


#a59829 Border Color

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

This div border color is #a59829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59829


Comments

No comments written yet.

Please login to write comment.