COLOR #A1687B

HEX: #A1687B RGB: (161,104,123)

Color info

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

RGB color model

#A1687B color RGB value is (161,104,123).

RGB: (161,104,123) (63%, 41%, 48%)

RGB channels and saturation

R 161 of 255 = 63%
G 104 of 255 = 41%
B 123 of 255 = 48%

161
104
123

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

Portions of RGB colors in percentages

R + G + B = 161 + 104 + 123 = 388 (100%)
R 161 of 388 ~ 41.49%
G 104 of 388 ~ 26.8%
B 123 of 388 ~ 31.7'%

%41.49
%26.8
%31.7

CMYK color model

#A1687B color CMYK value is (0,35,24,37).

  • cyan value is 0.00%
  • magenta value is 35.40%
  • yellow value is 23.60%
  • key color value is 36.86%

CMYK: (0,35,24,37)
C0M35Y24K37 (0%, 35%, 24%, 37%)
(0.00 / 0.35 / 0.24 / 0.37)

CMYK percentages

%0
%35.4
%23.6
%36.86

Codes

Color #A1687B in popluar color models

A1 68 7B
RGB 161 104 123
HSL 340° 23.27% 51.96%
HSB/HSV 340° 35.40% 63.14%
CMYK 0.00% 35.40% 23.60%
36.86%

Color #A1687B in popluar number systems.

HEX A1 68 7B
Decimal 161 104 123
Binary 10100001 1101000 1111011
Octal 241 150 173

Shades and tints

Shades of #A1687B

#A1687B
(161,104,123)
#935F70
(147,95,112)
#855665
(133,86,101)
#774D5A
(119,77,90)
#69444F
(105,68,79)
#5B3B44
(91,59,68)
#4D3239
(77,50,57)
#3F292E
(63,41,46)
#312023
(49,32,35)
#231718
(35,23,24)
#150E0D
(21,14,13)
#000000
(0,0,0)

Tints of #A1687B

#A1687B
(161,104,123)
#A97587
(169,117,135)
#B18293
(177,130,147)
#B98F9F
(185,143,159)
#C19CAB
(193,156,171)
#C9A9B7
(201,169,183)
#D1B6C3
(209,182,195)
#D9C3CF
(217,195,207)
#E1D0DB
(225,208,219)
#E9DDE7
(233,221,231)
#F1EAF3
(241,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1687B color. Also use rgb(161,104,123) instead hex code.

Text Font Color

.myTextColor { color: #A1687B; }

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

This text font color is #A1687B.

Background Color

.myBgColor { background-color: #A1687B; }

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

This div background color is #A1687B.

Border color

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

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

This div border color is #A1687B.

Opacity

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

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

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

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

This text has shadow with #A1687B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1687B.

Preview

Color preview on black background

This text has color #A1687B on black background.


Color preview on white background

This text has color #A1687B on white background.


Black color preview on #A1687B background

This text has black color on #A1687B background.


White color preview on #A1687B background

This text has white color on #A1687B background.


Related colors

Complementary color

Complementary color for #hex is #5E9784.


I love getcolorcode.com

Triadic colors

1 #7BA168 and #687BA1 with #A1687B are triadic colors.

2 #7B68A1 and #68A17B with #A1687B are triadic colors.