Color Hex Logo

#ac770c Color Hex

#AC770C
(172,119,12)
0 Favorites   0 Comments

Color spaces of #ac770c

RGB 17211912
HSL0.110.870.36
HSV40°93°67°
CMYK 0.000.310.93   0.33
XYZ23.676421.99093.3446
Yxy21.99090.48310.4487
Hunter Lab46.89458.057028.5974
CIE-Lab54.017312.803858.0835

#ac770c color RGB value is (172,119,12).

#ac770c hex color red value is 172, green value is 119 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ac770c hue: 0.11 , saturation: 0.87 and the lightness value of ac770c is 0.36.

The process color (four color CMYK) of #ac770c color hex is 0.00, 0.31, 0.93, 0.33. Web safe color of #ac770c is #996600. Color #ac770c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110111 00001100
Octal 254 167 14
Decimal 172 119 12
Hex AC 77 C

RGB Percentages of Color #ac770c

%56.77
%39.27
%3.96

CMYK Percentages of Color #ac770c

%0
%31
%93
%33

Triadic Colors of #ac770c

#ac770c #0cac77 #770cac

Analogous Colors of #ac770c

#ac770c #91ac0c #ac270c

Monochromatic Colors of #ac770c

#ac770c

Complementary Color

#ac770c #0c41ac

#ac770c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac770c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac770c Color CSS Codes

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

#ac770c Text Font Color

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

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


#ac770c Background Color

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

This div background color is #ac770c


#ac770c Border Color

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

This div border color is #ac770c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac770c


Comments

No comments written yet.

Please login to write comment.