COLOR #A7725C

HEX: #A7725C RGB: (167,114,92)

Color info

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

RGB color model

#A7725C color RGB value is (167,114,92).

RGB: (167,114,92) (65%, 45%, 36%)

RGB channels and saturation

R 167 of 255 = 65%
G 114 of 255 = 45%
B 92 of 255 = 36%

167
114
92

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

Portions of RGB colors in percentages

R + G + B = 167 + 114 + 92 = 373 (100%)
R 167 of 373 ~ 44.77%
G 114 of 373 ~ 30.56%
B 92 of 373 ~ 24.66'%

%44.77
%30.56
%24.66

CMYK color model

#A7725C color CMYK value is (0,32,45,35).

  • cyan value is 0.00%
  • magenta value is 31.74%
  • yellow value is 44.91%
  • key color value is 34.51%

CMYK: (0,32,45,35)
C0M32Y45K35 (0%, 32%, 45%, 35%)
(0.00 / 0.32 / 0.45 / 0.35)

CMYK percentages

%0
%31.74
%44.91
%34.51

Codes

Color #A7725C in popluar color models

A7 72 5C
RGB 167 114 92
HSL 18° 29.88% 50.78%
HSB/HSV 18° 44.91% 65.49%
CMYK 0.00% 31.74% 44.91%
34.51%

Color #A7725C in popluar number systems.

HEX A7 72 5C
Decimal 167 114 92
Binary 10100111 1110010 1011100
Octal 247 162 134

Shades and tints

Shades of #A7725C

#A7725C
(167,114,92)
#986854
(152,104,84)
#895E4C
(137,94,76)
#7A5444
(122,84,68)
#6B4A3C
(107,74,60)
#5C4034
(92,64,52)
#4D362C
(77,54,44)
#3E2C24
(62,44,36)
#2F221C
(47,34,28)
#201814
(32,24,20)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #A7725C

#A7725C
(167,114,92)
#AF7E6A
(175,126,106)
#B78A78
(183,138,120)
#BF9686
(191,150,134)
#C7A294
(199,162,148)
#CFAEA2
(207,174,162)
#D7BAB0
(215,186,176)
#DFC6BE
(223,198,190)
#E7D2CC
(231,210,204)
#EFDEDA
(239,222,218)
#F7EAE8
(247,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7725C color. Also use rgb(167,114,92) instead hex code.

Text Font Color

.myTextColor { color: #A7725C; }

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

This text font color is #A7725C.

Background Color

.myBgColor { background-color: #A7725C; }

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

This div background color is #A7725C.

Border color

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

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

This div border color is #A7725C.

Opacity

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

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

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

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

This text has shadow with #A7725C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7725C.

Preview

Color preview on black background

This text has color #A7725C on black background.


Color preview on white background

This text has color #A7725C on white background.


Black color preview on #A7725C background

This text has black color on #A7725C background.


White color preview on #A7725C background

This text has white color on #A7725C background.


Related colors

Complementary color

Complementary color for #hex is #588DA3.


I love getcolorcode.com

Triadic colors

1 #5CA772 and #725CA7 with #A7725C are triadic colors.

2 #5C72A7 and #72A75C with #A7725C are triadic colors.