COLOR #A0998B

HEX: #A0998B RGB: (160,153,139)

Color info

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

RGB color model

#A0998B color RGB value is (160,153,139).

RGB: (160,153,139) (63%, 60%, 55%)

RGB channels and saturation

R 160 of 255 = 63%
G 153 of 255 = 60%
B 139 of 255 = 55%

160
153
139

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

Portions of RGB colors in percentages

R + G + B = 160 + 153 + 139 = 452 (100%)
R 160 of 452 ~ 35.4%
G 153 of 452 ~ 33.85%
B 139 of 452 ~ 30.75'%

%35.4
%33.85
%30.75

CMYK color model

#A0998B color CMYK value is (0,4,13,37).

  • cyan value is 0.00%
  • magenta value is 4.38%
  • yellow value is 13.13%
  • key color value is 37.25%

CMYK: (0,4,13,37)
C0M4Y13K37 (0%, 4%, 13%, 37%)
(0.00 / 0.04 / 0.13 / 0.37)

CMYK percentages

%0
%4.38
%13.13
%37.25

Codes

Color #A0998B in popluar color models

A0 99 8B
RGB 160 153 139
HSL 40° 9.95% 58.63%
HSB/HSV 40° 13.13% 62.75%
CMYK 0.00% 4.38% 13.13%
37.25%

Color #A0998B in popluar number systems.

HEX A0 99 8B
Decimal 160 153 139
Binary 10100000 10011001 10001011
Octal 240 231 213

Shades and tints

Shades of #A0998B

#A0998B
(160,153,139)
#928C7F
(146,140,127)
#847F73
(132,127,115)
#767267
(118,114,103)
#68655B
(104,101,91)
#5A584F
(90,88,79)
#4C4B43
(76,75,67)
#3E3E37
(62,62,55)
#30312B
(48,49,43)
#22241F
(34,36,31)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #A0998B

#A0998B
(160,153,139)
#A8A295
(168,162,149)
#B0AB9F
(176,171,159)
#B8B4A9
(184,180,169)
#C0BDB3
(192,189,179)
#C8C6BD
(200,198,189)
#D0CFC7
(208,207,199)
#D8D8D1
(216,216,209)
#E0E1DB
(224,225,219)
#E8EAE5
(232,234,229)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0998B; }

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

This text font color is #A0998B.

Background Color

.myBgColor { background-color: #A0998B; }

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

This div background color is #A0998B.

Border color

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

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

This div border color is #A0998B.

Opacity

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

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

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

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

This text has shadow with #A0998B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0998B.

Preview

Color preview on black background

This text has color #A0998B on black background.


Color preview on white background

This text has color #A0998B on white background.


Black color preview on #A0998B background

This text has black color on #A0998B background.


White color preview on #A0998B background

This text has white color on #A0998B background.


Related colors

Complementary color

Complementary color for #hex is #5F6674.


I love getcolorcode.com

Triadic colors

1 #8BA099 and #998BA0 with #A0998B are triadic colors.

2 #8B99A0 and #99A08B with #A0998B are triadic colors.