Color Hex Logo

#ac744b Color Hex

#AC744B
(172,116,75)
0 Favorites   0 Comments

Color spaces of #ac744b

RGB 17211675
HSL0.070.390.48
HSV25°56°67°
CMYK 0.000.330.56   0.33
XYZ24.528621.76949.5657
Yxy21.76940.43910.3897
Hunter Lab46.657712.189020.5048
CIE-Lab53.781517.550631.4032

#ac744b color RGB value is (172,116,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110100 01001011
Octal 254 164 113
Decimal 172 116 75
Hex AC 74 4B

RGB Percentages of Color #ac744b

%47.38
%31.96
%20.66

CMYK Percentages of Color #ac744b

%0
%33
%56
%33

Triadic Colors of #ac744b

#ac744b #4bac74 #744bac

Analogous Colors of #ac744b

#ac744b #aca54b #ac4b52

Monochromatic Colors of #ac744b

#ac744b

Complementary Color

#ac744b #4b83ac

#ac744b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac744b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac744b Color CSS Codes

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

#ac744b Text Font Color

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

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


#ac744b Background Color

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

This div background color is #ac744b


#ac744b Border Color

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

This div border color is #ac744b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac744b

#ac744b Color Palettes


Comments

No comments written yet.

Please login to write comment.