Color Hex Logo

#a5805d Color Hex

#A5805D
(165,128,93)
0 Favorites   0 Comments

Color spaces of #a5805d

RGB 16512893
HSL0.080.290.51
HSV29°44°65°
CMYK 0.000.220.44   0.35
XYZ25.212024.228013.7036
Yxy24.22800.39930.3837
Hunter Lab49.22195.291217.9488
CIE-Lab56.31549.558124.4538

#a5805d color RGB value is (165,128,93).

#a5805d hex color red value is 165, green value is 128 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #a5805d hue: 0.08 , saturation: 0.29 and the lightness value of a5805d is 0.51.

The process color (four color CMYK) of #a5805d color hex is 0.00, 0.22, 0.44, 0.35. Web safe color of #a5805d is #999966. Color #a5805d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000000 01011101
Octal 245 200 135
Decimal 165 128 93
Hex A5 80 5D

RGB Percentages of Color #a5805d

%42.75
%33.16
%24.09

CMYK Percentages of Color #a5805d

%0
%22
%44
%35

Triadic Colors of #a5805d

#a5805d #5da580 #805da5

Analogous Colors of #a5805d

#a5805d #a5a45d #a55d5e

Monochromatic Colors of #a5805d

#a5805d

Complementary Color

#a5805d #5d82a5

#a5805d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5805d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5805d Color CSS Codes

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

#a5805d Text Font Color

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

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


#a5805d Background Color

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

This div background color is #a5805d


#a5805d Border Color

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

This div border color is #a5805d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5805d


Comments

No comments written yet.

Please login to write comment.