Color Hex Logo

#ac720a Color Hex

#AC720A
(172,114,10)
0 Favorites   0 Comments

Color spaces of #ac720a

RGB 17211410
HSL0.110.890.36
HSV39°94°67°
CMYK 0.000.340.94   0.33
XYZ23.085420.82723.0905
Yxy20.82720.49110.4431
Hunter Lab45.636810.429827.9307
CIE-Lab52.759915.584357.5436

#ac720a color RGB value is (172,114,10).

#ac720a hex color red value is 172, green value is 114 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ac720a hue: 0.11 , saturation: 0.89 and the lightness value of ac720a is 0.36.

The process color (four color CMYK) of #ac720a color hex is 0.00, 0.34, 0.94, 0.33. Web safe color of #ac720a is #996600. Color #ac720a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110010 00001010
Octal 254 162 12
Decimal 172 114 10
Hex AC 72 A

RGB Percentages of Color #ac720a

%58.11
%38.51
%3.38

CMYK Percentages of Color #ac720a

%0
%34
%94
%33

Triadic Colors of #ac720a

#ac720a #0aac72 #720aac

Analogous Colors of #ac720a

#ac720a #95ac0a #ac210a

Monochromatic Colors of #ac720a

#ac720a

Complementary Color

#ac720a #0a44ac

#ac720a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac720a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac720a Color CSS Codes

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

#ac720a Text Font Color

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

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


#ac720a Background Color

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

This div background color is #ac720a


#ac720a Border Color

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

This div border color is #ac720a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac720a


Comments

No comments written yet.

Please login to write comment.