Color Hex Logo

#a58445 Color Hex

#A58445
(165,132,69)
0 Favorites   0 Comments

Color spaces of #a58445

RGB 16513269
HSL0.110.410.46
HSV39°58°65°
CMYK 0.000.200.58   0.35
XYZ24.842524.93159.1332
Yxy24.93150.42170.4232
Hunter Lab49.93151.429424.1070
CIE-Lab57.00864.992738.3280

#a58445 color RGB value is (165,132,69).

#a58445 hex color red value is 165, green value is 132 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #a58445 hue: 0.11 , saturation: 0.41 and the lightness value of a58445 is 0.46.

The process color (four color CMYK) of #a58445 color hex is 0.00, 0.20, 0.58, 0.35. Web safe color of #a58445 is #999933. Color #a58445 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000100 01000101
Octal 245 204 105
Decimal 165 132 69
Hex A5 84 45

RGB Percentages of Color #a58445

%45.08
%36.07
%18.85

CMYK Percentages of Color #a58445

%0
%20
%58
%35

Triadic Colors of #a58445

#a58445 #45a584 #8445a5

Analogous Colors of #a58445

#a58445 #96a545 #a55445

Monochromatic Colors of #a58445

#a58445

Complementary Color

#a58445 #4566a5

#a58445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58445 Color CSS Codes

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

#a58445 Text Font Color

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

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


#a58445 Background Color

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

This div background color is #a58445


#a58445 Border Color

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

This div border color is #a58445


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58445


Comments

No comments written yet.

Please login to write comment.