Color Hex Logo

#a58084 Color Hex

#A58084
(165,128,132)
0 Favorites   0 Comments

Color spaces of #a58084

RGB 165128132
HSL0.980.170.57
HSV354°22°65°
CMYK 0.000.220.20   0.35
XYZ27.401125.103625.2311
Yxy25.10360.35250.3229
Hunter Lab50.10359.93885.2152
CIE-Lab57.176214.88883.3215

#a58084 color RGB value is (165,128,132).

#a58084 hex color red value is 165, green value is 128 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #a58084 hue: 0.98 , saturation: 0.17 and the lightness value of a58084 is 0.57.

The process color (four color CMYK) of #a58084 color hex is 0.00, 0.22, 0.20, 0.35. Web safe color of #a58084 is #999999. Color #a58084 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000000 10000100
Octal 245 200 204
Decimal 165 128 132
Hex A5 80 84

RGB Percentages of Color #a58084

%38.82
%30.12
%31.06

CMYK Percentages of Color #a58084

%0
%22
%20
%35

Triadic Colors of #a58084

#a58084 #84a580 #8084a5

Analogous Colors of #a58084

#a58084 #a58f80 #a58097

Monochromatic Colors of #a58084

#a58084

Complementary Color

#a58084 #80a5a1

#a58084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58084 Color CSS Codes

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

#a58084 Text Font Color

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

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


#a58084 Background Color

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

This div background color is #a58084


#a58084 Border Color

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

This div border color is #a58084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58084


Comments

No comments written yet.

Please login to write comment.