Color Hex Logo

#ac642e Color Hex

#AC642E
(172,100,46)
0 Favorites   0 Comments

Color spaces of #ac642e

RGB 17210046
HSL0.070.580.43
HSV26°73°67°
CMYK 0.000.420.73   0.33
XYZ22.063618.08234.9121
Yxy18.08230.48970.4013
Hunter Lab42.523318.200622.9174
CIE-Lab49.595824.550241.8985

#ac642e color RGB value is (172,100,46).

#ac642e hex color red value is 172, green value is 100 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ac642e hue: 0.07 , saturation: 0.58 and the lightness value of ac642e is 0.43.

The process color (four color CMYK) of #ac642e color hex is 0.00, 0.42, 0.73, 0.33. Web safe color of #ac642e is #996633. Color #ac642e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100100 00101110
Octal 254 144 56
Decimal 172 100 46
Hex AC 64 2E

RGB Percentages of Color #ac642e

%54.09
%31.45
%14.47

CMYK Percentages of Color #ac642e

%0
%42
%73
%33

Triadic Colors of #ac642e

#ac642e #2eac64 #642eac

Analogous Colors of #ac642e

#ac642e #aca32e #ac2e37

Monochromatic Colors of #ac642e

#ac642e

Complementary Color

#ac642e #2e76ac

#ac642e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac642e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac642e Color CSS Codes

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

#ac642e Text Font Color

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

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


#ac642e Background Color

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

This div background color is #ac642e


#ac642e Border Color

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

This div border color is #ac642e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac642e


Comments

No comments written yet.

Please login to write comment.