COLOR #AC907D

HEX: #AC907D RGB: (172,144,125)

Color info

#AC907D contains red, green and blue colors in about the same proportion. Web safe color of #AC907D is #999966 (or #996).

RGB color model

#AC907D color RGB value is (172,144,125).

RGB: (172,144,125) (67%, 56%, 49%)

RGB channels and saturation

R 172 of 255 = 67%
G 144 of 255 = 56%
B 125 of 255 = 49%

172
144
125

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

Portions of RGB colors in percentages

R + G + B = 172 + 144 + 125 = 441 (100%)
R 172 of 441 ~ 39%
G 144 of 441 ~ 32.65%
B 125 of 441 ~ 28.34'%

%39
%32.65
%28.34

CMYK color model

#AC907D color CMYK value is (0,16,27,33).

  • cyan value is 0.00%
  • magenta value is 16.28%
  • yellow value is 27.33%
  • key color value is 32.55%
CMYK: (0,16,27,33) C0M16Y27K33 (0%,16%,27%,33%) (0.00/0.16/0.27/0.33) 

CMYK percentages

%0
%16.28
%27.33
%32.55

Codes

Color #AC907D in popluar color models

AC 90 7D
RGB 172 144 125
HSL 24° 22.07% 58.24%
HSB/HSV 24° 27.33% 67.45%
CMYK 0.00% 16.28% 27.33%
32.55%

Color #AC907D in popluar number systems.

HEX AC 90 7D
Decimal 172 144 125
Binary 10101100 10010000 1111101
Octal 254 220 175

Shades and tints

Shades of #AC907D

#AC907D
(172,144,125)
#9D8372
(157,131,114)
#8E7667
(142,118,103)
#7F695C
(127,105,92)
#705C51
(112,92,81)
#614F46
(97,79,70)
#52423B
(82,66,59)
#433530
(67,53,48)
#342825
(52,40,37)
#251B1A
(37,27,26)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #AC907D

#AC907D
(172,144,125)
#B39A88
(179,154,136)
#BAA493
(186,164,147)
#C1AE9E
(193,174,158)
#C8B8A9
(200,184,169)
#CFC2B4
(207,194,180)
#D6CCBF
(214,204,191)
#DDD6CA
(221,214,202)
#E4E0D5
(228,224,213)
#EBEAE0
(235,234,224)
#F2F4EB
(242,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC907D color. Also use rgb(172,144,125) instead hex code.

Text Font Color

.myTextColor { color: #AC907D; }

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

This text font color is #AC907D.

Background Color

.myBgColor { background-color: #AC907D; }

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

This div background color is #AC907D.

Border color

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

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

This div border color is #AC907D.

Opacity

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

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

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

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

This text has shadow with #AC907D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC907D.

Preview

Color preview on black background

This text has color #AC907D on black background.


Color preview on white background

This text has color #AC907D on white background.


Black color preview on #AC907D background

This text has black color on #AC907D background.


White color preview on #AC907D background

This text has white color on #AC907D background.


Related colors

Complementary color

Complementary color for #hex is #536F82.


I love getcolorcode.com

Triadic colors

1 #7DAC90 and #907DAC with #AC907D are triadic colors.

2 #7D90AC and #90AC7D with #AC907D are triadic colors.