Color Hex Logo

#ac6246 Color Hex

#AC6246
(172,98,70)
0 Favorites   0 Comments

Color spaces of #ac6246

RGB 1729870
HSL0.050.420.47
HSV16°59°67°
CMYK 0.000.430.59   0.33
XYZ22.486417.94828.0735
Yxy17.94820.46360.3700
Hunter Lab42.365320.603818.3569
CIE-Lab49.433227.201328.7931

#ac6246 color RGB value is (172,98,70).

#ac6246 hex color red value is 172, green value is 98 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #ac6246 hue: 0.05 , saturation: 0.42 and the lightness value of ac6246 is 0.47.

The process color (four color CMYK) of #ac6246 color hex is 0.00, 0.43, 0.59, 0.33. Web safe color of #ac6246 is #996633. Color #ac6246 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100010 01000110
Octal 254 142 106
Decimal 172 98 70
Hex AC 62 46

RGB Percentages of Color #ac6246

%50.59
%28.82
%20.59

CMYK Percentages of Color #ac6246

%0
%43
%59
%33

Triadic Colors of #ac6246

#ac6246 #46ac62 #6246ac

Analogous Colors of #ac6246

#ac6246 #ac9546 #ac465d

Monochromatic Colors of #ac6246

#ac6246

Complementary Color

#ac6246 #4690ac

#ac6246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6246 Color CSS Codes

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

#ac6246 Text Font Color

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

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


#ac6246 Background Color

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

This div background color is #ac6246


#ac6246 Border Color

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

This div border color is #ac6246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6246


Comments

No comments written yet.

Please login to write comment.