Color Hex Logo

#ac843d Color Hex

#AC843D
(172,132,61)
0 Favorites   0 Comments

Color spaces of #ac843d

RGB 17213261
HSL0.110.480.46
HSV38°65°67°
CMYK 0.000.230.65   0.33
XYZ26.106825.61017.9821
Yxy25.61010.43730.4290
Hunter Lab50.60643.523226.0727
CIE-Lab57.66517.496843.3042

#ac843d color RGB value is (172,132,61).

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

The process color (four color CMYK) of #ac843d color hex is 0.00, 0.23, 0.65, 0.33. Web safe color of #ac843d is #999933. Color #ac843d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000100 00111101
Octal 254 204 75
Decimal 172 132 61
Hex AC 84 3D

RGB Percentages of Color #ac843d

%47.12
%36.16
%16.71

CMYK Percentages of Color #ac843d

%0
%23
%65
%33

Triadic Colors of #ac843d

#ac843d #3dac84 #843dac

Analogous Colors of #ac843d

#ac843d #9dac3d #ac4d3d

Monochromatic Colors of #ac843d

#ac843d

Complementary Color

#ac843d #3d65ac

#ac843d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac843d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac843d Color CSS Codes

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

#ac843d Text Font Color

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

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


#ac843d Background Color

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

This div background color is #ac843d


#ac843d Border Color

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

This div border color is #ac843d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac843d


Comments

No comments written yet.

Please login to write comment.