COLOR #AC875D

HEX: #AC875D
RGB: (172,135,93)

Color info

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

RGB color model

#AC875D color RGB value is (172,135,93).

  • red value is 172;
  • green value is 135;
  • blue value is 93.
RGB:
(172,135,93)
(67%,53%,36%)

RGB channels and saturation

R 172 of 255 = 67%
G 135 of 255 = 53%
B 93 of 255 = 36%

172
135
93

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

Portions of RGB colors in percentages

R + G + B =
172 + 135 + 93 = 400 (100%)
R 172 of 400 ~ 43%
G 135 of 400 ~ 33.75%
B 93 of 400 ~ 23.25%

%43
%33.75
%23.25

CMYK color model

#AC875D color CMYK value is (0,22,46,33).

  • cyan value is 0.00%
  • magenta value is 21.51%
  • yellow value is 45.93%
  • key color value is 32.55%
CMYK:
(0,22,46,33)
C0M22Y46K33 
(0%,22%,46%,33%)
(0.00/0.22/0.46/0.33)	

CMYK percentages

%0
%21.51
%45.93
%32.55

Codes

Color #AC875D in popluar color models

AC875D
RGB17213593
HSL32°32.24%51.96%
HSB/HSV32°45.93%67.45%
CMYK0.00%21.51%45.93%
32.55%

Color #AC875D in popluar number systems.

HEXAC875D
Decimal17213593
Binary10101100100001111011101
Octal254207135

Shades and tints

Shades of #AC875D

#AC875D
(172,135,93)
#9D7B55
(157,123,85)
#8E6F4D
(142,111,77)
#7F6345
(127,99,69)
#70573D
(112,87,61)
#614B35
(97,75,53)
#523F2D
(82,63,45)
#433325
(67,51,37)
#34271D
(52,39,29)
#251B15
(37,27,21)
#160F0D
(22,15,13)
#000000
(0,0,0)

Tints of #AC875D

#AC875D
(172,135,93)
#B3916B
(179,145,107)
#BA9B79
(186,155,121)
#C1A587
(193,165,135)
#C8AF95
(200,175,149)
#CFB9A3
(207,185,163)
#D6C3B1
(214,195,177)
#DDCDBF
(221,205,191)
#E4D7CD
(228,215,205)
#EBE1DB
(235,225,219)
#F2EBE9
(242,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC875D color. Also use rgb(172,135,93) instead hex code.

Text Font Color

.myTextColor { color: #AC875D; }

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

This text font color is #AC875D.


Background Color

.myBgColor { background-color: #AC875D; }

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

This div background color is #AC875D.


Border color

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

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

This div border color is #AC875D.


Opacity

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

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

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

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

This text has shadow with #AC875D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC875D on black background.


Color preview on white background

This text has color #AC875D on white background.



Black color preview on #AC875D background

This text has black color on #AC875D background.


White color preview on #AC875D background

This text has white color on #AC875D background.