Color Hex Logo

#ac880e Color Hex

#AC880E
(172,136,14)
0 Favorites   0 Comments

Color spaces of #ac880e

RGB 17213614
HSL0.130.850.36
HSV46°92°67°
CMYK 0.000.210.92   0.33
XYZ25.896726.41074.1483
Yxy26.41070.45870.4678
Hunter Lab51.39130.013431.1881
CIE-Lab58.42483.347861.0210

#ac880e color RGB value is (172,136,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001000 00001110
Octal 254 210 16
Decimal 172 136 14
Hex AC 88 E

RGB Percentages of Color #ac880e

%53.42
%42.24
%4.35

CMYK Percentages of Color #ac880e

%0
%21
%92
%33

Triadic Colors of #ac880e

#ac880e #0eac88 #880eac

Analogous Colors of #ac880e

#ac880e #81ac0e #ac390e

Monochromatic Colors of #ac880e

#ac880e

Complementary Color

#ac880e #0e32ac

#ac880e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac880e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac880e Color CSS Codes

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

#ac880e Text Font Color

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

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


#ac880e Background Color

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

This div background color is #ac880e


#ac880e Border Color

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

This div border color is #ac880e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac880e


Comments

No comments written yet.

Please login to write comment.