COLOR #A9724F

HEX: #A9724F RGB: (169,114,79)

Color info

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

RGB color model

#A9724F color RGB value is (169,114,79).

RGB: (169,114,79) (66%, 45%, 31%)

RGB channels and saturation

R 169 of 255 = 66%
G 114 of 255 = 45%
B 79 of 255 = 31%

169
114
79

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

Portions of RGB colors in percentages

R + G + B = 169 + 114 + 79 = 362 (100%)
R 169 of 362 ~ 46.69%
G 114 of 362 ~ 31.49%
B 79 of 362 ~ 21.82'%

%46.69
%31.49
%21.82

CMYK color model

#A9724F color CMYK value is (0,33,53,34).

  • cyan value is 0.00%
  • magenta value is 32.54%
  • yellow value is 53.25%
  • key color value is 33.73%

CMYK: (0,33,53,34)
C0M33Y53K34 (0%, 33%, 53%, 34%)
(0.00 / 0.33 / 0.53 / 0.34)

CMYK percentages

%0
%32.54
%53.25
%33.73

Codes

Color #A9724F in popluar color models

A9 72 4F
RGB 169 114 79
HSL 23° 36.29% 48.63%
HSB/HSV 23° 53.25% 66.27%
CMYK 0.00% 32.54% 53.25%
33.73%

Color #A9724F in popluar number systems.

HEX A9 72 4F
Decimal 169 114 79
Binary 10101001 1110010 1001111
Octal 251 162 117

Shades and tints

Shades of #A9724F

#A9724F
(169,114,79)
#9A6848
(154,104,72)
#8B5E41
(139,94,65)
#7C543A
(124,84,58)
#6D4A33
(109,74,51)
#5E402C
(94,64,44)
#4F3625
(79,54,37)
#402C1E
(64,44,30)
#312217
(49,34,23)
#221810
(34,24,16)
#130E09
(19,14,9)
#000000
(0,0,0)

Tints of #A9724F

#A9724F
(169,114,79)
#B07E5F
(176,126,95)
#B78A6F
(183,138,111)
#BE967F
(190,150,127)
#C5A28F
(197,162,143)
#CCAE9F
(204,174,159)
#D3BAAF
(211,186,175)
#DAC6BF
(218,198,191)
#E1D2CF
(225,210,207)
#E8DEDF
(232,222,223)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9724F color. Also use rgb(169,114,79) instead hex code.

Text Font Color

.myTextColor { color: #A9724F; }

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

This text font color is #A9724F.

Background Color

.myBgColor { background-color: #A9724F; }

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

This div background color is #A9724F.

Border color

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

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

This div border color is #A9724F.

Opacity

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

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

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

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

This text has shadow with #A9724F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9724F.

Preview

Color preview on black background

This text has color #A9724F on black background.


Color preview on white background

This text has color #A9724F on white background.


Black color preview on #A9724F background

This text has black color on #A9724F background.


White color preview on #A9724F background

This text has white color on #A9724F background.


Related colors

Complementary color

Complementary color for #hex is #568DB0.


I love getcolorcode.com

Triadic colors

1 #4FA972 and #724FA9 with #A9724F are triadic colors.

2 #4F72A9 and #72A94F with #A9724F are triadic colors.