Color Hex Logo

#ac751c Color Hex

#AC751C
(172,117,28)
0 Favorites   0 Comments

Color spaces of #ac751c

RGB 17211728
HSL0.100.720.39
HSV37°84°67°
CMYK 0.000.320.84   0.33
XYZ23.584121.57714.0204
Yxy21.57710.47950.4387
Hunter Lab46.45129.338227.3842
CIE-Lab53.575414.299453.3588

#ac751c color RGB value is (172,117,28).

#ac751c hex color red value is 172, green value is 117 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ac751c hue: 0.10 , saturation: 0.72 and the lightness value of ac751c is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110101 00011100
Octal 254 165 34
Decimal 172 117 28
Hex AC 75 1C

RGB Percentages of Color #ac751c

%54.26
%36.91
%8.83

CMYK Percentages of Color #ac751c

%0
%32
%84
%33

Triadic Colors of #ac751c

#ac751c #1cac75 #751cac

Analogous Colors of #ac751c

#ac751c #9bac1c #ac2d1c

Monochromatic Colors of #ac751c

#ac751c

Complementary Color

#ac751c #1c53ac

#ac751c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac751c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac751c Color CSS Codes

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

#ac751c Text Font Color

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

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


#ac751c Background Color

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

This div background color is #ac751c


#ac751c Border Color

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

This div border color is #ac751c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac751c


Comments

No comments written yet.

Please login to write comment.