color codes Logo

#ac943d color codes

#AC943D
(172,148,61)
0 Favorites   0 Comments

Color spaces of #ac943d

RGB 17214861
HSL0.130.480.46
HSV47°65°67°
CMYK 0.000.140.65   0.33
XYZ28.445530.28748.7617
Yxy30.28740.42140.4487
Hunter Lab55.0340-4.047929.0845
CIE-Lab61.9014-1.334147.9673

#ac943d color RGB value is (172,148,61).

#ac943d hex color red value is 172, green value is 148 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ac943d hue: 0.13 , saturation: 0.48 and the lightness value of ac943d is 0.46.

The process color (four color CMYK) of #ac943d color code is 0.00, 0.14, 0.65, 0.33. Web safe color of #ac943d is #999933. Color #ac943d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010100 00111101
Octal 254 224 75
Decimal 172 148 61
Hex AC 94 3D

RGB Percentages of Color #ac943d

%45.14
%38.85
%16.01

CMYK Percentages of Color #ac943d

%0
%14
%65
%33

Triadic Colors of #ac943d

#ac943d #3dac94 #943dac

Analogous Colors of #ac943d

#ac943d #8dac3d #ac5d3d

Monochromatic Colors of #ac943d

#ac943d

Complementary Color

#ac943d #3d55ac

#ac943d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac943d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac943d Color CSS Codes

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

#ac943d Text Font Color

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

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


#ac943d Background Color

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

This div background color is #ac943d


#ac943d Border Color

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

This div border color is #ac943d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac943d


Comments

No comments written yet.

Please login to write comment.