Color Hex Logo

#ac742a Color Hex

#AC742A
(172,116,42)
0 Favorites   0 Comments

Color spaces of #ac742a

RGB 17211642
HSL0.090.610.42
HSV34°76°67°
CMYK 0.000.330.76   0.33
XYZ23.676621.42865.0787
Yxy21.42860.47180.4270
Hunter Lab46.291010.288625.8989
CIE-Lab53.415415.399247.6881

#ac742a color RGB value is (172,116,42).

#ac742a hex color red value is 172, green value is 116 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ac742a hue: 0.09 , saturation: 0.61 and the lightness value of ac742a is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110100 00101010
Octal 254 164 52
Decimal 172 116 42
Hex AC 74 2A

RGB Percentages of Color #ac742a

%52.12
%35.15
%12.73

CMYK Percentages of Color #ac742a

%0
%33
%76
%33

Triadic Colors of #ac742a

#ac742a #2aac74 #742aac

Analogous Colors of #ac742a

#ac742a #a3ac2a #ac332a

Monochromatic Colors of #ac742a

#ac742a

Complementary Color

#ac742a #2a62ac

#ac742a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac742a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac742a Color CSS Codes

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

#ac742a Text Font Color

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

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


#ac742a Background Color

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

This div background color is #ac742a


#ac742a Border Color

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

This div border color is #ac742a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac742a

#ac742a Color Palettes


Comments

No comments written yet.

Please login to write comment.