Color Hex Logo

#ac6c2b Color Hex

#AC6C2B
(172,108,43)
0 Favorites   0 Comments

Color spaces of #ac6c2b

RGB 17210843
HSL0.080.600.42
HSV30°75°67°
CMYK 0.000.370.75   0.33
XYZ22.811919.67024.8799
Yxy19.67020.48160.4153
Hunter Lab44.351114.196724.5222
CIE-Lab51.462319.940445.2725

#ac6c2b color RGB value is (172,108,43).

#ac6c2b hex color red value is 172, green value is 108 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ac6c2b hue: 0.08 , saturation: 0.60 and the lightness value of ac6c2b is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101100 00101011
Octal 254 154 53
Decimal 172 108 43
Hex AC 6C 2B

RGB Percentages of Color #ac6c2b

%53.25
%33.44
%13.31

CMYK Percentages of Color #ac6c2b

%0
%37
%75
%33

Triadic Colors of #ac6c2b

#ac6c2b #2bac6c #6c2bac

Analogous Colors of #ac6c2b

#ac6c2b #acac2b #ac2b2b

Monochromatic Colors of #ac6c2b

#ac6c2b

Complementary Color

#ac6c2b #2b6bac

#ac6c2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6c2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6c2b Color CSS Codes

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

#ac6c2b Text Font Color

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

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


#ac6c2b Background Color

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

This div background color is #ac6c2b


#ac6c2b Border Color

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

This div border color is #ac6c2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6c2b


Comments

No comments written yet.

Please login to write comment.