Color Hex Logo

#ac763a Color Hex

#AC763A
(172,118,58)
0 Favorites   0 Comments

Color spaces of #ac763a

RGB 17211858
HSL0.090.500.45
HSV32°66°67°
CMYK 0.000.310.66   0.33
XYZ24.255422.03306.9774
Yxy22.03300.45540.4136
Hunter Lab46.939310.094224.0442
CIE-Lab54.062015.155240.7626

#ac763a color RGB value is (172,118,58).

#ac763a hex color red value is 172, green value is 118 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ac763a hue: 0.09 , saturation: 0.50 and the lightness value of ac763a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110110 00111010
Octal 254 166 72
Decimal 172 118 58
Hex AC 76 3A

RGB Percentages of Color #ac763a

%49.43
%33.91
%16.67

CMYK Percentages of Color #ac763a

%0
%31
%66
%33

Triadic Colors of #ac763a

#ac763a #3aac76 #763aac

Analogous Colors of #ac763a

#ac763a #a9ac3a #ac3d3a

Monochromatic Colors of #ac763a

#ac763a

Complementary Color

#ac763a #3a70ac

#ac763a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac763a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac763a Color CSS Codes

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

#ac763a Text Font Color

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

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


#ac763a Background Color

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

This div background color is #ac763a


#ac763a Border Color

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

This div border color is #ac763a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac763a


Comments

No comments written yet.

Please login to write comment.