Color Hex Logo

#ac921e Color Hex

#AC921E
(172,146,30)
0 Favorites   0 Comments

Color spaces of #ac921e

RGB 17214630
HSL0.140.700.40
HSV49°83°67°
CMYK 0.000.150.83   0.33
XYZ27.526529.42225.4565
Yxy29.42220.44110.4715
Hunter Lab54.2422-4.339932.0053
CIE-Lab61.1524-1.747059.2852

#ac921e color RGB value is (172,146,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010010 00011110
Octal 254 222 36
Decimal 172 146 30
Hex AC 92 1E

RGB Percentages of Color #ac921e

%49.43
%41.95
%8.62

CMYK Percentages of Color #ac921e

%0
%15
%83
%33

Triadic Colors of #ac921e

#ac921e #1eac92 #921eac

Analogous Colors of #ac921e

#ac921e #7fac1e #ac4b1e

Monochromatic Colors of #ac921e

#ac921e

Complementary Color

#ac921e #1e38ac

#ac921e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac921e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac921e Color CSS Codes

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

#ac921e Text Font Color

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

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


#ac921e Background Color

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

This div background color is #ac921e


#ac921e Border Color

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

This div border color is #ac921e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac921e


Comments

No comments written yet.

Please login to write comment.