Color Hex Logo

#ac921f Color Hex

#AC921F
(172,146,31)
0 Favorites   0 Comments

Color spaces of #ac921f

RGB 17214631
HSL0.140.690.40
HSV49°82°67°
CMYK 0.000.150.82   0.33
XYZ27.539529.42745.5249
Yxy29.42740.44070.4709
Hunter Lab54.2470-4.313531.9344
CIE-Lab61.1570-1.714558.9862

#ac921f color RGB value is (172,146,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010010 00011111
Octal 254 222 37
Decimal 172 146 31
Hex AC 92 1F

RGB Percentages of Color #ac921f

%49.28
%41.83
%8.88

CMYK Percentages of Color #ac921f

%0
%15
%82
%33

Triadic Colors of #ac921f

#ac921f #1fac92 #921fac

Analogous Colors of #ac921f

#ac921f #80ac1f #ac4b1f

Monochromatic Colors of #ac921f

#ac921f

Complementary Color

#ac921f #1f39ac

#ac921f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac921f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac921f Color CSS Codes

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

#ac921f Text Font Color

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

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


#ac921f Background Color

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

This div background color is #ac921f


#ac921f Border Color

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

This div border color is #ac921f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac921f


Comments

No comments written yet.

Please login to write comment.