COLOR #A1777F

HEX: #A1777F
RGB: (161,119,127)

Color info

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

RGB color model

#A1777F color RGB value is (161,119,127).

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

RGB channels and saturation

R 161 of 255 = 63%
G 119 of 255 = 47%
B 127 of 255 = 50%

161
119
127

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

Portions of RGB colors in percentages

R + G + B =
161 + 119 + 127 = 407 (100%)
R 161 of 407 ~ 39.56%
G 119 of 407 ~ 29.24%
B 127 of 407 ~ 31.2%

%39.56
%29.24
%31.2

CMYK color model

#A1777F color CMYK value is (0,26,21,37).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 21.12%
  • key color value is 36.86%
CMYK: (0,26,21,37) C0M26Y21K37 (0%,26%,21%,37%) (0.00/0.26/0.21/0.37)

CMYK percentages

%0
%26.09
%21.12
%36.86

Codes

Color #A1777F in popluar color models

A1777F
RGB161119127
HSL349°18.26%54.90%
HSB/HSV349°26.09%63.14%
CMYK0.00%26.09%21.12%
36.86%

Color #A1777F in popluar number systems.

HEXA1777F
Decimal161119127
Binary1010000111101111111111
Octal241167177

Shades and tints

Shades of #A1777F

#A1777F
(161,119,127)
#936D74
(147,109,116)
#856369
(133,99,105)
#77595E
(119,89,94)
#694F53
(105,79,83)
#5B4548
(91,69,72)
#4D3B3D
(77,59,61)
#3F3132
(63,49,50)
#312727
(49,39,39)
#231D1C
(35,29,28)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #A1777F

#A1777F
(161,119,127)
#A9838A
(169,131,138)
#B18F95
(177,143,149)
#B99BA0
(185,155,160)
#C1A7AB
(193,167,171)
#C9B3B6
(201,179,182)
#D1BFC1
(209,191,193)
#D9CBCC
(217,203,204)
#E1D7D7
(225,215,215)
#E9E3E2
(233,227,226)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1777F; }

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

This text font color is #A1777F.


Background Color

.myBgColor { background-color: #A1777F; }

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

This div background color is #A1777F.


Border color

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

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

This div border color is #A1777F.


Opacity

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

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

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

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

This text has shadow with #A1777F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A1777F on black background.


Color preview on white background

This text has color #A1777F on white background.



Black color preview on #A1777F background

This text has black color on #A1777F background.


White color preview on #A1777F background

This text has white color on #A1777F background.