Color Hex Logo

#a58448 Color Hex

#A58448
(165,132,72)
0 Favorites   0 Comments

Color spaces of #a58448

RGB 16513272
HSL0.110.390.46
HSV39°56°65°
CMYK 0.000.200.56   0.35
XYZ24.938024.96979.6362
Yxy24.96970.41880.4193
Hunter Lab49.96971.635723.5452
CIE-Lab57.04595.241236.8136

#a58448 color RGB value is (165,132,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000100 01001000
Octal 245 204 110
Decimal 165 132 72
Hex A5 84 48

RGB Percentages of Color #a58448

%44.72
%35.77
%19.51

CMYK Percentages of Color #a58448

%0
%20
%56
%35

Triadic Colors of #a58448

#a58448 #48a584 #8448a5

Analogous Colors of #a58448

#a58448 #98a548 #a55648

Monochromatic Colors of #a58448

#a58448

Complementary Color

#a58448 #4869a5

#a58448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58448 Color CSS Codes

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

#a58448 Text Font Color

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

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


#a58448 Background Color

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

This div background color is #a58448


#a58448 Border Color

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

This div border color is #a58448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58448


Comments

No comments written yet.

Please login to write comment.