Color Hex Logo

#ac761e Color Hex

#AC761E
(172,118,30)
0 Favorites   0 Comments

Color spaces of #ac761e

RGB 17211830
HSL0.100.700.40
HSV37°83°67°
CMYK 0.000.310.83   0.33
XYZ23.726021.82134.1897
Yxy21.82130.47700.4387
Hunter Lab46.71338.913227.3816
CIE-Lab53.836913.801252.8876

#ac761e color RGB value is (172,118,30).

#ac761e hex color red value is 172, green value is 118 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ac761e hue: 0.10 , saturation: 0.70 and the lightness value of ac761e is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110110 00011110
Octal 254 166 36
Decimal 172 118 30
Hex AC 76 1E

RGB Percentages of Color #ac761e

%53.75
%36.88
%9.38

CMYK Percentages of Color #ac761e

%0
%31
%83
%33

Triadic Colors of #ac761e

#ac761e #1eac76 #761eac

Analogous Colors of #ac761e

#ac761e #9bac1e #ac2f1e

Monochromatic Colors of #ac761e

#ac761e

Complementary Color

#ac761e #1e54ac

#ac761e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac761e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac761e Color CSS Codes

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

#ac761e Text Font Color

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

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


#ac761e Background Color

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

This div background color is #ac761e


#ac761e Border Color

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

This div border color is #ac761e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac761e


Comments

No comments written yet.

Please login to write comment.