Color Hex Logo

#a59b3a Color Hex

#A59B3A
(165,155,58)
0 Favorites   0 Comments

Color spaces of #a59b3a

RGB 16515558
HSL0.150.480.44
HSV54°65°65°
CMYK 0.000.060.65   0.35
XYZ28.002131.74758.6550
Yxy31.74750.40940.4641
Hunter Lab56.3449-9.893330.3341
CIE-Lab63.1336-8.392350.4438

#a59b3a color RGB value is (165,155,58).

#a59b3a hex color red value is 165, green value is 155 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #a59b3a hue: 0.15 , saturation: 0.48 and the lightness value of a59b3a is 0.44.

The process color (four color CMYK) of #a59b3a color hex is 0.00, 0.06, 0.65, 0.35. Web safe color of #a59b3a is #999933. Color #a59b3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011011 00111010
Octal 245 233 72
Decimal 165 155 58
Hex A5 9B 3A

RGB Percentages of Color #a59b3a

%43.65
%41.01
%15.34

CMYK Percentages of Color #a59b3a

%0
%6
%65
%35

Triadic Colors of #a59b3a

#a59b3a #3aa59b #9b3aa5

Analogous Colors of #a59b3a

#a59b3a #7aa53a #a5663a

Monochromatic Colors of #a59b3a

#a59b3a

Complementary Color

#a59b3a #3a44a5

#a59b3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59b3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59b3a Color CSS Codes

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

#a59b3a Text Font Color

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

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


#a59b3a Background Color

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

This div background color is #a59b3a


#a59b3a Border Color

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

This div border color is #a59b3a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,155,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59b3a


Comments

No comments written yet.

Please login to write comment.