Color Hex Logo

#ac774a Color Hex

#AC774A
(172,119,74)
0 Favorites   0 Comments

Color spaces of #ac774a

RGB 17211974
HSL0.080.400.48
HSV28°57°67°
CMYK 0.000.310.57   0.33
XYZ24.846122.45879.5040
Yxy22.45870.43740.3953
Hunter Lab47.390610.651021.2831
CIE-Lab54.510315.776632.8515

#ac774a color RGB value is (172,119,74).

#ac774a hex color red value is 172, green value is 119 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ac774a hue: 0.08 , saturation: 0.40 and the lightness value of ac774a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110111 01001010
Octal 254 167 112
Decimal 172 119 74
Hex AC 77 4A

RGB Percentages of Color #ac774a

%47.12
%32.60
%20.27

CMYK Percentages of Color #ac774a

%0
%31
%57
%33

Triadic Colors of #ac774a

#ac774a #4aac77 #774aac

Analogous Colors of #ac774a

#ac774a #aca84a #ac4a4e

Monochromatic Colors of #ac774a

#ac774a

Complementary Color

#ac774a #4a7fac

#ac774a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac774a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac774a Color CSS Codes

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

#ac774a Text Font Color

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

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


#ac774a Background Color

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

This div background color is #ac774a


#ac774a Border Color

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

This div border color is #ac774a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac774a


Comments

No comments written yet.

Please login to write comment.