color codes Logo

#ac724d color codes

#AC724D
(172,114,77)
0 Favorites   0 Comments

Color spaces of #ac724d

RGB 17211477
HSL0.060.380.49
HSV23°55°67°
CMYK 0.000.340.55   0.33
XYZ24.370121.34119.8560
Yxy21.34110.43860.3841
Hunter Lab46.196413.320719.6880
CIE-Lab53.320818.849129.7185

#ac724d color RGB value is (172,114,77).

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

The process color (four color CMYK) of #ac724d color code is 0.00, 0.34, 0.55, 0.33. Web safe color of #ac724d is #996666. Color #ac724d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110010 01001101
Octal 254 162 115
Decimal 172 114 77
Hex AC 72 4D

RGB Percentages of Color #ac724d

%47.38
%31.40
%21.21

CMYK Percentages of Color #ac724d

%0
%34
%55
%33

Triadic Colors of #ac724d

#ac724d #4dac72 #724dac

Analogous Colors of #ac724d

#ac724d #aca24d #ac4d58

Monochromatic Colors of #ac724d

#ac724d

Complementary Color

#ac724d #4d87ac

#ac724d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac724d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac724d Color CSS Codes

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

#ac724d Text Font Color

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

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


#ac724d Background Color

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

This div background color is #ac724d


#ac724d Border Color

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

This div border color is #ac724d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac724d


Comments

No comments written yet.

Please login to write comment.