COLOR #A4777E

HEX: #A4777E
RGB: (164,119,126)

Color info

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

RGB color model

#A4777E color RGB value is (164,119,126).

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

RGB channels and saturation

R 164 of 255 = 64%
G 119 of 255 = 47%
B 126 of 255 = 49%

164
119
126

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

Portions of RGB colors in percentages

R + G + B =
164 + 119 + 126 = 409 (100%)
R 164 of 409 ~ 40.1%
G 119 of 409 ~ 29.1%
B 126 of 409 ~ 30.81%

%40.1
%29.1
%30.81

CMYK color model

#A4777E color CMYK value is (0,27,23,36).

  • cyan value is 0.00%
  • magenta value is 27.44%
  • yellow value is 23.17%
  • key color value is 35.69%
CMYK:
(0,27,23,36)
C0M27Y23K36 
(0%,27%,23%,36%)
(0.00/0.27/0.23/0.36)	

CMYK percentages

%0
%27.44
%23.17
%35.69

Codes

Color #A4777E in popluar color models

A4777E
RGB164119126
HSL351°19.82%55.49%
HSB/HSV351°27.44%64.31%
CMYK0.00%27.44%23.17%
35.69%

Color #A4777E in popluar number systems.

HEXA4777E
Decimal164119126
Binary1010010011101111111110
Octal244167176

Shades and tints

Shades of #A4777E

#A4777E
(164,119,126)
#966D73
(150,109,115)
#886368
(136,99,104)
#7A595D
(122,89,93)
#6C4F52
(108,79,82)
#5E4547
(94,69,71)
#503B3C
(80,59,60)
#423131
(66,49,49)
#342726
(52,39,38)
#261D1B
(38,29,27)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #A4777E

#A4777E
(164,119,126)
#AC8389
(172,131,137)
#B48F94
(180,143,148)
#BC9B9F
(188,155,159)
#C4A7AA
(196,167,170)
#CCB3B5
(204,179,181)
#D4BFC0
(212,191,192)
#DCCBCB
(220,203,203)
#E4D7D6
(228,215,214)
#ECE3E1
(236,227,225)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4777E; }

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

This text font color is #A4777E.


Background Color

.myBgColor { background-color: #A4777E; }

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

This div background color is #A4777E.


Border color

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

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

This div border color is #A4777E.


Opacity

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

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

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

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

This text has shadow with #A4777E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4777E on black background.


Color preview on white background

This text has color #A4777E on white background.



Black color preview on #A4777E background

This text has black color on #A4777E background.


White color preview on #A4777E background

This text has white color on #A4777E background.