Color Hex Logo

#ac715c Color Hex

#AC715C
(172,113,92)
0 Favorites   0 Comments

Color spaces of #ac715c

RGB 17211392
HSL0.040.330.52
HSV16°47°67°
CMYK 0.000.340.47   0.33
XYZ24.850221.353612.9371
Yxy21.35360.42020.3611
Hunter Lab46.210015.124015.7479
CIE-Lab53.334320.863221.2188

#ac715c color RGB value is (172,113,92).

#ac715c hex color red value is 172, green value is 113 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ac715c hue: 0.04 , saturation: 0.33 and the lightness value of ac715c is 0.52.

The process color (four color CMYK) of #ac715c color hex is 0.00, 0.34, 0.47, 0.33. Web safe color of #ac715c is #996666. Color #ac715c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110001 01011100
Octal 254 161 134
Decimal 172 113 92
Hex AC 71 5C

RGB Percentages of Color #ac715c

%45.62
%29.97
%24.40

CMYK Percentages of Color #ac715c

%0
%34
%47
%33

Triadic Colors of #ac715c

#ac715c #5cac71 #715cac

Analogous Colors of #ac715c

#ac715c #ac995c #ac5c6f

Monochromatic Colors of #ac715c

#ac715c

Complementary Color

#ac715c #5c97ac

#ac715c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac715c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac715c Color CSS Codes

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

#ac715c Text Font Color

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

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


#ac715c Background Color

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

This div background color is #ac715c


#ac715c Border Color

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

This div border color is #ac715c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac715c


Comments

No comments written yet.

Please login to write comment.