Color Hex Logo

#ac872a Color Hex

#AC872A
(172,135,42)
0 Favorites   0 Comments

Color spaces of #ac872a

RGB 17213542
HSL0.120.610.42
HSV43°76°67°
CMYK 0.000.220.76   0.33
XYZ26.095126.26585.8849
Yxy26.26580.44800.4509
Hunter Lab51.25021.199229.0670
CIE-Lab58.28854.761252.4660

#ac872a color RGB value is (172,135,42).

#ac872a hex color red value is 172, green value is 135 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ac872a hue: 0.12 , saturation: 0.61 and the lightness value of ac872a is 0.42.

The process color (four color CMYK) of #ac872a color hex is 0.00, 0.22, 0.76, 0.33. Web safe color of #ac872a is #999933. Color #ac872a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000111 00101010
Octal 254 207 52
Decimal 172 135 42
Hex AC 87 2A

RGB Percentages of Color #ac872a

%49.28
%38.68
%12.03

CMYK Percentages of Color #ac872a

%0
%22
%76
%33

Triadic Colors of #ac872a

#ac872a #2aac87 #872aac

Analogous Colors of #ac872a

#ac872a #90ac2a #ac462a

Monochromatic Colors of #ac872a

#ac872a

Complementary Color

#ac872a #2a4fac

#ac872a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac872a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac872a Color CSS Codes

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

#ac872a Text Font Color

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

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


#ac872a Background Color

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

This div background color is #ac872a


#ac872a Border Color

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

This div border color is #ac872a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac872a


Comments

No comments written yet.

Please login to write comment.