COLOR #A2998B

HEX: #A2998B RGB: (162,153,139)

Color info

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

RGB color model

#A2998B color RGB value is (162,153,139).

RGB: (162,153,139) (64%, 60%, 55%)

RGB channels and saturation

R 162 of 255 = 64%
G 153 of 255 = 60%
B 139 of 255 = 55%

162
153
139

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

Portions of RGB colors in percentages

R + G + B = 162 + 153 + 139 = 454 (100%)
R 162 of 454 ~ 35.68%
G 153 of 454 ~ 33.7%
B 139 of 454 ~ 30.62'%

%35.68
%33.7
%30.62

CMYK color model

#A2998B color CMYK value is (0,6,14,36).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 14.20%
  • key color value is 36.47%

CMYK: (0,6,14,36)
C0M6Y14K36 (0%, 6%, 14%, 36%)
(0.00 / 0.06 / 0.14 / 0.36)

CMYK percentages

%0
%5.56
%14.2
%36.47

Codes

Color #A2998B in popluar color models

A2 99 8B
RGB 162 153 139
HSL 37° 11.00% 59.02%
HSB/HSV 37° 14.20% 63.53%
CMYK 0.00% 5.56% 14.20%
36.47%

Color #A2998B in popluar number systems.

HEX A2 99 8B
Decimal 162 153 139
Binary 10100010 10011001 10001011
Octal 242 231 213

Shades and tints

Shades of #A2998B

#A2998B
(162,153,139)
#948C7F
(148,140,127)
#867F73
(134,127,115)
#787267
(120,114,103)
#6A655B
(106,101,91)
#5C584F
(92,88,79)
#4E4B43
(78,75,67)
#403E37
(64,62,55)
#32312B
(50,49,43)
#24241F
(36,36,31)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #A2998B

#A2998B
(162,153,139)
#AAA295
(170,162,149)
#B2AB9F
(178,171,159)
#BAB4A9
(186,180,169)
#C2BDB3
(194,189,179)
#CAC6BD
(202,198,189)
#D2CFC7
(210,207,199)
#DAD8D1
(218,216,209)
#E2E1DB
(226,225,219)
#EAEAE5
(234,234,229)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2998B color. Also use rgb(162,153,139) instead hex code.

Text Font Color

.myTextColor { color: #A2998B; }

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

This text font color is #A2998B.

Background Color

.myBgColor { background-color: #A2998B; }

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

This div background color is #A2998B.

Border color

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

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

This div border color is #A2998B.

Opacity

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

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

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

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

This text has shadow with #A2998B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2998B.

Preview

Color preview on black background

This text has color #A2998B on black background.


Color preview on white background

This text has color #A2998B on white background.


Black color preview on #A2998B background

This text has black color on #A2998B background.


White color preview on #A2998B background

This text has white color on #A2998B background.


Related colors

Complementary color

Complementary color for #hex is #5D6674.


I love getcolorcode.com

Triadic colors

1 #8BA299 and #998BA2 with #A2998B are triadic colors.

2 #8B99A2 and #99A28B with #A2998B are triadic colors.