Color Hex Logo

#a58452 Color Hex

#A58452
(165,132,82)
0 Favorites   0 Comments

Color spaces of #a58452

RGB 16513282
HSL0.100.340.48
HSV36°50°65°
CMYK 0.000.200.50   0.35
XYZ25.291325.111111.4966
Yxy25.11110.40860.4057
Hunter Lab50.11102.395821.4752
CIE-Lab57.18356.152531.6492

#a58452 color RGB value is (165,132,82).

#a58452 hex color red value is 165, green value is 132 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #a58452 hue: 0.10 , saturation: 0.34 and the lightness value of a58452 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000100 01010010
Octal 245 204 122
Decimal 165 132 82
Hex A5 84 52

RGB Percentages of Color #a58452

%43.54
%34.83
%21.64

CMYK Percentages of Color #a58452

%0
%20
%50
%35

Triadic Colors of #a58452

#a58452 #52a584 #8452a5

Analogous Colors of #a58452

#a58452 #9da552 #a55b52

Monochromatic Colors of #a58452

#a58452

Complementary Color

#a58452 #5273a5

#a58452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58452 Color CSS Codes

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

#a58452 Text Font Color

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

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


#a58452 Background Color

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

This div background color is #a58452


#a58452 Border Color

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

This div border color is #a58452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58452


Comments

No comments written yet.

Please login to write comment.