Color Hex Logo

#ac931d Color Hex

#AC931D
(172,147,29)
0 Favorites   0 Comments

Color spaces of #ac931d

RGB 17214729
HSL0.140.710.39
HSV50°83°67°
CMYK 0.000.150.83   0.33
XYZ27.668729.72685.4419
Yxy29.72680.44030.4731
Hunter Lab54.5223-4.829732.2478
CIE-Lab61.4178-2.322059.8085

#ac931d color RGB value is (172,147,29).

#ac931d hex color red value is 172, green value is 147 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ac931d hue: 0.14 , saturation: 0.71 and the lightness value of ac931d is 0.39.

The process color (four color CMYK) of #ac931d color hex is 0.00, 0.15, 0.83, 0.33. Web safe color of #ac931d is #999933. Color #ac931d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010011 00011101
Octal 254 223 35
Decimal 172 147 29
Hex AC 93 1D

RGB Percentages of Color #ac931d

%49.43
%42.24
%8.33

CMYK Percentages of Color #ac931d

%0
%15
%83
%33

Triadic Colors of #ac931d

#ac931d #1dac93 #931dac

Analogous Colors of #ac931d

#ac931d #7eac1d #ac4c1d

Monochromatic Colors of #ac931d

#ac931d

Complementary Color

#ac931d #1d36ac

#ac931d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac931d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac931d Color CSS Codes

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

#ac931d Text Font Color

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

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


#ac931d Background Color

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

This div background color is #ac931d


#ac931d Border Color

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

This div border color is #ac931d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac931d


Comments

No comments written yet.

Please login to write comment.