COLOR #A1778F

HEX: #A1778F RGB: (161,119,143)

Color info

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

RGB color model

#A1778F color RGB value is (161,119,143).

RGB: (161,119,143) (63%, 47%, 56%)

RGB channels and saturation

R 161 of 255 = 63%
G 119 of 255 = 47%
B 143 of 255 = 56%

161
119
143

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

Portions of RGB colors in percentages

R + G + B = 161 + 119 + 143 = 423 (100%)
R 161 of 423 ~ 38.06%
G 119 of 423 ~ 28.13%
B 143 of 423 ~ 33.81'%

%38.06
%28.13
%33.81

CMYK color model

#A1778F color CMYK value is (0,26,11,37).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 11.18%
  • key color value is 36.86%

CMYK: (0,26,11,37)
C0M26Y11K37 (0%, 26%, 11%, 37%)
(0.00 / 0.26 / 0.11 / 0.37)

CMYK percentages

%0
%26.09
%11.18
%36.86

Codes

Color #A1778F in popluar color models

A1 77 8F
RGB 161 119 143
HSL 326° 18.26% 54.90%
HSB/HSV 326° 26.09% 63.14%
CMYK 0.00% 26.09% 11.18%
36.86%

Color #A1778F in popluar number systems.

HEX A1 77 8F
Decimal 161 119 143
Binary 10100001 1110111 10001111
Octal 241 167 217

Shades and tints

Shades of #A1778F

#A1778F
(161,119,143)
#936D82
(147,109,130)
#856375
(133,99,117)
#775968
(119,89,104)
#694F5B
(105,79,91)
#5B454E
(91,69,78)
#4D3B41
(77,59,65)
#3F3134
(63,49,52)
#312727
(49,39,39)
#231D1A
(35,29,26)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #A1778F

#A1778F
(161,119,143)
#A98399
(169,131,153)
#B18FA3
(177,143,163)
#B99BAD
(185,155,173)
#C1A7B7
(193,167,183)
#C9B3C1
(201,179,193)
#D1BFCB
(209,191,203)
#D9CBD5
(217,203,213)
#E1D7DF
(225,215,223)
#E9E3E9
(233,227,233)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1778F color. Also use rgb(161,119,143) instead hex code.

Text Font Color

.myTextColor { color: #A1778F; }

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

This text font color is #A1778F.

Background Color

.myBgColor { background-color: #A1778F; }

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

This div background color is #A1778F.

Border color

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

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

This div border color is #A1778F.

Opacity

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

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

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

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

This text has shadow with #A1778F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1778F.

Preview

Color preview on black background

This text has color #A1778F on black background.


Color preview on white background

This text has color #A1778F on white background.


Black color preview on #A1778F background

This text has black color on #A1778F background.


White color preview on #A1778F background

This text has white color on #A1778F background.


Related colors

Complementary color

Complementary color for #hex is #5E8870.


I love getcolorcode.com

Triadic colors

1 #8FA177 and #778FA1 with #A1778F are triadic colors.

2 #8F77A1 and #77A18F with #A1778F are triadic colors.