Color Hex Logo

#a5822d Color Hex

#A5822D
(165,130,45)
0 Favorites   0 Comments

Color spaces of #a5822d

RGB 16513045
HSL0.120.570.41
HSV43°73°65°
CMYK 0.000.210.73   0.35
XYZ23.973324.15415.8813
Yxy24.15410.44390.4472
Hunter Lab49.14681.063527.3077
CIE-Lab56.24184.525448.9525

#a5822d color RGB value is (165,130,45).

#a5822d hex color red value is 165, green value is 130 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #a5822d hue: 0.12 , saturation: 0.57 and the lightness value of a5822d is 0.41.

The process color (four color CMYK) of #a5822d color hex is 0.00, 0.21, 0.73, 0.35. Web safe color of #a5822d is #999933. Color #a5822d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000010 00101101
Octal 245 202 55
Decimal 165 130 45
Hex A5 82 2D

RGB Percentages of Color #a5822d

%48.53
%38.24
%13.24

CMYK Percentages of Color #a5822d

%0
%21
%73
%35

Triadic Colors of #a5822d

#a5822d #2da582 #822da5

Analogous Colors of #a5822d

#a5822d #8ca52d #a5462d

Monochromatic Colors of #a5822d

#a5822d

Complementary Color

#a5822d #2d50a5

#a5822d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5822d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5822d Color CSS Codes

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

#a5822d Text Font Color

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

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


#a5822d Background Color

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

This div background color is #a5822d


#a5822d Border Color

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

This div border color is #a5822d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5822d


Comments

No comments written yet.

Please login to write comment.