COLOR #AC7262

HEX: #AC7262
RGB: (172,114,98)

Color info

#AC7262 contains mainly red and green colors. Web safe color of #AC7262 is #996666 (or #966).

RGB color model

#AC7262 color RGB value is (172,114,98).

  • red value is 172;
  • green value is 114;
  • blue value is 98.
RGB:
(172,114,98)
(67%,45%,38%)

RGB channels and saturation

R 172 of 255 = 67%
G 114 of 255 = 45%
B 98 of 255 = 38%

172
114
98

R + G + B ~ 50%. #AC7262 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
172 + 114 + 98 = 384 (100%)
R 172 of 384 ~ 44.79%
G 114 of 384 ~ 29.69%
B 98 of 384 ~ 25.52%

%44.79
%29.69
%25.52

CMYK color model

#AC7262 color CMYK value is (0,34,43,33).

  • cyan value is 0.00%
  • magenta value is 33.72%
  • yellow value is 43.02%
  • key color value is 32.55%
CMYK:
(0,34,43,33)
C0M34Y43K33 
(0%,34%,43%,33%)
(0.00/0.34/0.43/0.33)	

CMYK percentages

%0
%33.72
%43.02
%32.55

Codes

Color #AC7262 in popluar color models

AC7262
RGB17211498
HSL13°30.83%52.94%
HSB/HSV13°43.02%67.45%
CMYK0.00%33.72%43.02%
32.55%

Color #AC7262 in popluar number systems.

HEXAC7262
Decimal17211498
Binary1010110011100101100010
Octal254162142

Shades and tints

Shades of #AC7262

#AC7262
(172,114,98)
#9D685A
(157,104,90)
#8E5E52
(142,94,82)
#7F544A
(127,84,74)
#704A42
(112,74,66)
#61403A
(97,64,58)
#523632
(82,54,50)
#432C2A
(67,44,42)
#342222
(52,34,34)
#25181A
(37,24,26)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #AC7262

#AC7262
(172,114,98)
#B37E70
(179,126,112)
#BA8A7E
(186,138,126)
#C1968C
(193,150,140)
#C8A29A
(200,162,154)
#CFAEA8
(207,174,168)
#D6BAB6
(214,186,182)
#DDC6C4
(221,198,196)
#E4D2D2
(228,210,210)
#EBDEE0
(235,222,224)
#F2EAEE
(242,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7262 color. Also use rgb(172,114,98) instead hex code.

Text Font Color

.myTextColor { color: #AC7262; }

<p style="color:#AC7262">This sample text font color is #AC7262.</p>

This text font color is #AC7262.


Background Color

.myBgColor { background-color: #AC7262; }

<div style="background-color:#AC7262">Inner text</div>

This div background color is #AC7262.


Border color

.myBorderColor { border: 1px solid #AC7262; }

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

This div border color is #AC7262.


Opacity

.myOpacity80 { color: #AC7262; opacity: 0.8; }

<p style="color:#AC7262;opacity:0.8;">80%</p>

Text with #AC7262 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AC7262;}

<p style="text-shadow: 3px 3px 1px #AC7262">Text here.</p>

This text has shadow with #AC7262 color.

.textShadow {text-shadow: 3px 3px 1px #AC7262, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AC7262, 5px 5px 20px red">Text here.</p>

This text has shadow with #AC7262 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AC7262, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AC7262, Direction=45, Strength=4)">Text</p>

This text has shadow with #AC7262 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AC7262;
  -webkit-box-shadow:	1px 1px 3px 2px #AC7262;
  box-shadow:		1px 1px 3px 2px #AC7262;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AC7262;
-webkit-box-shadow: 1px 1px 3px 2px #AC7262;
box-shadow:1px 1px 3px 2px #AC7262;">
Div content here</div>
This div box has shadow with color #AC7262.

Preview

Color preview on black background

This text has color #AC7262 on black background.


Color preview on white background

This text has color #AC7262 on white background.



Black color preview on #AC7262 background

This text has black color on #AC7262 background.


White color preview on #AC7262 background

This text has white color on #AC7262 background.