COLOR #A1767B

HEX: #A1767B
RGB: (161,118,123)

Color info

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

RGB color model

#A1767B color RGB value is (161,118,123).

  • red value is 161;
  • green value is 118;
  • blue value is 123.
RGB:
(161,118,123)
(63%,46%,48%)

RGB channels and saturation

R 161 of 255 = 63%
G 118 of 255 = 46%
B 123 of 255 = 48%

161
118
123

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

Portions of RGB colors in percentages

R + G + B =
161 + 118 + 123 = 402 (100%)
R 161 of 402 ~ 40.05%
G 118 of 402 ~ 29.35%
B 123 of 402 ~ 30.6%

%40.05
%29.35
%30.6

CMYK color model

#A1767B color CMYK value is (0,27,24,37).

  • cyan value is 0.00%
  • magenta value is 26.71%
  • yellow value is 23.60%
  • key color value is 36.86%
CMYK:
(0,27,24,37)
C0M27Y24K37 
(0%,27%,24%,37%)
(0.00/0.27/0.24/0.37)	

CMYK percentages

%0
%26.71
%23.6
%36.86

Codes

Color #A1767B in popluar color models

A1767B
RGB161118123
HSL353°18.61%54.71%
HSB/HSV353°26.71%63.14%
CMYK0.00%26.71%23.60%
36.86%

Color #A1767B in popluar number systems.

HEXA1767B
Decimal161118123
Binary1010000111101101111011
Octal241166173

Shades and tints

Shades of #A1767B

#A1767B
(161,118,123)
#936C70
(147,108,112)
#856265
(133,98,101)
#77585A
(119,88,90)
#694E4F
(105,78,79)
#5B4444
(91,68,68)
#4D3A39
(77,58,57)
#3F302E
(63,48,46)
#312623
(49,38,35)
#231C18
(35,28,24)
#15120D
(21,18,13)
#000000
(0,0,0)

Tints of #A1767B

#A1767B
(161,118,123)
#A98287
(169,130,135)
#B18E93
(177,142,147)
#B99A9F
(185,154,159)
#C1A6AB
(193,166,171)
#C9B2B7
(201,178,183)
#D1BEC3
(209,190,195)
#D9CACF
(217,202,207)
#E1D6DB
(225,214,219)
#E9E2E7
(233,226,231)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1767B; }

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

This text font color is #A1767B.


Background Color

.myBgColor { background-color: #A1767B; }

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

This div background color is #A1767B.


Border color

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

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

This div border color is #A1767B.


Opacity

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

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

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

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

This text has shadow with #A1767B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1767B on black background.


Color preview on white background

This text has color #A1767B on white background.



Black color preview on #A1767B background

This text has black color on #A1767B background.


White color preview on #A1767B background

This text has white color on #A1767B background.