Color Hex Logo

#a59523 Color Hex

#A59523
(165,149,35)
0 Favorites   0 Comments

Color spaces of #a59523

RGB 16514935
HSL0.150.650.39
HSV53°79°65°
CMYK 0.000.100.79   0.35
XYZ26.567929.61565.9062
Yxy29.61560.42790.4770
Hunter Lab54.4202-8.091831.6594
CIE-Lab61.3211-6.359657.6035

#a59523 color RGB value is (165,149,35).

#a59523 hex color red value is 165, green value is 149 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #a59523 hue: 0.15 , saturation: 0.65 and the lightness value of a59523 is 0.39.

The process color (four color CMYK) of #a59523 color hex is 0.00, 0.10, 0.79, 0.35. Web safe color of #a59523 is #999933. Color #a59523 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010101 00100011
Octal 245 225 43
Decimal 165 149 35
Hex A5 95 23

RGB Percentages of Color #a59523

%47.28
%42.69
%10.03

CMYK Percentages of Color #a59523

%0
%10
%79
%35

Triadic Colors of #a59523

#a59523 #23a595 #9523a5

Analogous Colors of #a59523

#a59523 #74a523 #a55423

Monochromatic Colors of #a59523

#a59523

Complementary Color

#a59523 #2333a5

#a59523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59523 Color CSS Codes

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

#a59523 Text Font Color

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

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


#a59523 Background Color

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

This div background color is #a59523


#a59523 Border Color

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

This div border color is #a59523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59523


Comments

No comments written yet.

Please login to write comment.