Color Hex Logo

#ac674e Color Hex

#AC674E
(172,103,78)
0 Favorites   0 Comments

Color spaces of #ac674e

RGB 17210378
HSL0.040.380.49
HSV16°55°67°
CMYK 0.000.400.55   0.33
XYZ23.238719.02129.6544
Yxy19.02120.44760.3664
Hunter Lab43.613318.787817.4047
CIE-Lab50.712025.100225.8371

#ac674e color RGB value is (172,103,78).

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

The process color (four color CMYK) of #ac674e color hex is 0.00, 0.40, 0.55, 0.33. Web safe color of #ac674e is #996666. Color #ac674e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100111 01001110
Octal 254 147 116
Decimal 172 103 78
Hex AC 67 4E

RGB Percentages of Color #ac674e

%48.73
%29.18
%22.10

CMYK Percentages of Color #ac674e

%0
%40
%55
%33

Triadic Colors of #ac674e

#ac674e #4eac67 #674eac

Analogous Colors of #ac674e

#ac674e #ac964e #ac4e64

Monochromatic Colors of #ac674e

#ac674e

Complementary Color

#ac674e #4e93ac

#ac674e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac674e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac674e Color CSS Codes

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

#ac674e Text Font Color

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

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


#ac674e Background Color

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

This div background color is #ac674e


#ac674e Border Color

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

This div border color is #ac674e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac674e


Comments

No comments written yet.

Please login to write comment.