Color Hex Logo

#ac771d Color Hex

#AC771D
(172,119,29)
0 Favorites   0 Comments

Color spaces of #ac771d

RGB 17211929
HSL0.100.710.39
HSV38°83°67°
CMYK 0.000.310.83   0.33
XYZ23.831922.05304.1630
Yxy22.05300.47620.4406
Hunter Lab46.96068.405327.6165
CIE-Lab54.083213.207253.4560

#ac771d color RGB value is (172,119,29).

#ac771d hex color red value is 172, green value is 119 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ac771d hue: 0.10 , saturation: 0.71 and the lightness value of ac771d is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110111 00011101
Octal 254 167 35
Decimal 172 119 29
Hex AC 77 1D

RGB Percentages of Color #ac771d

%53.75
%37.19
%9.06

CMYK Percentages of Color #ac771d

%0
%31
%83
%33

Triadic Colors of #ac771d

#ac771d #1dac77 #771dac

Analogous Colors of #ac771d

#ac771d #9aac1d #ac301d

Monochromatic Colors of #ac771d

#ac771d

Complementary Color

#ac771d #1d52ac

#ac771d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac771d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac771d Color CSS Codes

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

#ac771d Text Font Color

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

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


#ac771d Background Color

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

This div background color is #ac771d


#ac771d Border Color

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

This div border color is #ac771d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac771d


Comments

No comments written yet.

Please login to write comment.