Color Hex Logo

#ac764f Color Hex

#AC764F
(172,118,79)
0 Favorites   0 Comments

Color spaces of #ac764f

RGB 17211879
HSL0.070.370.49
HSV25°54°67°
CMYK 0.000.310.54   0.33
XYZ24.903022.292010.3874
Yxy22.29200.43250.3871
Hunter Lab47.214411.523720.0060
CIE-Lab54.335516.774229.8822

#ac764f color RGB value is (172,118,79).

#ac764f hex color red value is 172, green value is 118 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ac764f hue: 0.07 , saturation: 0.37 and the lightness value of ac764f is 0.49.

The process color (four color CMYK) of #ac764f color hex is 0.00, 0.31, 0.54, 0.33. Web safe color of #ac764f is #996666. Color #ac764f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110110 01001111
Octal 254 166 117
Decimal 172 118 79
Hex AC 76 4F

RGB Percentages of Color #ac764f

%46.61
%31.98
%21.41

CMYK Percentages of Color #ac764f

%0
%31
%54
%33

Triadic Colors of #ac764f

#ac764f #4fac76 #764fac

Analogous Colors of #ac764f

#ac764f #aca54f #ac4f57

Monochromatic Colors of #ac764f

#ac764f

Complementary Color

#ac764f #4f85ac

#ac764f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac764f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac764f Color CSS Codes

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

#ac764f Text Font Color

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

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


#ac764f Background Color

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

This div background color is #ac764f


#ac764f Border Color

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

This div border color is #ac764f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac764f


Comments

No comments written yet.

Please login to write comment.