Color Hex Logo

#ac644d Color Hex

#AC644D
(172,100,77)
0 Favorites   0 Comments

Color spaces of #ac644d

RGB 17210077
HSL0.040.380.49
HSV15°55°67°
CMYK 0.000.420.55   0.33
XYZ22.910018.42089.3693
Yxy18.42080.45190.3633
Hunter Lab42.919520.172617.1006
CIE-Lab50.002626.677025.5006

#ac644d color RGB value is (172,100,77).

#ac644d hex color red value is 172, green value is 100 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ac644d hue: 0.04 , saturation: 0.38 and the lightness value of ac644d is 0.49.

The process color (four color CMYK) of #ac644d color hex is 0.00, 0.42, 0.55, 0.33. Web safe color of #ac644d is #996666. Color #ac644d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100100 01001101
Octal 254 144 115
Decimal 172 100 77
Hex AC 64 4D

RGB Percentages of Color #ac644d

%49.28
%28.65
%22.06

CMYK Percentages of Color #ac644d

%0
%42
%55
%33

Triadic Colors of #ac644d

#ac644d #4dac64 #644dac

Analogous Colors of #ac644d

#ac644d #ac944d #ac4d66

Monochromatic Colors of #ac644d

#ac644d

Complementary Color

#ac644d #4d95ac

#ac644d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac644d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac644d Color CSS Codes

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

#ac644d Text Font Color

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

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


#ac644d Background Color

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

This div background color is #ac644d


#ac644d Border Color

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

This div border color is #ac644d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac644d


Comments

No comments written yet.

Please login to write comment.