Color Hex Logo

#ac891f Color Hex

#AC891F
(172,137,31)
0 Favorites   0 Comments

Color spaces of #ac891f

RGB 17213731
HSL0.130.690.40
HSV45°82°67°
CMYK 0.000.200.82   0.33
XYZ26.206226.76095.0805
Yxy26.76090.45150.4610
Hunter Lab51.7309-0.103430.3888
CIE-Lab58.75243.222356.8812

#ac891f color RGB value is (172,137,31).

#ac891f hex color red value is 172, green value is 137 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ac891f hue: 0.13 , saturation: 0.69 and the lightness value of ac891f is 0.40.

The process color (four color CMYK) of #ac891f color hex is 0.00, 0.20, 0.82, 0.33. Web safe color of #ac891f is #999933. Color #ac891f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001001 00011111
Octal 254 211 37
Decimal 172 137 31
Hex AC 89 1F

RGB Percentages of Color #ac891f

%50.59
%40.29
%9.12

CMYK Percentages of Color #ac891f

%0
%20
%82
%33

Triadic Colors of #ac891f

#ac891f #1fac89 #891fac

Analogous Colors of #ac891f

#ac891f #89ac1f #ac431f

Monochromatic Colors of #ac891f

#ac891f

Complementary Color

#ac891f #1f42ac

#ac891f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac891f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac891f Color CSS Codes

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

#ac891f Text Font Color

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

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


#ac891f Background Color

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

This div background color is #ac891f


#ac891f Border Color

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

This div border color is #ac891f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac891f


Comments

No comments written yet.

Please login to write comment.