Color Hex Logo

#ac733a Color Hex

#AC733A
(172,115,58)
0 Favorites   0 Comments

Color spaces of #ac733a

RGB 17211558
HSL0.080.500.45
HSV30°66°67°
CMYK 0.000.330.66   0.33
XYZ23.907721.33766.8615
Yxy21.33760.45880.4095
Hunter Lab46.192611.548323.5279
CIE-Lab53.317016.843639.9237

#ac733a color RGB value is (172,115,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110011 00111010
Octal 254 163 72
Decimal 172 115 58
Hex AC 73 3A

RGB Percentages of Color #ac733a

%49.86
%33.33
%16.81

CMYK Percentages of Color #ac733a

%0
%33
%66
%33

Triadic Colors of #ac733a

#ac733a #3aac73 #733aac

Analogous Colors of #ac733a

#ac733a #acac3a #ac3a3a

Monochromatic Colors of #ac733a

#ac733a

Complementary Color

#ac733a #3a73ac

#ac733a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac733a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac733a Color CSS Codes

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

#ac733a Text Font Color

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

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


#ac733a Background Color

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

This div background color is #ac733a


#ac733a Border Color

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

This div border color is #ac733a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac733a


Comments

No comments written yet.

Please login to write comment.