Color Hex Logo

#ac763e Color Hex

#AC763E
(172,118,62)
0 Favorites   0 Comments

Color spaces of #ac763e

RGB 17211862
HSL0.080.470.46
HSV31°64°67°
CMYK 0.000.310.64   0.33
XYZ24.361222.07537.5344
Yxy22.07530.45140.4090
Hunter Lab46.984410.328923.3813
CIE-Lab54.106815.422538.7644

#ac763e color RGB value is (172,118,62).

#ac763e hex color red value is 172, green value is 118 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ac763e hue: 0.08 , saturation: 0.47 and the lightness value of ac763e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110110 00111110
Octal 254 166 76
Decimal 172 118 62
Hex AC 76 3E

RGB Percentages of Color #ac763e

%48.86
%33.52
%17.61

CMYK Percentages of Color #ac763e

%0
%31
%64
%33

Triadic Colors of #ac763e

#ac763e #3eac76 #763eac

Analogous Colors of #ac763e

#ac763e #abac3e #ac3f3e

Monochromatic Colors of #ac763e

#ac763e

Complementary Color

#ac763e #3e74ac

#ac763e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac763e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac763e Color CSS Codes

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

#ac763e Text Font Color

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

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


#ac763e Background Color

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

This div background color is #ac763e


#ac763e Border Color

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

This div border color is #ac763e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac763e


Comments

No comments written yet.

Please login to write comment.