Color Hex Logo

#ac971d Color Hex

#AC971D
(172,151,29)
0 Favorites   0 Comments

Color spaces of #ac971d

RGB 17215129
HSL0.140.710.39
HSV51°83°67°
CMYK 0.000.120.83   0.33
XYZ28.301630.99265.6529
Yxy30.99260.43580.4772
Hunter Lab55.6710-6.679832.9493
CIE-Lab62.5014-4.485160.7366

#ac971d color RGB value is (172,151,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010111 00011101
Octal 254 227 35
Decimal 172 151 29
Hex AC 97 1D

RGB Percentages of Color #ac971d

%48.86
%42.90
%8.24

CMYK Percentages of Color #ac971d

%0
%12
%83
%33

Triadic Colors of #ac971d

#ac971d #1dac97 #971dac

Analogous Colors of #ac971d

#ac971d #7aac1d #ac501d

Monochromatic Colors of #ac971d

#ac971d

Complementary Color

#ac971d #1d32ac

#ac971d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac971d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac971d Color CSS Codes

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

#ac971d Text Font Color

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

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


#ac971d Background Color

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

This div background color is #ac971d


#ac971d Border Color

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

This div border color is #ac971d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac971d


Comments

No comments written yet.

Please login to write comment.