COLOR #A09984

HEX: #A09984 RGB: (160,153,132)

Color info

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

RGB color model

#A09984 color RGB value is (160,153,132).

RGB: (160,153,132) (63%, 60%, 52%)

RGB channels and saturation

R 160 of 255 = 63%
G 153 of 255 = 60%
B 132 of 255 = 52%

160
153
132

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

Portions of RGB colors in percentages

R + G + B = 160 + 153 + 132 = 445 (100%)
R 160 of 445 ~ 35.96%
G 153 of 445 ~ 34.38%
B 132 of 445 ~ 29.66'%

%35.96
%34.38
%29.66

CMYK color model

#A09984 color CMYK value is (0,4,18,37).

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

CMYK: (0,4,18,37)
C0M4Y18K37 (0%, 4%, 18%, 37%)
(0.00 / 0.04 / 0.18 / 0.37)

CMYK percentages

%0
%4.38
%17.5
%37.25

Codes

Color #A09984 in popluar color models

A0 99 84
RGB 160 153 132
HSL 45° 12.84% 57.25%
HSB/HSV 45° 17.50% 62.75%
CMYK 0.00% 4.38% 17.50%
37.25%

Color #A09984 in popluar number systems.

HEX A0 99 84
Decimal 160 153 132
Binary 10100000 10011001 10000100
Octal 240 231 204

Shades and tints

Shades of #A09984

#A09984
(160,153,132)
#928C78
(146,140,120)
#847F6C
(132,127,108)
#767260
(118,114,96)
#686554
(104,101,84)
#5A5848
(90,88,72)
#4C4B3C
(76,75,60)
#3E3E30
(62,62,48)
#303124
(48,49,36)
#222418
(34,36,24)
#14170C
(20,23,12)
#000000
(0,0,0)

Tints of #A09984

#A09984
(160,153,132)
#A8A28F
(168,162,143)
#B0AB9A
(176,171,154)
#B8B4A5
(184,180,165)
#C0BDB0
(192,189,176)
#C8C6BB
(200,198,187)
#D0CFC6
(208,207,198)
#D8D8D1
(216,216,209)
#E0E1DC
(224,225,220)
#E8EAE7
(232,234,231)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09984; }

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

This text font color is #A09984.

Background Color

.myBgColor { background-color: #A09984; }

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

This div background color is #A09984.

Border color

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

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

This div border color is #A09984.

Opacity

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

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

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

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

This text has shadow with #A09984 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09984.

Preview

Color preview on black background

This text has color #A09984 on black background.


Color preview on white background

This text has color #A09984 on white background.


Black color preview on #A09984 background

This text has black color on #A09984 background.


White color preview on #A09984 background

This text has white color on #A09984 background.


Related colors

Complementary color

Complementary color for #hex is #5F667B.


I love getcolorcode.com

Triadic colors

1 #84A099 and #9984A0 with #A09984 are triadic colors.

2 #8499A0 and #99A084 with #A09984 are triadic colors.