Color Hex Logo

#ac645d Color Hex

#AC645D
(172,100,93)
0 Favorites   0 Comments

Color spaces of #ac645d

RGB 17210093
HSL0.010.320.52
HSV46°67°
CMYK 0.000.420.46   0.33
XYZ23.546218.675312.7196
Yxy18.67530.42860.3399
Hunter Lab43.214921.631912.7994
CIE-Lab50.305128.226916.5502

#ac645d color RGB value is (172,100,93).

#ac645d hex color red value is 172, green value is 100 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ac645d hue: 0.01 , saturation: 0.32 and the lightness value of ac645d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100100 01011101
Octal 254 144 135
Decimal 172 100 93
Hex AC 64 5D

RGB Percentages of Color #ac645d

%47.12
%27.40
%25.48

CMYK Percentages of Color #ac645d

%0
%42
%46
%33

Triadic Colors of #ac645d

#ac645d #5dac64 #645dac

Analogous Colors of #ac645d

#ac645d #ac8c5d #ac5d7e

Monochromatic Colors of #ac645d

#ac645d

Complementary Color

#ac645d #5da5ac

#ac645d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac645d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac645d Color CSS Codes

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

#ac645d Text Font Color

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

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


#ac645d Background Color

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

This div background color is #ac645d


#ac645d Border Color

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

This div border color is #ac645d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac645d


Comments

No comments written yet.

Please login to write comment.