Color Hex Logo

#ac772a Color Hex

#AC772A
(172,119,42)
0 Favorites   0 Comments

Color spaces of #ac772a

RGB 17211942
HSL0.100.610.42
HSV36°76°67°
CMYK 0.000.310.76   0.33
XYZ24.028022.13155.1959
Yxy22.13150.46790.4309
Hunter Lab47.04418.842526.3825
CIE-Lab54.166313.711648.4331

#ac772a color RGB value is (172,119,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110111 00101010
Octal 254 167 52
Decimal 172 119 42
Hex AC 77 2A

RGB Percentages of Color #ac772a

%51.65
%35.74
%12.61

CMYK Percentages of Color #ac772a

%0
%31
%76
%33

Triadic Colors of #ac772a

#ac772a #2aac77 #772aac

Analogous Colors of #ac772a

#ac772a #a0ac2a #ac362a

Monochromatic Colors of #ac772a

#ac772a

Complementary Color

#ac772a #2a5fac

#ac772a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac772a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac772a Color CSS Codes

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

#ac772a Text Font Color

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

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


#ac772a Background Color

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

This div background color is #ac772a


#ac772a Border Color

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

This div border color is #ac772a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,119,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 #ac772a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac772a


Comments

No comments written yet.

Please login to write comment.