Color Hex Logo

#ac812e Color Hex

#AC812E
(172,129,46)
0 Favorites   0 Comments

Color spaces of #ac812e

RGB 17212946
HSL0.110.580.43
HSV40°73°67°
CMYK 0.000.250.73   0.33
XYZ25.356724.66846.0098
Yxy24.66840.45250.4402
Hunter Lab49.66734.212027.5929
CIE-Lab56.75098.294249.2837

#ac812e color RGB value is (172,129,46).

#ac812e hex color red value is 172, green value is 129 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ac812e hue: 0.11 , saturation: 0.58 and the lightness value of ac812e is 0.43.

The process color (four color CMYK) of #ac812e color hex is 0.00, 0.25, 0.73, 0.33. Web safe color of #ac812e is #999933. Color #ac812e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000001 00101110
Octal 254 201 56
Decimal 172 129 46
Hex AC 81 2E

RGB Percentages of Color #ac812e

%49.57
%37.18
%13.26

CMYK Percentages of Color #ac812e

%0
%25
%73
%33

Triadic Colors of #ac812e

#ac812e #2eac81 #812eac

Analogous Colors of #ac812e

#ac812e #98ac2e #ac422e

Monochromatic Colors of #ac812e

#ac812e

Complementary Color

#ac812e #2e59ac

#ac812e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac812e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac812e Color CSS Codes

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

#ac812e Text Font Color

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

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


#ac812e Background Color

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

This div background color is #ac812e


#ac812e Border Color

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

This div border color is #ac812e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,129,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 #ac812e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac812e


Comments

No comments written yet.

Please login to write comment.