Color Hex Logo

#a3821c Color Hex

#A3821C
(163,130,28)
0 Favorites   0 Comments

Color spaces of #a3821c

RGB 16313028
HSL0.130.710.37
HSV45°83°64°
CMYK 0.000.200.83   0.36
XYZ23.296523.83564.4715
Yxy23.83560.45150.4619
Hunter Lab48.8217-0.262328.7449
CIE-Lab55.92282.898855.0030

#a3821c color RGB value is (163,130,28).

#a3821c hex color red value is 163, green value is 130 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #a3821c hue: 0.13 , saturation: 0.71 and the lightness value of a3821c is 0.37.

The process color (four color CMYK) of #a3821c color hex is 0.00, 0.20, 0.83, 0.36. Web safe color of #a3821c is #999933. Color #a3821c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000010 00011100
Octal 243 202 34
Decimal 163 130 28
Hex A3 82 1C

RGB Percentages of Color #a3821c

%50.78
%40.50
%8.72

CMYK Percentages of Color #a3821c

%0
%20
%83
%36

Triadic Colors of #a3821c

#a3821c #1ca382 #821ca3

Analogous Colors of #a3821c

#a3821c #81a31c #a33f1c

Monochromatic Colors of #a3821c

#a3821c

Complementary Color

#a3821c #1c3da3

#a3821c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3821c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3821c Color CSS Codes

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

#a3821c Text Font Color

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

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


#a3821c Background Color

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

This div background color is #a3821c


#a3821c Border Color

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

This div border color is #a3821c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3821c


Comments

No comments written yet.

Please login to write comment.