Color Hex Logo

#ac944f Color Hex

#AC944F
(172,148,79)
0 Favorites   0 Comments

Color spaces of #ac944f

RGB 17214879
HSL0.120.370.49
HSV45°54°67°
CMYK 0.000.140.54   0.33
XYZ29.014430.515011.7579
Yxy30.51500.40700.4281
Hunter Lab55.2404-2.915526.0484
CIE-Lab62.09610.041839.4083

#ac944f color RGB value is (172,148,79).

#ac944f hex color red value is 172, green value is 148 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ac944f hue: 0.12 , saturation: 0.37 and the lightness value of ac944f is 0.49.

The process color (four color CMYK) of #ac944f color hex is 0.00, 0.14, 0.54, 0.33. Web safe color of #ac944f is #999966. Color #ac944f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010100 01001111
Octal 254 224 117
Decimal 172 148 79
Hex AC 94 4F

RGB Percentages of Color #ac944f

%43.11
%37.09
%19.80

CMYK Percentages of Color #ac944f

%0
%14
%54
%33

Triadic Colors of #ac944f

#ac944f #4fac94 #944fac

Analogous Colors of #ac944f

#ac944f #96ac4f #ac664f

Monochromatic Colors of #ac944f

#ac944f

Complementary Color

#ac944f #4f67ac

#ac944f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac944f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac944f Color CSS Codes

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

#ac944f Text Font Color

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

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


#ac944f Background Color

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

This div background color is #ac944f


#ac944f Border Color

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

This div border color is #ac944f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac944f


Comments

No comments written yet.

Please login to write comment.