COLOR #AC826F

HEX: #AC826F
RGB: (172,130,111)

Color info

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

RGB color model

#AC826F color RGB value is (172,130,111).

  • red value is 172;
  • green value is 130;
  • blue value is 111.
RGB:
(172,130,111)
(67%,51%,44%)

RGB channels and saturation

R 172 of 255 = 67%
G 130 of 255 = 51%
B 111 of 255 = 44%

172
130
111

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

Portions of RGB colors in percentages

R + G + B =
172 + 130 + 111 = 413 (100%)
R 172 of 413 ~ 41.65%
G 130 of 413 ~ 31.48%
B 111 of 413 ~ 26.88%

%41.65
%31.48
%26.88

CMYK color model

#AC826F color CMYK value is (0,24,35,33).

  • cyan value is 0.00%
  • magenta value is 24.42%
  • yellow value is 35.47%
  • key color value is 32.55%
CMYK:
(0,24,35,33)
C0M24Y35K33 
(0%,24%,35%,33%)
(0.00/0.24/0.35/0.33)	

CMYK percentages

%0
%24.42
%35.47
%32.55

Codes

Color #AC826F in popluar color models

AC826F
RGB172130111
HSL19°26.87%55.49%
HSB/HSV19°35.47%67.45%
CMYK0.00%24.42%35.47%
32.55%

Color #AC826F in popluar number systems.

HEXAC826F
Decimal172130111
Binary10101100100000101101111
Octal254202157

Shades and tints

Shades of #AC826F

#AC826F
(172,130,111)
#9D7765
(157,119,101)
#8E6C5B
(142,108,91)
#7F6151
(127,97,81)
#705647
(112,86,71)
#614B3D
(97,75,61)
#524033
(82,64,51)
#433529
(67,53,41)
#342A1F
(52,42,31)
#251F15
(37,31,21)
#16140B
(22,20,11)
#000000
(0,0,0)

Tints of #AC826F

#AC826F
(172,130,111)
#B38D7C
(179,141,124)
#BA9889
(186,152,137)
#C1A396
(193,163,150)
#C8AEA3
(200,174,163)
#CFB9B0
(207,185,176)
#D6C4BD
(214,196,189)
#DDCFCA
(221,207,202)
#E4DAD7
(228,218,215)
#EBE5E4
(235,229,228)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC826F color. Also use rgb(172,130,111) instead hex code.

Text Font Color

.myTextColor { color: #AC826F; }

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

This text font color is #AC826F.


Background Color

.myBgColor { background-color: #AC826F; }

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

This div background color is #AC826F.


Border color

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

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

This div border color is #AC826F.


Opacity

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

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

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

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

This text has shadow with #AC826F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC826F on black background.


Color preview on white background

This text has color #AC826F on white background.



Black color preview on #AC826F background

This text has black color on #AC826F background.


White color preview on #AC826F background

This text has white color on #AC826F background.