COLOR #A4647A

HEX: #A4647A
RGB: (164,100,122)

Color info

#A4647A contains mainly red and blue colors. Web safe color of #A4647A is #996666 (or #966).

RGB color model

#A4647A color RGB value is (164,100,122).

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

RGB channels and saturation

R 164 of 255 = 64%
G 100 of 255 = 39%
B 122 of 255 = 48%

164
100
122

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

Portions of RGB colors in percentages

R + G + B =
164 + 100 + 122 = 386 (100%)
R 164 of 386 ~ 42.49%
G 100 of 386 ~ 25.91%
B 122 of 386 ~ 31.61%

%42.49
%25.91
%31.61

CMYK color model

#A4647A color CMYK value is (0,39,26,36).

  • cyan value is 0.00%
  • magenta value is 39.02%
  • yellow value is 25.61%
  • key color value is 35.69%
CMYK:
(0,39,26,36)
C0M39Y26K36 
(0%,39%,26%,36%)
(0.00/0.39/0.26/0.36)	

CMYK percentages

%0
%39.02
%25.61
%35.69

Codes

Color #A4647A in popluar color models

A4647A
RGB164100122
HSL339°26.02%51.76%
HSB/HSV339°39.02%64.31%
CMYK0.00%39.02%25.61%
35.69%

Color #A4647A in popluar number systems.

HEXA4647A
Decimal164100122
Binary1010010011001001111010
Octal244144172

Shades and tints

Shades of #A4647A

#A4647A
(164,100,122)
#965B6F
(150,91,111)
#885264
(136,82,100)
#7A4959
(122,73,89)
#6C404E
(108,64,78)
#5E3743
(94,55,67)
#502E38
(80,46,56)
#42252D
(66,37,45)
#341C22
(52,28,34)
#261317
(38,19,23)
#180A0C
(24,10,12)
#000000
(0,0,0)

Tints of #A4647A

#A4647A
(164,100,122)
#AC7286
(172,114,134)
#B48092
(180,128,146)
#BC8E9E
(188,142,158)
#C49CAA
(196,156,170)
#CCAAB6
(204,170,182)
#D4B8C2
(212,184,194)
#DCC6CE
(220,198,206)
#E4D4DA
(228,212,218)
#ECE2E6
(236,226,230)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4647A; }

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

This text font color is #A4647A.


Background Color

.myBgColor { background-color: #A4647A; }

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

This div background color is #A4647A.


Border color

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

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

This div border color is #A4647A.


Opacity

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

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

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

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

This text has shadow with #A4647A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4647A on black background.


Color preview on white background

This text has color #A4647A on white background.



Black color preview on #A4647A background

This text has black color on #A4647A background.


White color preview on #A4647A background

This text has white color on #A4647A background.