Color Hex Logo

#ac7f0e Color Hex

#AC7F0E
(172,127,14)
0 Favorites   0 Comments

Color spaces of #ac7f0e

RGB 17212714
HSL0.120.850.36
HSV43°92°67°
CMYK 0.000.260.92   0.33
XYZ24.681923.98113.7434
Yxy23.98110.47100.4576
Hunter Lab48.97054.268429.7471
CIE-Lab56.06898.353059.2239

#ac7f0e color RGB value is (172,127,14).

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

The process color (four color CMYK) of #ac7f0e color hex is 0.00, 0.26, 0.92, 0.33. Web safe color of #ac7f0e is #996600. Color #ac7f0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111111 00001110
Octal 254 177 16
Decimal 172 127 14
Hex AC 7F E

RGB Percentages of Color #ac7f0e

%54.95
%40.58
%4.47

CMYK Percentages of Color #ac7f0e

%0
%26
%92
%33

Triadic Colors of #ac7f0e

#ac7f0e #0eac7f #7f0eac

Analogous Colors of #ac7f0e

#ac7f0e #8aac0e #ac300e

Monochromatic Colors of #ac7f0e

#ac7f0e

Complementary Color

#ac7f0e #0e3bac

#ac7f0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7f0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7f0e Color CSS Codes

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

#ac7f0e Text Font Color

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

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


#ac7f0e Background Color

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

This div background color is #ac7f0e


#ac7f0e Border Color

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

This div border color is #ac7f0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7f0e


Comments

No comments written yet.

Please login to write comment.