COLOR #A1998D

HEX: #A1998D
RGB: (161,153,141)

Color info

#A1998D contains red, green and blue colors in about the same proportion. Web safe color of #A1998D is #999999 (or #999).

RGB color model

#A1998D color RGB value is (161,153,141).

  • red value is 161;
  • green value is 153;
  • blue value is 141.
RGB:
(161,153,141)
(63%,60%,55%)

RGB channels and saturation

R 161 of 255 = 63%
G 153 of 255 = 60%
B 141 of 255 = 55%

161
153
141

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

Portions of RGB colors in percentages

R + G + B =
161 + 153 + 141 = 455 (100%)
R 161 of 455 ~ 35.38%
G 153 of 455 ~ 33.63%
B 141 of 455 ~ 30.99%

%35.38
%33.63
%30.99

CMYK color model

#A1998D color CMYK value is (0,5,12,37).

  • cyan value is 0.00%
  • magenta value is 4.97%
  • yellow value is 12.42%
  • key color value is 36.86%
CMYK:
(0,5,12,37)
C0M5Y12K37 
(0%,5%,12%,37%)
(0.00/0.05/0.12/0.37)	

CMYK percentages

%0
%4.97
%12.42
%36.86

Codes

Color #A1998D in popluar color models

A1998D
RGB161153141
HSL36°9.62%59.22%
HSB/HSV36°12.42%63.14%
CMYK0.00%4.97%12.42%
36.86%

Color #A1998D in popluar number systems.

HEXA1998D
Decimal161153141
Binary101000011001100110001101
Octal241231215

Shades and tints

Shades of #A1998D

#A1998D
(161,153,141)
#938C81
(147,140,129)
#857F75
(133,127,117)
#777269
(119,114,105)
#69655D
(105,101,93)
#5B5851
(91,88,81)
#4D4B45
(77,75,69)
#3F3E39
(63,62,57)
#31312D
(49,49,45)
#232421
(35,36,33)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #A1998D

#A1998D
(161,153,141)
#A9A297
(169,162,151)
#B1ABA1
(177,171,161)
#B9B4AB
(185,180,171)
#C1BDB5
(193,189,181)
#C9C6BF
(201,198,191)
#D1CFC9
(209,207,201)
#D9D8D3
(217,216,211)
#E1E1DD
(225,225,221)
#E9EAE7
(233,234,231)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1998D color. Also use rgb(161,153,141) instead hex code.

Text Font Color

.myTextColor { color: #A1998D; }

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

This text font color is #A1998D.


Background Color

.myBgColor { background-color: #A1998D; }

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

This div background color is #A1998D.


Border color

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

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

This div border color is #A1998D.


Opacity

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

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

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

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

This text has shadow with #A1998D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1998D on black background.


Color preview on white background

This text has color #A1998D on white background.



Black color preview on #A1998D background

This text has black color on #A1998D background.


White color preview on #A1998D background

This text has white color on #A1998D background.