Color Hex Logo

#ac8648 Color Hex

#AC8648
(172,134,72)
0 Favorites   0 Comments

Color spaces of #ac8648

RGB 17213472
HSL0.100.410.48
HSV37°58°67°
CMYK 0.000.220.58   0.33
XYZ26.708126.28879.7975
Yxy26.28870.42530.4186
Hunter Lab51.27253.254624.5612
CIE-Lab58.31017.193138.4987

#ac8648 color RGB value is (172,134,72).

#ac8648 hex color red value is 172, green value is 134 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #ac8648 hue: 0.10 , saturation: 0.41 and the lightness value of ac8648 is 0.48.

The process color (four color CMYK) of #ac8648 color hex is 0.00, 0.22, 0.58, 0.33. Web safe color of #ac8648 is #999933. Color #ac8648 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000110 01001000
Octal 254 206 110
Decimal 172 134 72
Hex AC 86 48

RGB Percentages of Color #ac8648

%45.50
%35.45
%19.05

CMYK Percentages of Color #ac8648

%0
%22
%58
%33

Triadic Colors of #ac8648

#ac8648 #48ac86 #8648ac

Analogous Colors of #ac8648

#ac8648 #a0ac48 #ac5448

Monochromatic Colors of #ac8648

#ac8648

Complementary Color

#ac8648 #486eac

#ac8648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8648 Color CSS Codes

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

#ac8648 Text Font Color

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

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


#ac8648 Background Color

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

This div background color is #ac8648


#ac8648 Border Color

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

This div border color is #ac8648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8648


Comments

No comments written yet.

Please login to write comment.