COLOR #A1768F

HEX: #A1768F RGB: (161,118,143)

Color info

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

RGB color model

#A1768F color RGB value is (161,118,143).

RGB: (161,118,143) (63%, 46%, 56%)

RGB channels and saturation

R 161 of 255 = 63%
G 118 of 255 = 46%
B 143 of 255 = 56%

161
118
143

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

Portions of RGB colors in percentages

R + G + B = 161 + 118 + 143 = 422 (100%)
R 161 of 422 ~ 38.15%
G 118 of 422 ~ 27.96%
B 143 of 422 ~ 33.89'%

%38.15
%27.96
%33.89

CMYK color model

#A1768F color CMYK value is (0,27,11,37).

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

CMYK: (0,27,11,37)
C0M27Y11K37 (0%, 27%, 11%, 37%)
(0.00 / 0.27 / 0.11 / 0.37)

CMYK percentages

%0
%26.71
%11.18
%36.86

Codes

Color #A1768F in popluar color models

A1 76 8F
RGB 161 118 143
HSL 325° 18.61% 54.71%
HSB/HSV 325° 26.71% 63.14%
CMYK 0.00% 26.71% 11.18%
36.86%

Color #A1768F in popluar number systems.

HEX A1 76 8F
Decimal 161 118 143
Binary 10100001 1110110 10001111
Octal 241 166 217

Shades and tints

Shades of #A1768F

#A1768F
(161,118,143)
#936C82
(147,108,130)
#856275
(133,98,117)
#775868
(119,88,104)
#694E5B
(105,78,91)
#5B444E
(91,68,78)
#4D3A41
(77,58,65)
#3F3034
(63,48,52)
#312627
(49,38,39)
#231C1A
(35,28,26)
#15120D
(21,18,13)
#000000
(0,0,0)

Tints of #A1768F

#A1768F
(161,118,143)
#A98299
(169,130,153)
#B18EA3
(177,142,163)
#B99AAD
(185,154,173)
#C1A6B7
(193,166,183)
#C9B2C1
(201,178,193)
#D1BECB
(209,190,203)
#D9CAD5
(217,202,213)
#E1D6DF
(225,214,223)
#E9E2E9
(233,226,233)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1768F; }

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

This text font color is #A1768F.

Background Color

.myBgColor { background-color: #A1768F; }

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

This div background color is #A1768F.

Border color

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

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

This div border color is #A1768F.

Opacity

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

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

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

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

This text has shadow with #A1768F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1768F.

Preview

Color preview on black background

This text has color #A1768F on black background.


Color preview on white background

This text has color #A1768F on white background.


Black color preview on #A1768F background

This text has black color on #A1768F background.


White color preview on #A1768F background

This text has white color on #A1768F background.


Related colors

Complementary color

Complementary color for #hex is #5E8970.


I love getcolorcode.com

Triadic colors

1 #8FA176 and #768FA1 with #A1768F are triadic colors.

2 #8F76A1 and #76A18F with #A1768F are triadic colors.