COLOR #A4707E

HEX: #A4707E
RGB: (164,112,126)

Color info

#A4707E contains red, green and blue colors in about the same proportion. Web safe color of #A4707E is #996666 (or #966).

RGB color model

#A4707E color RGB value is (164,112,126).

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

RGB channels and saturation

R 164 of 255 = 64%
G 112 of 255 = 44%
B 126 of 255 = 49%

164
112
126

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

Portions of RGB colors in percentages

R + G + B =
164 + 112 + 126 = 402 (100%)
R 164 of 402 ~ 40.8%
G 112 of 402 ~ 27.86%
B 126 of 402 ~ 31.34%

%40.8
%27.86
%31.34

CMYK color model

#A4707E color CMYK value is (0,32,23,36).

  • cyan value is 0.00%
  • magenta value is 31.71%
  • yellow value is 23.17%
  • key color value is 35.69%
CMYK: (0,32,23,36) C0M32Y23K36 (0%,32%,23%,36%) (0.00/0.32/0.23/0.36)

CMYK percentages

%0
%31.71
%23.17
%35.69

Codes

Color #A4707E in popluar color models

A4707E
RGB164112126
HSL344°22.22%54.12%
HSB/HSV344°31.71%64.31%
CMYK0.00%31.71%23.17%
35.69%

Color #A4707E in popluar number systems.

HEXA4707E
Decimal164112126
Binary1010010011100001111110
Octal244160176

Shades and tints

Shades of #A4707E

#A4707E
(164,112,126)
#966673
(150,102,115)
#885C68
(136,92,104)
#7A525D
(122,82,93)
#6C4852
(108,72,82)
#5E3E47
(94,62,71)
#50343C
(80,52,60)
#422A31
(66,42,49)
#342026
(52,32,38)
#26161B
(38,22,27)
#180C10
(24,12,16)
#000000
(0,0,0)

Tints of #A4707E

#A4707E
(164,112,126)
#AC7D89
(172,125,137)
#B48A94
(180,138,148)
#BC979F
(188,151,159)
#C4A4AA
(196,164,170)
#CCB1B5
(204,177,181)
#D4BEC0
(212,190,192)
#DCCBCB
(220,203,203)
#E4D8D6
(228,216,214)
#ECE5E1
(236,229,225)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4707E; }

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

This text font color is #A4707E.


Background Color

.myBgColor { background-color: #A4707E; }

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

This div background color is #A4707E.


Border color

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

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

This div border color is #A4707E.


Opacity

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

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

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

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

This text has shadow with #A4707E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A4707E on black background.


Color preview on white background

This text has color #A4707E on white background.



Black color preview on #A4707E background

This text has black color on #A4707E background.


White color preview on #A4707E background

This text has white color on #A4707E background.