Color Hex Logo

#a4821b Color Hex

#A4821B
(164,130,27)
0 Favorites   0 Comments

Color spaces of #a4821b

RGB 16413027
HSL0.130.720.37
HSV45°84°64°
CMYK 0.000.210.84   0.36
XYZ23.490323.93694.4191
Yxy23.93690.45310.4617
Hunter Lab48.92540.083028.8925
CIE-Lab56.02463.325555.4490

#a4821b color RGB value is (164,130,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000010 00011011
Octal 244 202 33
Decimal 164 130 27
Hex A4 82 1B

RGB Percentages of Color #a4821b

%51.09
%40.50
%8.41

CMYK Percentages of Color #a4821b

%0
%21
%84
%36

Triadic Colors of #a4821b

#a4821b #1ba482 #821ba4

Analogous Colors of #a4821b

#a4821b #82a41b #a43d1b

Monochromatic Colors of #a4821b

#a4821b

Complementary Color

#a4821b #1b3da4

#a4821b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4821b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4821b Color CSS Codes

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

#a4821b Text Font Color

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

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


#a4821b Background Color

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

This div background color is #a4821b


#a4821b Border Color

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

This div border color is #a4821b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4821b


Comments

No comments written yet.

Please login to write comment.