COLOR #A4708B

HEX: #A4708B
RGB: (164,112,139)

Color info

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

RGB color model

#A4708B color RGB value is (164,112,139).

  • red value is 164;
  • green value is 112;
  • blue value is 139.
RGB:
(164,112,139)
(64%,44%,55%)

RGB channels and saturation

R 164 of 255 = 64%
G 112 of 255 = 44%
B 139 of 255 = 55%

164
112
139

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

Portions of RGB colors in percentages

R + G + B =
164 + 112 + 139 = 415 (100%)
R 164 of 415 ~ 39.52%
G 112 of 415 ~ 26.99%
B 139 of 415 ~ 33.49%

%39.52
%26.99
%33.49

CMYK color model

#A4708B color CMYK value is (0,32,15,36).

  • cyan value is 0.00%
  • magenta value is 31.71%
  • yellow value is 15.24%
  • key color value is 35.69%
CMYK:
(0,32,15,36)
C0M32Y15K36 
(0%,32%,15%,36%)
(0.00/0.32/0.15/0.36)	

CMYK percentages

%0
%31.71
%15.24
%35.69

Codes

Color #A4708B in popluar color models

A4708B
RGB164112139
HSL329°22.22%54.12%
HSB/HSV329°31.71%64.31%
CMYK0.00%31.71%15.24%
35.69%

Color #A4708B in popluar number systems.

HEXA4708B
Decimal164112139
Binary10100100111000010001011
Octal244160213

Shades and tints

Shades of #A4708B

#A4708B
(164,112,139)
#96667F
(150,102,127)
#885C73
(136,92,115)
#7A5267
(122,82,103)
#6C485B
(108,72,91)
#5E3E4F
(94,62,79)
#503443
(80,52,67)
#422A37
(66,42,55)
#34202B
(52,32,43)
#26161F
(38,22,31)
#180C13
(24,12,19)
#000000
(0,0,0)

Tints of #A4708B

#A4708B
(164,112,139)
#AC7D95
(172,125,149)
#B48A9F
(180,138,159)
#BC97A9
(188,151,169)
#C4A4B3
(196,164,179)
#CCB1BD
(204,177,189)
#D4BEC7
(212,190,199)
#DCCBD1
(220,203,209)
#E4D8DB
(228,216,219)
#ECE5E5
(236,229,229)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4708B color. Also use rgb(164,112,139) instead hex code.

Text Font Color

.myTextColor { color: #A4708B; }

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

This text font color is #A4708B.


Background Color

.myBgColor { background-color: #A4708B; }

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

This div background color is #A4708B.


Border color

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

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

This div border color is #A4708B.


Opacity

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

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

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

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

This text has shadow with #A4708B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4708B on black background.


Color preview on white background

This text has color #A4708B on white background.



Black color preview on #A4708B background

This text has black color on #A4708B background.


White color preview on #A4708B background

This text has white color on #A4708B background.