Color Hex Logo

#ac561d Color Hex

#AC561D
(172,86,29)
0 Favorites   0 Comments

Color spaces of #ac561d

RGB 1728629
HSL0.070.710.39
HSV24°83°67°
CMYK 0.000.500.83   0.33
XYZ20.562815.51493.0733
Yxy15.51490.52520.3963
Hunter Lab39.389024.254322.9462
CIE-Lab46.331531.488646.5736

#ac561d color RGB value is (172,86,29).

#ac561d hex color red value is 172, green value is 86 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ac561d hue: 0.07 , saturation: 0.71 and the lightness value of ac561d is 0.39.

The process color (four color CMYK) of #ac561d color hex is 0.00, 0.50, 0.83, 0.33. Web safe color of #ac561d is #996633. Color #ac561d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010110 00011101
Octal 254 126 35
Decimal 172 86 29
Hex AC 56 1D

RGB Percentages of Color #ac561d

%59.93
%29.97
%10.10

CMYK Percentages of Color #ac561d

%0
%50
%83
%33

Triadic Colors of #ac561d

#ac561d #1dac56 #561dac

Analogous Colors of #ac561d

#ac561d #ac9e1d #ac1d2c

Monochromatic Colors of #ac561d

#ac561d

Complementary Color

#ac561d #1d73ac

#ac561d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac561d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac561d Color CSS Codes

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

#ac561d Text Font Color

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

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


#ac561d Background Color

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

This div background color is #ac561d


#ac561d Border Color

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

This div border color is #ac561d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac561d


Comments

No comments written yet.

Please login to write comment.