Color Hex Logo

#ac994a Color Hex

#AC994A
(172,153,74)
0 Favorites   0 Comments

Color spaces of #ac994a

RGB 17215374
HSL0.130.400.48
HSV48°57°67°
CMYK 0.000.110.57   0.33
XYZ29.640532.047511.1021
Yxy32.04750.40720.4403
Hunter Lab56.6105-5.608227.9998
CIE-Lab63.3821-3.097243.4303

#ac994a color RGB value is (172,153,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011001 01001010
Octal 254 231 112
Decimal 172 153 74
Hex AC 99 4A

RGB Percentages of Color #ac994a

%43.11
%38.35
%18.55

CMYK Percentages of Color #ac994a

%0
%11
%57
%33

Triadic Colors of #ac994a

#ac994a #4aac99 #994aac

Analogous Colors of #ac994a

#ac994a #8eac4a #ac684a

Monochromatic Colors of #ac994a

#ac994a

Complementary Color

#ac994a #4a5dac

#ac994a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac994a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac994a Color CSS Codes

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

#ac994a Text Font Color

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

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


#ac994a Background Color

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

This div background color is #ac994a


#ac994a Border Color

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

This div border color is #ac994a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac994a


Comments

No comments written yet.

Please login to write comment.