Color Hex Logo

#a4782a Color Hex

#A4782A
(164,120,42)
0 Favorites   0 Comments

Color spaces of #a4782a

RGB 16412042
HSL0.110.590.40
HSV38°74°64°
CMYK 0.000.270.74   0.36
XYZ22.444221.49265.1560
Yxy21.49260.45720.4378
Hunter Lab46.36015.286525.8581
CIE-Lab53.48459.545647.4437

#a4782a color RGB value is (164,120,42).

#a4782a hex color red value is 164, green value is 120 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #a4782a hue: 0.11 , saturation: 0.59 and the lightness value of a4782a is 0.40.

The process color (four color CMYK) of #a4782a color hex is 0.00, 0.27, 0.74, 0.36. Web safe color of #a4782a is #996633. Color #a4782a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111000 00101010
Octal 244 170 52
Decimal 164 120 42
Hex A4 78 2A

RGB Percentages of Color #a4782a

%50.31
%36.81
%12.88

CMYK Percentages of Color #a4782a

%0
%27
%74
%36

Triadic Colors of #a4782a

#a4782a #2aa478 #782aa4

Analogous Colors of #a4782a

#a4782a #93a42a #a43b2a

Monochromatic Colors of #a4782a

#a4782a

Complementary Color

#a4782a #2a56a4

#a4782a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4782a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4782a Color CSS Codes

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

#a4782a Text Font Color

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

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


#a4782a Background Color

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

This div background color is #a4782a


#a4782a Border Color

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

This div border color is #a4782a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4782a


Comments

No comments written yet.

Please login to write comment.