Color Hex Logo

#a4761e Color Hex

#A4761E
(164,118,30)
0 Favorites   0 Comments

Color spaces of #a4761e

RGB 16411830
HSL0.110.690.38
HSV39°82°64°
CMYK 0.000.280.82   0.36
XYZ22.022620.94314.1100
Yxy20.94310.46780.4449
Hunter Lab45.76365.812326.7097
CIE-Lab52.887210.172751.6811

#a4761e color RGB value is (164,118,30).

#a4761e hex color red value is 164, green value is 118 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #a4761e hue: 0.11 , saturation: 0.69 and the lightness value of a4761e is 0.38.

The process color (four color CMYK) of #a4761e color hex is 0.00, 0.28, 0.82, 0.36. Web safe color of #a4761e is #996633. Color #a4761e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110110 00011110
Octal 244 166 36
Decimal 164 118 30
Hex A4 76 1E

RGB Percentages of Color #a4761e

%52.56
%37.82
%9.62

CMYK Percentages of Color #a4761e

%0
%28
%82
%36

Triadic Colors of #a4761e

#a4761e #1ea476 #761ea4

Analogous Colors of #a4761e

#a4761e #8fa41e #a4331e

Monochromatic Colors of #a4761e

#a4761e

Complementary Color

#a4761e #1e4ca4

#a4761e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4761e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4761e Color CSS Codes

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

#a4761e Text Font Color

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

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


#a4761e Background Color

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

This div background color is #a4761e


#a4761e Border Color

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

This div border color is #a4761e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4761e


Comments

No comments written yet.

Please login to write comment.