COLOR #A1788B

HEX: #A1788B
RGB: (161,120,139)

Color info

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

RGB color model

#A1788B color RGB value is (161,120,139).

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

RGB channels and saturation

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

161
120
139

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

Portions of RGB colors in percentages

R + G + B =
161 + 120 + 139 = 420 (100%)
R 161 of 420 ~ 38.33%
G 120 of 420 ~ 28.57%
B 139 of 420 ~ 33.1%

%38.33
%28.57
%33.1

CMYK color model

#A1788B color CMYK value is (0,25,14,37).

  • cyan value is 0.00%
  • magenta value is 25.47%
  • yellow value is 13.66%
  • key color value is 36.86%
CMYK:
(0,25,14,37)
C0M25Y14K37 
(0%,25%,14%,37%)
(0.00/0.25/0.14/0.37)	

CMYK percentages

%0
%25.47
%13.66
%36.86

Codes

Color #A1788B in popluar color models

A1788B
RGB161120139
HSL332°17.90%55.10%
HSB/HSV332°25.47%63.14%
CMYK0.00%25.47%13.66%
36.86%

Color #A1788B in popluar number systems.

HEXA1788B
Decimal161120139
Binary10100001111100010001011
Octal241170213

Shades and tints

Shades of #A1788B

#A1788B
(161,120,139)
#936E7F
(147,110,127)
#856473
(133,100,115)
#775A67
(119,90,103)
#69505B
(105,80,91)
#5B464F
(91,70,79)
#4D3C43
(77,60,67)
#3F3237
(63,50,55)
#31282B
(49,40,43)
#231E1F
(35,30,31)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #A1788B

#A1788B
(161,120,139)
#A98495
(169,132,149)
#B1909F
(177,144,159)
#B99CA9
(185,156,169)
#C1A8B3
(193,168,179)
#C9B4BD
(201,180,189)
#D1C0C7
(209,192,199)
#D9CCD1
(217,204,209)
#E1D8DB
(225,216,219)
#E9E4E5
(233,228,229)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1788B; }

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

This text font color is #A1788B.


Background Color

.myBgColor { background-color: #A1788B; }

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

This div background color is #A1788B.


Border color

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

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

This div border color is #A1788B.


Opacity

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

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

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

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

This text has shadow with #A1788B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1788B on black background.


Color preview on white background

This text has color #A1788B on white background.



Black color preview on #A1788B background

This text has black color on #A1788B background.


White color preview on #A1788B background

This text has white color on #A1788B background.