COLOR #A179A4

HEX: #A179A4 RGB: (161,121,164)

Color info

#A179A4 contains red, green and blue colors in about the same proportion. Web safe color of #A179A4 is #996699 (or #969).

RGB color model

#A179A4 color RGB value is (161,121,164).

RGB: (161,121,164) (63%, 47%, 64%)

RGB channels and saturation

R 161 of 255 = 63%
G 121 of 255 = 47%
B 164 of 255 = 64%

161
121
164

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

Portions of RGB colors in percentages

R + G + B = 161 + 121 + 164 = 446 (100%)
R 161 of 446 ~ 36.1%
G 121 of 446 ~ 27.13%
B 164 of 446 ~ 36.77'%

%36.1
%27.13
%36.77

CMYK color model

#A179A4 color CMYK value is (2,26,0,36).

  • cyan value is 1.83%
  • magenta value is 26.22%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK: (2,26,0,36) C2M26Y0K36 (2%,26%,0%,36%) (0.02/0.26/0.00/0.36) 

CMYK percentages

%1.83
%26.22
%0
%35.69

Codes

Color #A179A4 in popluar color models

A1 79 A4
RGB 161 121 164
HSL 296° 19.11% 55.88%
HSB/HSV 296° 26.22% 64.31%
CMYK 1.83% 26.22% 0.00%
35.69%

Color #A179A4 in popluar number systems.

HEX A1 79 A4
Decimal 161 121 164
Binary 10100001 1111001 10100100
Octal 241 171 244

Shades and tints

Shades of #A179A4

#A179A4
(161,121,164)
#936E96
(147,110,150)
#856388
(133,99,136)
#77587A
(119,88,122)
#694D6C
(105,77,108)
#5B425E
(91,66,94)
#4D3750
(77,55,80)
#3F2C42
(63,44,66)
#312134
(49,33,52)
#231626
(35,22,38)
#150B18
(21,11,24)
#000000
(0,0,0)

Tints of #A179A4

#A179A4
(161,121,164)
#A985AC
(169,133,172)
#B191B4
(177,145,180)
#B99DBC
(185,157,188)
#C1A9C4
(193,169,196)
#C9B5CC
(201,181,204)
#D1C1D4
(209,193,212)
#D9CDDC
(217,205,220)
#E1D9E4
(225,217,228)
#E9E5EC
(233,229,236)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A179A4 color. Also use rgb(161,121,164) instead hex code.

Text Font Color

.myTextColor { color: #A179A4; }

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

This text font color is #A179A4.

Background Color

.myBgColor { background-color: #A179A4; }

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

This div background color is #A179A4.

Border color

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

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

This div border color is #A179A4.

Opacity

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

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

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

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

This text has shadow with #A179A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A179A4.

Preview

Color preview on black background

This text has color #A179A4 on black background.


Color preview on white background

This text has color #A179A4 on white background.


Black color preview on #A179A4 background

This text has black color on #A179A4 background.


White color preview on #A179A4 background

This text has white color on #A179A4 background.


Related colors

Complementary color

Complementary color for #hex is #5E865B.


I love getcolorcode.com

Triadic colors

1 #A4A179 and #79A4A1 with #A179A4 are triadic colors.

2 #A479A1 and #79A1A4 with #A179A4 are triadic colors.