Color Hex Logo

#ac746d Color Hex

#AC746D
(172,116,109)
0 Favorites   0 Comments

Color spaces of #ac746d

RGB 172116109
HSL0.020.280.55
HSV37°67°
CMYK 0.000.330.37   0.33
XYZ26.019022.365617.4136
Yxy22.36560.39540.3399
Hunter Lab47.292315.444611.2733
CIE-Lab54.412821.150612.8406

#ac746d color RGB value is (172,116,109).

#ac746d hex color red value is 172, green value is 116 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ac746d hue: 0.02 , saturation: 0.28 and the lightness value of ac746d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110100 01101101
Octal 254 164 155
Decimal 172 116 109
Hex AC 74 6D

RGB Percentages of Color #ac746d

%43.32
%29.22
%27.46

CMYK Percentages of Color #ac746d

%0
%33
%37
%33

Triadic Colors of #ac746d

#ac746d #6dac74 #746dac

Analogous Colors of #ac746d

#ac746d #ac946d #ac6d86

Monochromatic Colors of #ac746d

#ac746d

Complementary Color

#ac746d #6da5ac

#ac746d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac746d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac746d Color CSS Codes

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

#ac746d Text Font Color

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

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


#ac746d Background Color

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

This div background color is #ac746d


#ac746d Border Color

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

This div border color is #ac746d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac746d


Comments

No comments written yet.

Please login to write comment.