Color Hex Logo

#ac561b Color Hex

#AC561B
(172,86,27)
0 Favorites   0 Comments

Color spaces of #ac561b

RGB 1728627
HSL0.070.730.39
HSV24°84°67°
CMYK 0.000.500.84   0.33
XYZ20.538915.50542.9472
Yxy15.50540.52680.3977
Hunter Lab39.376924.195623.1262
CIE-Lab46.318831.427147.3962

#ac561b color RGB value is (172,86,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010110 00011011
Octal 254 126 33
Decimal 172 86 27
Hex AC 56 1B

RGB Percentages of Color #ac561b

%60.35
%30.18
%9.47

CMYK Percentages of Color #ac561b

%0
%50
%84
%33

Triadic Colors of #ac561b

#ac561b #1bac56 #561bac

Analogous Colors of #ac561b

#ac561b #ac9f1b #ac1b29

Monochromatic Colors of #ac561b

#ac561b

Complementary Color

#ac561b #1b71ac

#ac561b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac561b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac561b Color CSS Codes

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

#ac561b Text Font Color

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

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


#ac561b Background Color

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

This div background color is #ac561b


#ac561b Border Color

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

This div border color is #ac561b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac561b


Comments

No comments written yet.

Please login to write comment.