Color Hex Logo

#ac6841 Color Hex

#AC6841
(172,104,65)
0 Favorites   0 Comments

Color spaces of #ac6841

RGB 17210465
HSL0.060.450.46
HSV22°62°67°
CMYK 0.000.400.62   0.33
XYZ22.917719.05297.4707
Yxy19.05290.46350.3854
Hunter Lab43.649617.332420.4072
CIE-Lab50.749023.494333.2072

#ac6841 color RGB value is (172,104,65).

#ac6841 hex color red value is 172, green value is 104 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #ac6841 hue: 0.06 , saturation: 0.45 and the lightness value of ac6841 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101000 01000001
Octal 254 150 101
Decimal 172 104 65
Hex AC 68 41

RGB Percentages of Color #ac6841

%50.44
%30.50
%19.06

CMYK Percentages of Color #ac6841

%0
%40
%62
%33

Triadic Colors of #ac6841

#ac6841 #41ac68 #6841ac

Analogous Colors of #ac6841

#ac6841 #ac9e41 #ac414f

Monochromatic Colors of #ac6841

#ac6841

Complementary Color

#ac6841 #4185ac

#ac6841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6841 Color CSS Codes

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

#ac6841 Text Font Color

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

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


#ac6841 Background Color

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

This div background color is #ac6841


#ac6841 Border Color

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

This div border color is #ac6841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6841


Comments

No comments written yet.

Please login to write comment.