COLOR #A46980

HEX: #A46980 RGB: (164,105,128)

Color info

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

RGB color model

#A46980 color RGB value is (164,105,128).

RGB: (164,105,128) (64%, 41%, 50%)

RGB channels and saturation

R 164 of 255 = 64%
G 105 of 255 = 41%
B 128 of 255 = 50%

164
105
128

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

Portions of RGB colors in percentages

R + G + B = 164 + 105 + 128 = 397 (100%)
R 164 of 397 ~ 41.31%
G 105 of 397 ~ 26.45%
B 128 of 397 ~ 32.24'%

%41.31
%26.45
%32.24

CMYK color model

#A46980 color CMYK value is (0,36,22,36).

  • cyan value is 0.00%
  • magenta value is 35.98%
  • yellow value is 21.95%
  • key color value is 35.69%

CMYK: (0,36,22,36)
C0M36Y22K36 (0%, 36%, 22%, 36%)
(0.00 / 0.36 / 0.22 / 0.36)

CMYK percentages

%0
%35.98
%21.95
%35.69

Codes

Color #A46980 in popluar color models

A4 69 80
RGB 164 105 128
HSL 337° 24.48% 52.75%
HSB/HSV 337° 35.98% 64.31%
CMYK 0.00% 35.98% 21.95%
35.69%

Color #A46980 in popluar number systems.

HEX A4 69 80
Decimal 164 105 128
Binary 10100100 1101001 10000000
Octal 244 151 200

Shades and tints

Shades of #A46980

#A46980
(164,105,128)
#966075
(150,96,117)
#88576A
(136,87,106)
#7A4E5F
(122,78,95)
#6C4554
(108,69,84)
#5E3C49
(94,60,73)
#50333E
(80,51,62)
#422A33
(66,42,51)
#342128
(52,33,40)
#26181D
(38,24,29)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #A46980

#A46980
(164,105,128)
#AC768B
(172,118,139)
#B48396
(180,131,150)
#BC90A1
(188,144,161)
#C49DAC
(196,157,172)
#CCAAB7
(204,170,183)
#D4B7C2
(212,183,194)
#DCC4CD
(220,196,205)
#E4D1D8
(228,209,216)
#ECDEE3
(236,222,227)
#F4EBEE
(244,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A46980 color. Also use rgb(164,105,128) instead hex code.

Text Font Color

.myTextColor { color: #A46980; }

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

This text font color is #A46980.

Background Color

.myBgColor { background-color: #A46980; }

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

This div background color is #A46980.

Border color

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

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

This div border color is #A46980.

Opacity

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

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

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

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

This text has shadow with #A46980 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A46980.

Preview

Color preview on black background

This text has color #A46980 on black background.


Color preview on white background

This text has color #A46980 on white background.


Black color preview on #A46980 background

This text has black color on #A46980 background.


White color preview on #A46980 background

This text has white color on #A46980 background.


Related colors

Complementary color

Complementary color for #hex is #5B967F.


I love getcolorcode.com

Triadic colors

1 #80A469 and #6980A4 with #A46980 are triadic colors.

2 #8069A4 and #69A480 with #A46980 are triadic colors.