Color Hex Logo

#ac704a Color Hex

#AC704A
(172,112,74)
1 Favorites   0 Comments

Color spaces of #ac704a

RGB 17211274
HSL0.060.400.48
HSV23°57°67°
CMYK 0.000.350.57   0.33
XYZ24.043520.85349.2364
Yxy20.85340.44420.3852
Hunter Lab45.665514.067919.9738
CIE-Lab52.788719.717430.7237

#ac704a color RGB value is (172,112,74).

#ac704a hex color red value is 172, green value is 112 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ac704a hue: 0.06 , saturation: 0.40 and the lightness value of ac704a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110000 01001010
Octal 254 160 112
Decimal 172 112 74
Hex AC 70 4A

RGB Percentages of Color #ac704a

%48.04
%31.28
%20.67

CMYK Percentages of Color #ac704a

%0
%35
%57
%33

Triadic Colors of #ac704a

#ac704a #4aac70 #704aac

Analogous Colors of #ac704a

#ac704a #aca14a #ac4a55

Monochromatic Colors of #ac704a

#ac704a

Complementary Color

#ac704a #4a86ac

#ac704a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac704a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac704a Color CSS Codes

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

#ac704a Text Font Color

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

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


#ac704a Background Color

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

This div background color is #ac704a


#ac704a Border Color

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

This div border color is #ac704a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac704a


Comments

No comments written yet.

Please login to write comment.