Color Hex Logo

#ac6129 Color Hex

#AC6129
(172,97,41)
0 Favorites   0 Comments

Color spaces of #ac6129

RGB 1729741
HSL0.070.620.42
HSV26°76°67°
CMYK 0.000.440.76   0.33
XYZ21.688217.48014.3287
Yxy17.48010.49860.4019
Hunter Lab41.809219.429423.1279
CIE-Lab48.859425.971743.5671

#ac6129 color RGB value is (172,97,41).

#ac6129 hex color red value is 172, green value is 97 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #ac6129 hue: 0.07 , saturation: 0.62 and the lightness value of ac6129 is 0.42.

The process color (four color CMYK) of #ac6129 color hex is 0.00, 0.44, 0.76, 0.33. Web safe color of #ac6129 is #996633. Color #ac6129 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100001 00101001
Octal 254 141 51
Decimal 172 97 41
Hex AC 61 29

RGB Percentages of Color #ac6129

%55.48
%31.29
%13.23

CMYK Percentages of Color #ac6129

%0
%44
%76
%33

Triadic Colors of #ac6129

#ac6129 #29ac61 #6129ac

Analogous Colors of #ac6129

#ac6129 #aca329 #ac2932

Monochromatic Colors of #ac6129

#ac6129

Complementary Color

#ac6129 #2974ac

#ac6129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6129 Color CSS Codes

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

#ac6129 Text Font Color

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

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


#ac6129 Background Color

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

This div background color is #ac6129


#ac6129 Border Color

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

This div border color is #ac6129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6129


Comments

No comments written yet.

Please login to write comment.