Color Hex Logo

#a58465 Color Hex

#A58465
(165,132,101)
0 Favorites   0 Comments

Color spaces of #a58465

RGB 165132101
HSL0.080.260.52
HSV29°39°65°
CMYK 0.000.200.39   0.35
XYZ26.117325.441415.8461
Yxy25.44140.38750.3774
Hunter Lab50.43954.157316.6810
CIE-Lab57.50308.239121.5289

#a58465 color RGB value is (165,132,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000100 01100101
Octal 245 204 145
Decimal 165 132 101
Hex A5 84 65

RGB Percentages of Color #a58465

%41.46
%33.17
%25.38

CMYK Percentages of Color #a58465

%0
%20
%39
%35

Triadic Colors of #a58465

#a58465 #65a584 #8465a5

Analogous Colors of #a58465

#a58465 #a5a465 #a56566

Monochromatic Colors of #a58465

#a58465

Complementary Color

#a58465 #6586a5

#a58465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58465 Color CSS Codes

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

#a58465 Text Font Color

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

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


#a58465 Background Color

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

This div background color is #a58465


#a58465 Border Color

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

This div border color is #a58465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58465


Comments

No comments written yet.

Please login to write comment.