COLOR #A4725B

HEX: #A4725B
RGB: (164,114,91)

Color info

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

RGB color model

#A4725B color RGB value is (164,114,91).

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

RGB channels and saturation

R 164 of 255 = 64%
G 114 of 255 = 45%
B 91 of 255 = 36%

164
114
91

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

Portions of RGB colors in percentages

R + G + B =
164 + 114 + 91 = 369 (100%)
R 164 of 369 ~ 44.44%
G 114 of 369 ~ 30.89%
B 91 of 369 ~ 24.66%

%44.44
%30.89
%24.66

CMYK color model

#A4725B color CMYK value is (0,30,45,36).

  • cyan value is 0.00%
  • magenta value is 30.49%
  • yellow value is 44.51%
  • key color value is 35.69%
CMYK:
(0,30,45,36)
C0M30Y45K36 
(0%,30%,45%,36%)
(0.00/0.30/0.45/0.36)	

CMYK percentages

%0
%30.49
%44.51
%35.69

Codes

Color #A4725B in popluar color models

A4725B
RGB16411491
HSL19°28.63%50.00%
HSB/HSV19°44.51%64.31%
CMYK0.00%30.49%44.51%
35.69%

Color #A4725B in popluar number systems.

HEXA4725B
Decimal16411491
Binary1010010011100101011011
Octal244162133

Shades and tints

Shades of #A4725B

#A4725B
(164,114,91)
#966853
(150,104,83)
#885E4B
(136,94,75)
#7A5443
(122,84,67)
#6C4A3B
(108,74,59)
#5E4033
(94,64,51)
#50362B
(80,54,43)
#422C23
(66,44,35)
#34221B
(52,34,27)
#261813
(38,24,19)
#180E0B
(24,14,11)
#000000
(0,0,0)

Tints of #A4725B

#A4725B
(164,114,91)
#AC7E69
(172,126,105)
#B48A77
(180,138,119)
#BC9685
(188,150,133)
#C4A293
(196,162,147)
#CCAEA1
(204,174,161)
#D4BAAF
(212,186,175)
#DCC6BD
(220,198,189)
#E4D2CB
(228,210,203)
#ECDED9
(236,222,217)
#F4EAE7
(244,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4725B; }

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

This text font color is #A4725B.


Background Color

.myBgColor { background-color: #A4725B; }

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

This div background color is #A4725B.


Border color

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

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

This div border color is #A4725B.


Opacity

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

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

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

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

This text has shadow with #A4725B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4725B on black background.


Color preview on white background

This text has color #A4725B on white background.



Black color preview on #A4725B background

This text has black color on #A4725B background.


White color preview on #A4725B background

This text has white color on #A4725B background.