COLOR #A4728A

HEX: #A4728A
RGB: (164,114,138)

Color info

#A4728A contains red, green and blue colors in about the same proportion. Web safe color of #A4728A is #996699 (or #969).

RGB color model

#A4728A color RGB value is (164,114,138).

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

RGB channels and saturation

R 164 of 255 = 64%
G 114 of 255 = 45%
B 138 of 255 = 54%

164
114
138

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

Portions of RGB colors in percentages

R + G + B =
164 + 114 + 138 = 416 (100%)
R 164 of 416 ~ 39.42%
G 114 of 416 ~ 27.4%
B 138 of 416 ~ 33.17%

%39.42
%27.4
%33.17

CMYK color model

#A4728A color CMYK value is (0,30,16,36).

  • cyan value is 0.00%
  • magenta value is 30.49%
  • yellow value is 15.85%
  • key color value is 35.69%
CMYK:
(0,30,16,36)
C0M30Y16K36 
(0%,30%,16%,36%)
(0.00/0.30/0.16/0.36)	

CMYK percentages

%0
%30.49
%15.85
%35.69

Codes

Color #A4728A in popluar color models

A4728A
RGB164114138
HSL331°21.55%54.51%
HSB/HSV331°30.49%64.31%
CMYK0.00%30.49%15.85%
35.69%

Color #A4728A in popluar number systems.

HEXA4728A
Decimal164114138
Binary10100100111001010001010
Octal244162212

Shades and tints

Shades of #A4728A

#A4728A
(164,114,138)
#96687E
(150,104,126)
#885E72
(136,94,114)
#7A5466
(122,84,102)
#6C4A5A
(108,74,90)
#5E404E
(94,64,78)
#503642
(80,54,66)
#422C36
(66,44,54)
#34222A
(52,34,42)
#26181E
(38,24,30)
#180E12
(24,14,18)
#000000
(0,0,0)

Tints of #A4728A

#A4728A
(164,114,138)
#AC7E94
(172,126,148)
#B48A9E
(180,138,158)
#BC96A8
(188,150,168)
#C4A2B2
(196,162,178)
#CCAEBC
(204,174,188)
#D4BAC6
(212,186,198)
#DCC6D0
(220,198,208)
#E4D2DA
(228,210,218)
#ECDEE4
(236,222,228)
#F4EAEE
(244,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4728A; }

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

This text font color is #A4728A.


Background Color

.myBgColor { background-color: #A4728A; }

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

This div background color is #A4728A.


Border color

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

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

This div border color is #A4728A.


Opacity

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

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

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

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

This text has shadow with #A4728A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4728A on black background.


Color preview on white background

This text has color #A4728A on white background.



Black color preview on #A4728A background

This text has black color on #A4728A background.


White color preview on #A4728A background

This text has white color on #A4728A background.