COLOR #A4869F

HEX: #A4869F
RGB: (164,134,159)

Color info

#A4869F contains red, green and blue colors in about the same proportion. Web safe color of #A4869F is #999999 (or #999).

RGB color model

#A4869F color RGB value is (164,134,159).

  • red value is 164;
  • green value is 134;
  • blue value is 159.
RGB:
(164,134,159)
(64%,53%,62%)

RGB channels and saturation

R 164 of 255 = 64%
G 134 of 255 = 53%
B 159 of 255 = 62%

164
134
159

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

Portions of RGB colors in percentages

R + G + B =
164 + 134 + 159 = 457 (100%)
R 164 of 457 ~ 35.89%
G 134 of 457 ~ 29.32%
B 159 of 457 ~ 34.79%

%35.89
%29.32
%34.79

CMYK color model

#A4869F color CMYK value is (0,18,3,36).

  • cyan value is 0.00%
  • magenta value is 18.29%
  • yellow value is 3.05%
  • key color value is 35.69%
CMYK:
(0,18,3,36)
C0M18Y3K36 
(0%,18%,3%,36%)
(0.00/0.18/0.03/0.36)	

CMYK percentages

%0
%18.29
%3.05
%35.69

Codes

Color #A4869F in popluar color models

A4869F
RGB164134159
HSL310°14.15%58.43%
HSB/HSV310°18.29%64.31%
CMYK0.00%18.29%3.05%
35.69%

Color #A4869F in popluar number systems.

HEXA4869F
Decimal164134159
Binary101001001000011010011111
Octal244206237

Shades and tints

Shades of #A4869F

#A4869F
(164,134,159)
#967A91
(150,122,145)
#886E83
(136,110,131)
#7A6275
(122,98,117)
#6C5667
(108,86,103)
#5E4A59
(94,74,89)
#503E4B
(80,62,75)
#42323D
(66,50,61)
#34262F
(52,38,47)
#261A21
(38,26,33)
#180E13
(24,14,19)
#000000
(0,0,0)

Tints of #A4869F

#A4869F
(164,134,159)
#AC91A7
(172,145,167)
#B49CAF
(180,156,175)
#BCA7B7
(188,167,183)
#C4B2BF
(196,178,191)
#CCBDC7
(204,189,199)
#D4C8CF
(212,200,207)
#DCD3D7
(220,211,215)
#E4DEDF
(228,222,223)
#ECE9E7
(236,233,231)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4869F color. Also use rgb(164,134,159) instead hex code.

Text Font Color

.myTextColor { color: #A4869F; }

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

This text font color is #A4869F.


Background Color

.myBgColor { background-color: #A4869F; }

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

This div background color is #A4869F.


Border color

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

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

This div border color is #A4869F.


Opacity

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

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

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

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

This text has shadow with #A4869F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4869F on black background.


Color preview on white background

This text has color #A4869F on white background.



Black color preview on #A4869F background

This text has black color on #A4869F background.


White color preview on #A4869F background

This text has white color on #A4869F background.