Color Hex Logo

#a2845d Color Hex

#A2845D
(162,132,93)
0 Favorites   0 Comments

Color spaces of #a2845d

RGB 16213293
HSL0.090.270.50
HSV34°43°64°
CMYK 0.000.190.43   0.36
XYZ25.127324.974213.8521
Yxy24.97420.39290.3905
Hunter Lab49.97422.295918.5476
CIE-Lab57.05036.030225.3602

#a2845d color RGB value is (162,132,93).

#a2845d hex color red value is 162, green value is 132 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #a2845d hue: 0.09 , saturation: 0.27 and the lightness value of a2845d is 0.50.

The process color (four color CMYK) of #a2845d color hex is 0.00, 0.19, 0.43, 0.36. Web safe color of #a2845d is #999966. Color #a2845d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10000100 01011101
Octal 242 204 135
Decimal 162 132 93
Hex A2 84 5D

RGB Percentages of Color #a2845d

%41.86
%34.11
%24.03

CMYK Percentages of Color #a2845d

%0
%19
%43
%36

Triadic Colors of #a2845d

#a2845d #5da284 #845da2

Analogous Colors of #a2845d

#a2845d #9ea25d #a2625d

Monochromatic Colors of #a2845d

#a2845d

Complementary Color

#a2845d #5d7ba2

#a2845d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2845d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2845d Color CSS Codes

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

#a2845d Text Font Color

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

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


#a2845d Background Color

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

This div background color is #a2845d


#a2845d Border Color

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

This div border color is #a2845d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2845d


Comments

No comments written yet.

Please login to write comment.