COLOR #A4667E

HEX: #A4667E
RGB: (164,102,126)

Color info

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

RGB color model

#A4667E color RGB value is (164,102,126).

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

RGB channels and saturation

R 164 of 255 = 64%
G 102 of 255 = 40%
B 126 of 255 = 49%

164
102
126

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

Portions of RGB colors in percentages

R + G + B =
164 + 102 + 126 = 392 (100%)
R 164 of 392 ~ 41.84%
G 102 of 392 ~ 26.02%
B 126 of 392 ~ 32.14%

%41.84
%26.02
%32.14

CMYK color model

#A4667E color CMYK value is (0,38,23,36).

  • cyan value is 0.00%
  • magenta value is 37.80%
  • yellow value is 23.17%
  • key color value is 35.69%
CMYK:
(0,38,23,36)
C0M38Y23K36 
(0%,38%,23%,36%)
(0.00/0.38/0.23/0.36)	

CMYK percentages

%0
%37.8
%23.17
%35.69

Codes

Color #A4667E in popluar color models

A4667E
RGB164102126
HSL337°25.41%52.16%
HSB/HSV337°37.80%64.31%
CMYK0.00%37.80%23.17%
35.69%

Color #A4667E in popluar number systems.

HEXA4667E
Decimal164102126
Binary1010010011001101111110
Octal244146176

Shades and tints

Shades of #A4667E

#A4667E
(164,102,126)
#965D73
(150,93,115)
#885468
(136,84,104)
#7A4B5D
(122,75,93)
#6C4252
(108,66,82)
#5E3947
(94,57,71)
#50303C
(80,48,60)
#422731
(66,39,49)
#341E26
(52,30,38)
#26151B
(38,21,27)
#180C10
(24,12,16)
#000000
(0,0,0)

Tints of #A4667E

#A4667E
(164,102,126)
#AC7389
(172,115,137)
#B48094
(180,128,148)
#BC8D9F
(188,141,159)
#C49AAA
(196,154,170)
#CCA7B5
(204,167,181)
#D4B4C0
(212,180,192)
#DCC1CB
(220,193,203)
#E4CED6
(228,206,214)
#ECDBE1
(236,219,225)
#F4E8EC
(244,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4667E; }

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

This text font color is #A4667E.


Background Color

.myBgColor { background-color: #A4667E; }

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

This div background color is #A4667E.


Border color

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

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

This div border color is #A4667E.


Opacity

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

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

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

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

This text has shadow with #A4667E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4667E on black background.


Color preview on white background

This text has color #A4667E on white background.



Black color preview on #A4667E background

This text has black color on #A4667E background.


White color preview on #A4667E background

This text has white color on #A4667E background.