Color Hex Logo

#ac8043 Color Hex

#AC8043
(172,128,67)
0 Favorites   0 Comments

Color spaces of #ac8043

RGB 17212867
HSL0.100.440.47
HSV35°61°67°
CMYK 0.000.260.61   0.33
XYZ25.745524.61428.7043
Yxy24.61420.43590.4167
Hunter Lab49.61275.806724.3268
CIE-Lab56.697610.160839.1842

#ac8043 color RGB value is (172,128,67).

#ac8043 hex color red value is 172, green value is 128 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #ac8043 hue: 0.10 , saturation: 0.44 and the lightness value of ac8043 is 0.47.

The process color (four color CMYK) of #ac8043 color hex is 0.00, 0.26, 0.61, 0.33. Web safe color of #ac8043 is #999933. Color #ac8043 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000000 01000011
Octal 254 200 103
Decimal 172 128 67
Hex AC 80 43

RGB Percentages of Color #ac8043

%46.87
%34.88
%18.26

CMYK Percentages of Color #ac8043

%0
%26
%61
%33

Triadic Colors of #ac8043

#ac8043 #43ac80 #8043ac

Analogous Colors of #ac8043

#ac8043 #a4ac43 #ac4c43

Monochromatic Colors of #ac8043

#ac8043

Complementary Color

#ac8043 #436fac

#ac8043 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8043 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8043 Color CSS Codes

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

#ac8043 Text Font Color

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

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


#ac8043 Background Color

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

This div background color is #ac8043


#ac8043 Border Color

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

This div border color is #ac8043


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8043


Comments

No comments written yet.

Please login to write comment.