Color Hex Logo

#ac920e Color Hex

#AC920E
(172,146,14)
0 Favorites   0 Comments

Color spaces of #ac920e

RGB 17214614
HSL0.140.850.36
HSV50°92°67°
CMYK 0.000.150.92   0.33
XYZ27.371429.36014.6399
Yxy29.36010.44600.4784
Hunter Lab54.1850-4.654832.8524
CIE-Lab61.0981-2.135463.0703

#ac920e color RGB value is (172,146,14).

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

The process color (four color CMYK) of #ac920e color hex is 0.00, 0.15, 0.92, 0.33. Web safe color of #ac920e is #999900. Color #ac920e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010010 00001110
Octal 254 222 16
Decimal 172 146 14
Hex AC 92 E

RGB Percentages of Color #ac920e

%51.81
%43.98
%4.22

CMYK Percentages of Color #ac920e

%0
%15
%92
%33

Triadic Colors of #ac920e

#ac920e #0eac92 #920eac

Analogous Colors of #ac920e

#ac920e #77ac0e #ac430e

Monochromatic Colors of #ac920e

#ac920e

Complementary Color

#ac920e #0e28ac

#ac920e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac920e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac920e Color CSS Codes

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

#ac920e Text Font Color

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

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


#ac920e Background Color

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

This div background color is #ac920e


#ac920e Border Color

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

This div border color is #ac920e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac920e


Comments

No comments written yet.

Please login to write comment.