Color Hex Logo

#ac982e Color Hex

#AC982E
(172,152,46)
0 Favorites   0 Comments

Color spaces of #ac982e

RGB 17215246
HSL0.140.580.43
HSV50°73°67°
CMYK 0.000.120.73   0.33
XYZ28.734631.42447.1358
Yxy31.42440.42700.4670
Hunter Lab56.0575-6.602931.6929
CIE-Lab62.8643-4.355255.3378

#ac982e color RGB value is (172,152,46).

#ac982e hex color red value is 172, green value is 152 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ac982e hue: 0.14 , saturation: 0.58 and the lightness value of ac982e is 0.43.

The process color (four color CMYK) of #ac982e color hex is 0.00, 0.12, 0.73, 0.33. Web safe color of #ac982e is #999933. Color #ac982e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011000 00101110
Octal 254 230 56
Decimal 172 152 46
Hex AC 98 2E

RGB Percentages of Color #ac982e

%46.49
%41.08
%12.43

CMYK Percentages of Color #ac982e

%0
%12
%73
%33

Triadic Colors of #ac982e

#ac982e #2eac98 #982eac

Analogous Colors of #ac982e

#ac982e #81ac2e #ac592e

Monochromatic Colors of #ac982e

#ac982e

Complementary Color

#ac982e #2e42ac

#ac982e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac982e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac982e Color CSS Codes

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

#ac982e Text Font Color

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

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


#ac982e Background Color

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

This div background color is #ac982e


#ac982e Border Color

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

This div border color is #ac982e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac982e


Comments

No comments written yet.

Please login to write comment.