Color Hex Logo

#ac721f Color Hex

#AC721F
(172,114,31)
0 Favorites   0 Comments

Color spaces of #ac721f

RGB 17211431
HSL0.100.690.40
HSV35°82°67°
CMYK 0.000.340.82   0.33
XYZ23.277920.90424.1044
Yxy20.90420.48210.4329
Hunter Lab45.721110.867426.6823
CIE-Lab52.844516.084251.6380

#ac721f color RGB value is (172,114,31).

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

The process color (four color CMYK) of #ac721f color hex is 0.00, 0.34, 0.82, 0.33. Web safe color of #ac721f is #996633. Color #ac721f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110010 00011111
Octal 254 162 37
Decimal 172 114 31
Hex AC 72 1F

RGB Percentages of Color #ac721f

%54.26
%35.96
%9.78

CMYK Percentages of Color #ac721f

%0
%34
%82
%33

Triadic Colors of #ac721f

#ac721f #1fac72 #721fac

Analogous Colors of #ac721f

#ac721f #a0ac1f #ac2c1f

Monochromatic Colors of #ac721f

#ac721f

Complementary Color

#ac721f #1f59ac

#ac721f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac721f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac721f Color CSS Codes

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

#ac721f Text Font Color

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

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


#ac721f Background Color

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

This div background color is #ac721f


#ac721f Border Color

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

This div border color is #ac721f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac721f


Comments

No comments written yet.

Please login to write comment.