Color Hex Logo

#ac704b Color Hex

#AC704B
(172,112,75)
0 Favorites   0 Comments

Color spaces of #ac704b

RGB 17211275
HSL0.060.390.48
HSV23°56°67°
CMYK 0.000.350.56   0.33
XYZ24.077420.86709.4153
Yxy20.86700.44290.3839
Hunter Lab45.680414.143719.7559
CIE-Lab52.803619.801530.1857

#ac704b color RGB value is (172,112,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110000 01001011
Octal 254 160 113
Decimal 172 112 75
Hex AC 70 4B

RGB Percentages of Color #ac704b

%47.91
%31.20
%20.89

CMYK Percentages of Color #ac704b

%0
%35
%56
%33

Triadic Colors of #ac704b

#ac704b #4bac70 #704bac

Analogous Colors of #ac704b

#ac704b #aca14b #ac4b56

Monochromatic Colors of #ac704b

#ac704b

Complementary Color

#ac704b #4b87ac

#ac704b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac704b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac704b Color CSS Codes

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

#ac704b Text Font Color

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

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


#ac704b Background Color

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

This div background color is #ac704b


#ac704b Border Color

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

This div border color is #ac704b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac704b


Comments

No comments written yet.

Please login to write comment.