Color Hex Logo

#a59365 Color Hex

#A59365
(165,147,101)
0 Favorites   0 Comments

Color spaces of #a59365

RGB 165147101
HSL0.120.260.52
HSV43°39°65°
CMYK 0.000.110.39   0.35
XYZ28.299729.806416.5736
Yxy29.80640.37890.3991
Hunter Lab54.5952-3.015320.2179
CIE-Lab61.4868-0.119526.8117

#a59365 color RGB value is (165,147,101).

#a59365 hex color red value is 165, green value is 147 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #a59365 hue: 0.12 , saturation: 0.26 and the lightness value of a59365 is 0.52.

The process color (four color CMYK) of #a59365 color hex is 0.00, 0.11, 0.39, 0.35. Web safe color of #a59365 is #999966. Color #a59365 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010011 01100101
Octal 245 223 145
Decimal 165 147 101
Hex A5 93 65

RGB Percentages of Color #a59365

%39.95
%35.59
%24.46

CMYK Percentages of Color #a59365

%0
%11
%39
%35

Triadic Colors of #a59365

#a59365 #65a593 #9365a5

Analogous Colors of #a59365

#a59365 #97a565 #a57365

Monochromatic Colors of #a59365

#a59365

Complementary Color

#a59365 #6577a5

#a59365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59365 Color CSS Codes

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

#a59365 Text Font Color

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

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


#a59365 Background Color

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

This div background color is #a59365


#a59365 Border Color

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

This div border color is #a59365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59365


Comments

No comments written yet.

Please login to write comment.