COLOR #AC9262

HEX: #AC9262
RGB: (172,146,98)

Color info

#AC9262 contains mainly red and green colors. Web safe color of #AC9262 is #999966 (or #996).

RGB color model

#AC9262 color RGB value is (172,146,98).

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

RGB channels and saturation

R 172 of 255 = 67%
G 146 of 255 = 57%
B 98 of 255 = 38%

172
146
98

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

Portions of RGB colors in percentages

R + G + B =
172 + 146 + 98 = 416 (100%)
R 172 of 416 ~ 41.35%
G 146 of 416 ~ 35.1%
B 98 of 416 ~ 23.56%

%41.35
%35.1
%23.56

CMYK color model

#AC9262 color CMYK value is (0,15,43,33).

  • cyan value is 0.00%
  • magenta value is 15.12%
  • yellow value is 43.02%
  • key color value is 32.55%
CMYK:
(0,15,43,33)
C0M15Y43K33 
(0%,15%,43%,33%)
(0.00/0.15/0.43/0.33)	

CMYK percentages

%0
%15.12
%43.02
%32.55

Codes

Color #AC9262 in popluar color models

AC9262
RGB17214698
HSL39°30.83%52.94%
HSB/HSV39°43.02%67.45%
CMYK0.00%15.12%43.02%
32.55%

Color #AC9262 in popluar number systems.

HEXAC9262
Decimal17214698
Binary10101100100100101100010
Octal254222142

Shades and tints

Shades of #AC9262

#AC9262
(172,146,98)
#9D855A
(157,133,90)
#8E7852
(142,120,82)
#7F6B4A
(127,107,74)
#705E42
(112,94,66)
#61513A
(97,81,58)
#524432
(82,68,50)
#43372A
(67,55,42)
#342A22
(52,42,34)
#251D1A
(37,29,26)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #AC9262

#AC9262
(172,146,98)
#B39B70
(179,155,112)
#BAA47E
(186,164,126)
#C1AD8C
(193,173,140)
#C8B69A
(200,182,154)
#CFBFA8
(207,191,168)
#D6C8B6
(214,200,182)
#DDD1C4
(221,209,196)
#E4DAD2
(228,218,210)
#EBE3E0
(235,227,224)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9262; }

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

This text font color is #AC9262.


Background Color

.myBgColor { background-color: #AC9262; }

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

This div background color is #AC9262.


Border color

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

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

This div border color is #AC9262.


Opacity

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

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

Text with #AC9262 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 #AC9262;}

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

This text has shadow with #AC9262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9262 on black background.


Color preview on white background

This text has color #AC9262 on white background.



Black color preview on #AC9262 background

This text has black color on #AC9262 background.


White color preview on #AC9262 background

This text has white color on #AC9262 background.