Color Hex Logo

#a4821a Color Hex

#A4821A
(164,130,26)
0 Favorites   0 Comments

Color spaces of #a4821a

RGB 16413026
HSL0.130.730.37
HSV45°84°64°
CMYK 0.000.210.84   0.36
XYZ23.478923.93244.3592
Yxy23.93240.45350.4623
Hunter Lab48.92080.057528.9614
CIE-Lab56.02003.294255.7532

#a4821a color RGB value is (164,130,26).

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

The process color (four color CMYK) of #a4821a color hex is 0.00, 0.21, 0.84, 0.36. Web safe color of #a4821a is #999933. Color #a4821a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000010 00011010
Octal 244 202 32
Decimal 164 130 26
Hex A4 82 1A

RGB Percentages of Color #a4821a

%51.25
%40.63
%8.13

CMYK Percentages of Color #a4821a

%0
%21
%84
%36

Triadic Colors of #a4821a

#a4821a #1aa482 #821aa4

Analogous Colors of #a4821a

#a4821a #81a41a #a43d1a

Monochromatic Colors of #a4821a

#a4821a

Complementary Color

#a4821a #1a3ca4

#a4821a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4821a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4821a Color CSS Codes

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

#a4821a Text Font Color

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

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


#a4821a Background Color

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

This div background color is #a4821a


#a4821a Border Color

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

This div border color is #a4821a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4821a


Comments

No comments written yet.

Please login to write comment.