COLOR #A1778B

HEX: #A1778B
RGB: (161,119,139)

Color info

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

RGB color model

#A1778B color RGB value is (161,119,139).

  • red value is 161;
  • green value is 119;
  • blue value is 139.
RGB:
(161,119,139)
(63%,47%,55%)

RGB channels and saturation

R 161 of 255 = 63%
G 119 of 255 = 47%
B 139 of 255 = 55%

161
119
139

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

Portions of RGB colors in percentages

R + G + B =
161 + 119 + 139 = 419 (100%)
R 161 of 419 ~ 38.42%
G 119 of 419 ~ 28.4%
B 139 of 419 ~ 33.17%

%38.42
%28.4
%33.17

CMYK color model

#A1778B color CMYK value is (0,26,14,37).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 13.66%
  • key color value is 36.86%
CMYK:
(0,26,14,37)
C0M26Y14K37 
(0%,26%,14%,37%)
(0.00/0.26/0.14/0.37)	

CMYK percentages

%0
%26.09
%13.66
%36.86

Codes

Color #A1778B in popluar color models

A1778B
RGB161119139
HSL331°18.26%54.90%
HSB/HSV331°26.09%63.14%
CMYK0.00%26.09%13.66%
36.86%

Color #A1778B in popluar number systems.

HEXA1778B
Decimal161119139
Binary10100001111011110001011
Octal241167213

Shades and tints

Shades of #A1778B

#A1778B
(161,119,139)
#936D7F
(147,109,127)
#856373
(133,99,115)
#775967
(119,89,103)
#694F5B
(105,79,91)
#5B454F
(91,69,79)
#4D3B43
(77,59,67)
#3F3137
(63,49,55)
#31272B
(49,39,43)
#231D1F
(35,29,31)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #A1778B

#A1778B
(161,119,139)
#A98395
(169,131,149)
#B18F9F
(177,143,159)
#B99BA9
(185,155,169)
#C1A7B3
(193,167,179)
#C9B3BD
(201,179,189)
#D1BFC7
(209,191,199)
#D9CBD1
(217,203,209)
#E1D7DB
(225,215,219)
#E9E3E5
(233,227,229)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1778B; }

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

This text font color is #A1778B.


Background Color

.myBgColor { background-color: #A1778B; }

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

This div background color is #A1778B.


Border color

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

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

This div border color is #A1778B.


Opacity

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

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

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

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

This text has shadow with #A1778B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1778B on black background.


Color preview on white background

This text has color #A1778B on white background.



Black color preview on #A1778B background

This text has black color on #A1778B background.


White color preview on #A1778B background

This text has white color on #A1778B background.