Color Hex Logo

#ac744a Color Hex

#AC744A
(172,116,74)
0 Favorites   0 Comments

Color spaces of #ac744a

RGB 17211674
HSL0.070.400.48
HSV26°57°67°
CMYK 0.000.330.57   0.33
XYZ24.494721.75599.3869
Yxy21.75590.44030.3910
Hunter Lab46.643212.113720.7182
CIE-Lab53.767017.466131.9358

#ac744a color RGB value is (172,116,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110100 01001010
Octal 254 164 112
Decimal 172 116 74
Hex AC 74 4A

RGB Percentages of Color #ac744a

%47.51
%32.04
%20.44

CMYK Percentages of Color #ac744a

%0
%33
%57
%33

Triadic Colors of #ac744a

#ac744a #4aac74 #744aac

Analogous Colors of #ac744a

#ac744a #aca54a #ac4a51

Monochromatic Colors of #ac744a

#ac744a

Complementary Color

#ac744a #4a82ac

#ac744a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac744a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac744a Color CSS Codes

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

#ac744a Text Font Color

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

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


#ac744a Background Color

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

This div background color is #ac744a


#ac744a Border Color

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

This div border color is #ac744a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac744a


Comments

No comments written yet.

Please login to write comment.