Color Hex Logo

#a2830e Color Hex

#A2830E
(162,131,14)
0 Favorites   0 Comments

Color spaces of #a2830e

RGB 16213114
HSL0.130.840.35
HSV47°91°64°
CMYK 0.000.190.91   0.36
XYZ23.095923.94573.8202
Yxy23.94570.45410.4708
Hunter Lab48.9343-1.387229.6254
CIE-Lab56.03341.521558.7210

#a2830e color RGB value is (162,131,14).

#a2830e hex color red value is 162, green value is 131 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #a2830e hue: 0.13 , saturation: 0.84 and the lightness value of a2830e is 0.35.

The process color (four color CMYK) of #a2830e color hex is 0.00, 0.19, 0.91, 0.36. Web safe color of #a2830e is #999900. Color #a2830e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10000011 00001110
Octal 242 203 16
Decimal 162 131 14
Hex A2 83 E

RGB Percentages of Color #a2830e

%52.77
%42.67
%4.56

CMYK Percentages of Color #a2830e

%0
%19
%91
%36

Triadic Colors of #a2830e

#a2830e #0ea283 #830ea2

Analogous Colors of #a2830e

#a2830e #77a20e #a2390e

Monochromatic Colors of #a2830e

#a2830e

Complementary Color

#a2830e #0e2da2

#a2830e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2830e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2830e Color CSS Codes

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

#a2830e Text Font Color

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

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


#a2830e Background Color

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

This div background color is #a2830e


#a2830e Border Color

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

This div border color is #a2830e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,131,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2830e


Comments

No comments written yet.

Please login to write comment.