Color Hex Logo

#ac812d Color Hex

#AC812D
(172,129,45)
0 Favorites   0 Comments

Color spaces of #ac812d

RGB 17212945
HSL0.110.590.43
HSV40°74°67°
CMYK 0.000.250.74   0.33
XYZ25.337224.66065.9072
Yxy24.66060.45320.4411
Hunter Lab49.65944.170127.7088
CIE-Lab56.74328.244749.7063

#ac812d color RGB value is (172,129,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000001 00101101
Octal 254 201 55
Decimal 172 129 45
Hex AC 81 2D

RGB Percentages of Color #ac812d

%49.71
%37.28
%13.01

CMYK Percentages of Color #ac812d

%0
%25
%74
%33

Triadic Colors of #ac812d

#ac812d #2dac81 #812dac

Analogous Colors of #ac812d

#ac812d #98ac2d #ac422d

Monochromatic Colors of #ac812d

#ac812d

Complementary Color

#ac812d #2d58ac

#ac812d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac812d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac812d Color CSS Codes

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

#ac812d Text Font Color

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

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


#ac812d Background Color

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

This div background color is #ac812d


#ac812d Border Color

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

This div border color is #ac812d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,129,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac812d


Comments

No comments written yet.

Please login to write comment.