Color Hex Logo

#ac572f Color Hex

#AC572F
(172,87,47)
0 Favorites   0 Comments

Color spaces of #ac572f

RGB 1728747
HSL0.050.570.43
HSV19°73°67°
CMYK 0.000.490.73   0.33
XYZ20.934515.79234.6342
Yxy15.79230.50610.3818
Hunter Lab39.739524.488420.9036
CIE-Lab46.700831.694738.2760

#ac572f color RGB value is (172,87,47).

#ac572f hex color red value is 172, green value is 87 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ac572f hue: 0.05 , saturation: 0.57 and the lightness value of ac572f is 0.43.

The process color (four color CMYK) of #ac572f color hex is 0.00, 0.49, 0.73, 0.33. Web safe color of #ac572f is #996633. Color #ac572f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010111 00101111
Octal 254 127 57
Decimal 172 87 47
Hex AC 57 2F

RGB Percentages of Color #ac572f

%56.21
%28.43
%15.36

CMYK Percentages of Color #ac572f

%0
%49
%73
%33

Triadic Colors of #ac572f

#ac572f #2fac57 #572fac

Analogous Colors of #ac572f

#ac572f #ac962f #ac2f45

Monochromatic Colors of #ac572f

#ac572f

Complementary Color

#ac572f #2f84ac

#ac572f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac572f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac572f Color CSS Codes

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

#ac572f Text Font Color

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

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


#ac572f Background Color

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

This div background color is #ac572f


#ac572f Border Color

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

This div border color is #ac572f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac572f


Comments

No comments written yet.

Please login to write comment.