Color Hex Logo

#ac654f Color Hex

#AC654F
(172,101,79)
0 Favorites   0 Comments

Color spaces of #ac654f

RGB 17210179
HSL0.040.370.49
HSV14°54°67°
CMYK 0.000.410.54   0.33
XYZ23.078218.64259.7791
Yxy18.64250.44810.3620
Hunter Lab43.177019.849016.7953
CIE-Lab50.266326.299924.6863

#ac654f color RGB value is (172,101,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100101 01001111
Octal 254 145 117
Decimal 172 101 79
Hex AC 65 4F

RGB Percentages of Color #ac654f

%48.86
%28.69
%22.44

CMYK Percentages of Color #ac654f

%0
%41
%54
%33

Triadic Colors of #ac654f

#ac654f #4fac65 #654fac

Analogous Colors of #ac654f

#ac654f #ac944f #ac4f68

Monochromatic Colors of #ac654f

#ac654f

Complementary Color

#ac654f #4f96ac

#ac654f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac654f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac654f Color CSS Codes

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

#ac654f Text Font Color

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

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


#ac654f Background Color

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

This div background color is #ac654f


#ac654f Border Color

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

This div border color is #ac654f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,101,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 #ac654f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac654f


Comments

No comments written yet.

Please login to write comment.