Color Hex Logo

#a58548 Color Hex

#A58548
(165,133,72)
0 Favorites   0 Comments

Color spaces of #a58548

RGB 16513372
HSL0.110.390.46
HSV39°56°65°
CMYK 0.000.190.56   0.35
XYZ25.074325.24239.6816
Yxy25.24230.41790.4207
Hunter Lab50.24171.161623.7440
CIE-Lab57.31074.681737.1305

#a58548 color RGB value is (165,133,72).

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

The process color (four color CMYK) of #a58548 color hex is 0.00, 0.19, 0.56, 0.35. Web safe color of #a58548 is #999933. Color #a58548 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000101 01001000
Octal 245 205 110
Decimal 165 133 72
Hex A5 85 48

RGB Percentages of Color #a58548

%44.59
%35.95
%19.46

CMYK Percentages of Color #a58548

%0
%19
%56
%35

Triadic Colors of #a58548

#a58548 #48a585 #8548a5

Analogous Colors of #a58548

#a58548 #97a548 #a55748

Monochromatic Colors of #a58548

#a58548

Complementary Color

#a58548 #4868a5

#a58548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58548 Color CSS Codes

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

#a58548 Text Font Color

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

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


#a58548 Background Color

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

This div background color is #a58548


#a58548 Border Color

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

This div border color is #a58548


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58548

#a58548 Color Palettes


Comments

No comments written yet.

Please login to write comment.