COLOR #A0998D

HEX: #A0998D
RGB: (160,153,141)

Color info

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

RGB color model

#A0998D color RGB value is (160,153,141).

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

RGB channels and saturation

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

160
153
141

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

Portions of RGB colors in percentages

R + G + B =
160 + 153 + 141 = 454 (100%)
R 160 of 454 ~ 35.24%
G 153 of 454 ~ 33.7%
B 141 of 454 ~ 31.06%

%35.24
%33.7
%31.06

CMYK color model

#A0998D color CMYK value is (0,4,12,37).

  • cyan value is 0.00%
  • magenta value is 4.38%
  • yellow value is 11.88%
  • key color value is 37.25%
CMYK:
(0,4,12,37)
C0M4Y12K37 
(0%,4%,12%,37%)
(0.00/0.04/0.12/0.37)	

CMYK percentages

%0
%4.38
%11.88
%37.25

Codes

Color #A0998D in popluar color models

A0998D
RGB160153141
HSL38°9.09%59.02%
HSB/HSV38°11.88%62.75%
CMYK0.00%4.38%11.88%
37.25%

Color #A0998D in popluar number systems.

HEXA0998D
Decimal160153141
Binary101000001001100110001101
Octal240231215

Shades and tints

Shades of #A0998D

#A0998D
(160,153,141)
#928C81
(146,140,129)
#847F75
(132,127,117)
#767269
(118,114,105)
#68655D
(104,101,93)
#5A5851
(90,88,81)
#4C4B45
(76,75,69)
#3E3E39
(62,62,57)
#30312D
(48,49,45)
#222421
(34,36,33)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #A0998D

#A0998D
(160,153,141)
#A8A297
(168,162,151)
#B0ABA1
(176,171,161)
#B8B4AB
(184,180,171)
#C0BDB5
(192,189,181)
#C8C6BF
(200,198,191)
#D0CFC9
(208,207,201)
#D8D8D3
(216,216,211)
#E0E1DD
(224,225,221)
#E8EAE7
(232,234,231)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0998D; }

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

This text font color is #A0998D.


Background Color

.myBgColor { background-color: #A0998D; }

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

This div background color is #A0998D.


Border color

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

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

This div border color is #A0998D.


Opacity

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

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

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

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

This text has shadow with #A0998D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0998D on black background.


Color preview on white background

This text has color #A0998D on white background.



Black color preview on #A0998D background

This text has black color on #A0998D background.


White color preview on #A0998D background

This text has white color on #A0998D background.