COLOR #A1788C

HEX: #A1788C
RGB: (161,120,140)

Color info

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

RGB color model

#A1788C color RGB value is (161,120,140).

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

RGB channels and saturation

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

161
120
140

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

Portions of RGB colors in percentages

R + G + B =
161 + 120 + 140 = 421 (100%)
R 161 of 421 ~ 38.24%
G 120 of 421 ~ 28.5%
B 140 of 421 ~ 33.25%

%38.24
%28.5
%33.25

CMYK color model

#A1788C color CMYK value is (0,25,13,37).

  • cyan value is 0.00%
  • magenta value is 25.47%
  • yellow value is 13.04%
  • key color value is 36.86%
CMYK:
(0,25,13,37)
C0M25Y13K37 
(0%,25%,13%,37%)
(0.00/0.25/0.13/0.37)	

CMYK percentages

%0
%25.47
%13.04
%36.86

Codes

Color #A1788C in popluar color models

A1788C
RGB161120140
HSL331°17.90%55.10%
HSB/HSV331°25.47%63.14%
CMYK0.00%25.47%13.04%
36.86%

Color #A1788C in popluar number systems.

HEXA1788C
Decimal161120140
Binary10100001111100010001100
Octal241170214

Shades and tints

Shades of #A1788C

#A1788C
(161,120,140)
#936E80
(147,110,128)
#856474
(133,100,116)
#775A68
(119,90,104)
#69505C
(105,80,92)
#5B4650
(91,70,80)
#4D3C44
(77,60,68)
#3F3238
(63,50,56)
#31282C
(49,40,44)
#231E20
(35,30,32)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #A1788C

#A1788C
(161,120,140)
#A98496
(169,132,150)
#B190A0
(177,144,160)
#B99CAA
(185,156,170)
#C1A8B4
(193,168,180)
#C9B4BE
(201,180,190)
#D1C0C8
(209,192,200)
#D9CCD2
(217,204,210)
#E1D8DC
(225,216,220)
#E9E4E6
(233,228,230)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1788C; }

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

This text font color is #A1788C.


Background Color

.myBgColor { background-color: #A1788C; }

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

This div background color is #A1788C.


Border color

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

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

This div border color is #A1788C.


Opacity

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

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

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

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

This text has shadow with #A1788C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1788C on black background.


Color preview on white background

This text has color #A1788C on white background.



Black color preview on #A1788C background

This text has black color on #A1788C background.


White color preview on #A1788C background

This text has white color on #A1788C background.