COLOR #A4725E

HEX: #A4725E
RGB: (164,114,94)

Color info

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

RGB color model

#A4725E color RGB value is (164,114,94).

  • red value is 164;
  • green value is 114;
  • blue value is 94.
RGB:
(164,114,94)
(64%,45%,37%)

RGB channels and saturation

R 164 of 255 = 64%
G 114 of 255 = 45%
B 94 of 255 = 37%

164
114
94

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

Portions of RGB colors in percentages

R + G + B =
164 + 114 + 94 = 372 (100%)
R 164 of 372 ~ 44.09%
G 114 of 372 ~ 30.65%
B 94 of 372 ~ 25.27%

%44.09
%30.65
%25.27

CMYK color model

#A4725E color CMYK value is (0,30,43,36).

  • cyan value is 0.00%
  • magenta value is 30.49%
  • yellow value is 42.68%
  • key color value is 35.69%
CMYK:
(0,30,43,36)
C0M30Y43K36 
(0%,30%,43%,36%)
(0.00/0.30/0.43/0.36)	

CMYK percentages

%0
%30.49
%42.68
%35.69

Codes

Color #A4725E in popluar color models

A4725E
RGB16411494
HSL17°27.78%50.59%
HSB/HSV17°42.68%64.31%
CMYK0.00%30.49%42.68%
35.69%

Color #A4725E in popluar number systems.

HEXA4725E
Decimal16411494
Binary1010010011100101011110
Octal244162136

Shades and tints

Shades of #A4725E

#A4725E
(164,114,94)
#966856
(150,104,86)
#885E4E
(136,94,78)
#7A5446
(122,84,70)
#6C4A3E
(108,74,62)
#5E4036
(94,64,54)
#50362E
(80,54,46)
#422C26
(66,44,38)
#34221E
(52,34,30)
#261816
(38,24,22)
#180E0E
(24,14,14)
#000000
(0,0,0)

Tints of #A4725E

#A4725E
(164,114,94)
#AC7E6C
(172,126,108)
#B48A7A
(180,138,122)
#BC9688
(188,150,136)
#C4A296
(196,162,150)
#CCAEA4
(204,174,164)
#D4BAB2
(212,186,178)
#DCC6C0
(220,198,192)
#E4D2CE
(228,210,206)
#ECDEDC
(236,222,220)
#F4EAEA
(244,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4725E color. Also use rgb(164,114,94) instead hex code.

Text Font Color

.myTextColor { color: #A4725E; }

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

This text font color is #A4725E.


Background Color

.myBgColor { background-color: #A4725E; }

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

This div background color is #A4725E.


Border color

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

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

This div border color is #A4725E.


Opacity

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

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

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

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

This text has shadow with #A4725E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4725E on black background.


Color preview on white background

This text has color #A4725E on white background.



Black color preview on #A4725E background

This text has black color on #A4725E background.


White color preview on #A4725E background

This text has white color on #A4725E background.