Color Hex Logo

#a4732e Color Hex

#A4732E
(164,115,46)
0 Favorites   0 Comments

Color spaces of #a4732e

RGB 16411546
HSL0.100.560.41
HSV35°72°64°
CMYK 0.000.300.72   0.36
XYZ21.933720.35125.3569
Yxy20.35120.46040.4272
Hunter Lab45.11237.840624.5382
CIE-Lab52.232012.583044.3565

#a4732e color RGB value is (164,115,46).

#a4732e hex color red value is 164, green value is 115 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #a4732e hue: 0.10 , saturation: 0.56 and the lightness value of a4732e is 0.41.

The process color (four color CMYK) of #a4732e color hex is 0.00, 0.30, 0.72, 0.36. Web safe color of #a4732e is #996633. Color #a4732e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110011 00101110
Octal 244 163 56
Decimal 164 115 46
Hex A4 73 2E

RGB Percentages of Color #a4732e

%50.46
%35.38
%14.15

CMYK Percentages of Color #a4732e

%0
%30
%72
%36

Triadic Colors of #a4732e

#a4732e #2ea473 #732ea4

Analogous Colors of #a4732e

#a4732e #9aa42e #a4382e

Monochromatic Colors of #a4732e

#a4732e

Complementary Color

#a4732e #2e5fa4

#a4732e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4732e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4732e Color CSS Codes

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

#a4732e Text Font Color

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

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


#a4732e Background Color

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

This div background color is #a4732e


#a4732e Border Color

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

This div border color is #a4732e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4732e


Comments

No comments written yet.

Please login to write comment.