Color Hex Logo

#ac8629 Color Hex

#AC8629
(172,134,41)
0 Favorites   0 Comments

Color spaces of #ac8629

RGB 17213441
HSL0.120.620.42
HSV43°76°67°
CMYK 0.000.220.76   0.33
XYZ25.938625.98095.7455
Yxy25.98090.44980.4505
Hunter Lab50.97151.635928.9969
CIE-Lab58.01895.272252.6030

#ac8629 color RGB value is (172,134,41).

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

The process color (four color CMYK) of #ac8629 color hex is 0.00, 0.22, 0.76, 0.33. Web safe color of #ac8629 is #999933. Color #ac8629 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000110 00101001
Octal 254 206 51
Decimal 172 134 41
Hex AC 86 29

RGB Percentages of Color #ac8629

%49.57
%38.62
%11.82

CMYK Percentages of Color #ac8629

%0
%22
%76
%33

Triadic Colors of #ac8629

#ac8629 #29ac86 #8629ac

Analogous Colors of #ac8629

#ac8629 #91ac29 #ac4529

Monochromatic Colors of #ac8629

#ac8629

Complementary Color

#ac8629 #294fac

#ac8629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8629 Color CSS Codes

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

#ac8629 Text Font Color

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

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


#ac8629 Background Color

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

This div background color is #ac8629


#ac8629 Border Color

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

This div border color is #ac8629


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8629


Comments

No comments written yet.

Please login to write comment.