COLOR #A4757A

HEX: #A4757A
RGB: (164,117,122)

Color info

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

RGB color model

#A4757A color RGB value is (164,117,122).

  • red value is 164;
  • green value is 117;
  • blue value is 122.
RGB:
(164,117,122)
(64%,46%,48%)

RGB channels and saturation

R 164 of 255 = 64%
G 117 of 255 = 46%
B 122 of 255 = 48%

164
117
122

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

Portions of RGB colors in percentages

R + G + B =
164 + 117 + 122 = 403 (100%)
R 164 of 403 ~ 40.69%
G 117 of 403 ~ 29.03%
B 122 of 403 ~ 30.27%

%40.69
%29.03
%30.27

CMYK color model

#A4757A color CMYK value is (0,29,26,36).

  • cyan value is 0.00%
  • magenta value is 28.66%
  • yellow value is 25.61%
  • key color value is 35.69%
CMYK:
(0,29,26,36)
C0M29Y26K36 
(0%,29%,26%,36%)
(0.00/0.29/0.26/0.36)	

CMYK percentages

%0
%28.66
%25.61
%35.69

Codes

Color #A4757A in popluar color models

A4757A
RGB164117122
HSL354°20.52%55.10%
HSB/HSV354°28.66%64.31%
CMYK0.00%28.66%25.61%
35.69%

Color #A4757A in popluar number systems.

HEXA4757A
Decimal164117122
Binary1010010011101011111010
Octal244165172

Shades and tints

Shades of #A4757A

#A4757A
(164,117,122)
#966B6F
(150,107,111)
#886164
(136,97,100)
#7A5759
(122,87,89)
#6C4D4E
(108,77,78)
#5E4343
(94,67,67)
#503938
(80,57,56)
#422F2D
(66,47,45)
#342522
(52,37,34)
#261B17
(38,27,23)
#18110C
(24,17,12)
#000000
(0,0,0)

Tints of #A4757A

#A4757A
(164,117,122)
#AC8186
(172,129,134)
#B48D92
(180,141,146)
#BC999E
(188,153,158)
#C4A5AA
(196,165,170)
#CCB1B6
(204,177,182)
#D4BDC2
(212,189,194)
#DCC9CE
(220,201,206)
#E4D5DA
(228,213,218)
#ECE1E6
(236,225,230)
#F4EDF2
(244,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4757A color. Also use rgb(164,117,122) instead hex code.

Text Font Color

.myTextColor { color: #A4757A; }

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

This text font color is #A4757A.


Background Color

.myBgColor { background-color: #A4757A; }

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

This div background color is #A4757A.


Border color

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

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

This div border color is #A4757A.


Opacity

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

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

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

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

This text has shadow with #A4757A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4757A on black background.


Color preview on white background

This text has color #A4757A on white background.



Black color preview on #A4757A background

This text has black color on #A4757A background.


White color preview on #A4757A background

This text has white color on #A4757A background.