Color Hex Logo

#a58565 Color Hex

#A58565
(165,133,101)
1 Favorites   0 Comments

Color spaces of #a58565

RGB 165133101
HSL0.080.260.52
HSV30°39°65°
CMYK 0.000.190.39   0.35
XYZ26.253525.714015.8915
Yxy25.71400.38690.3789
Hunter Lab50.70903.673916.9156
CIE-Lab57.76467.675621.8795

#a58565 color RGB value is (165,133,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000101 01100101
Octal 245 205 145
Decimal 165 133 101
Hex A5 85 65

RGB Percentages of Color #a58565

%41.35
%33.33
%25.31

CMYK Percentages of Color #a58565

%0
%19
%39
%35

Triadic Colors of #a58565

#a58565 #65a585 #8565a5

Analogous Colors of #a58565

#a58565 #a5a565 #a56565

Monochromatic Colors of #a58565

#a58565

Complementary Color

#a58565 #6585a5

#a58565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58565 Color CSS Codes

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

#a58565 Text Font Color

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

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


#a58565 Background Color

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

This div background color is #a58565


#a58565 Border Color

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

This div border color is #a58565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58565


Comments

No comments written yet.

Please login to write comment.