Color Hex Logo

#ac564e Color Hex

#AC564E
(172,86,78)
0 Favorites   0 Comments

Color spaces of #ac564e

RGB 1728678
HSL0.010.380.49
HSV55°67°
CMYK 0.000.500.55   0.33
XYZ21.716215.97639.1469
Yxy15.97630.46360.3411
Hunter Lab39.970427.032314.4112
CIE-Lab46.943434.361620.9304

#ac564e color RGB value is (172,86,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010110 01001110
Octal 254 126 116
Decimal 172 86 78
Hex AC 56 4E

RGB Percentages of Color #ac564e

%51.19
%25.60
%23.21

CMYK Percentages of Color #ac564e

%0
%50
%55
%33

Triadic Colors of #ac564e

#ac564e #4eac56 #564eac

Analogous Colors of #ac564e

#ac564e #ac854e #ac4e75

Monochromatic Colors of #ac564e

#ac564e

Complementary Color

#ac564e #4ea4ac

#ac564e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac564e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac564e Color CSS Codes

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

#ac564e Text Font Color

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

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


#ac564e Background Color

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

This div background color is #ac564e


#ac564e Border Color

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

This div border color is #ac564e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac564e


Comments

No comments written yet.

Please login to write comment.