Color Hex Logo

#ac702e Color Hex

#AC702E
(172,112,46)
0 Favorites   0 Comments

Color spaces of #ac702e

RGB 17211246
HSL0.090.580.43
HSV31°73°67°
CMYK 0.000.350.73   0.33
XYZ23.300620.55635.3244
Yxy20.55630.47380.4180
Hunter Lab45.339112.391224.7746
CIE-Lab52.460417.841244.8988

#ac702e color RGB value is (172,112,46).

#ac702e hex color red value is 172, green value is 112 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ac702e hue: 0.09 , saturation: 0.58 and the lightness value of ac702e is 0.43.

The process color (four color CMYK) of #ac702e color hex is 0.00, 0.35, 0.73, 0.33. Web safe color of #ac702e is #996633. Color #ac702e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110000 00101110
Octal 254 160 56
Decimal 172 112 46
Hex AC 70 2E

RGB Percentages of Color #ac702e

%52.12
%33.94
%13.94

CMYK Percentages of Color #ac702e

%0
%35
%73
%33

Triadic Colors of #ac702e

#ac702e #2eac70 #702eac

Analogous Colors of #ac702e

#ac702e #a9ac2e #ac312e

Monochromatic Colors of #ac702e

#ac702e

Complementary Color

#ac702e #2e6aac

#ac702e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac702e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac702e Color CSS Codes

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

#ac702e Text Font Color

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

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


#ac702e Background Color

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

This div background color is #ac702e


#ac702e Border Color

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

This div border color is #ac702e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac702e


Comments

No comments written yet.

Please login to write comment.