COLOR #A09978

HEX: #A09978 RGB: (160,153,120)

Color info

#A09978 contains red, green and blue colors in about the same proportion. Web safe color of #A09978 is #999966 (or #996).

RGB color model

#A09978 color RGB value is (160,153,120).

RGB: (160,153,120) (63%, 60%, 47%)

RGB channels and saturation

R 160 of 255 = 63%
G 153 of 255 = 60%
B 120 of 255 = 47%

160
153
120

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

Portions of RGB colors in percentages

R + G + B = 160 + 153 + 120 = 433 (100%)
R 160 of 433 ~ 36.95%
G 153 of 433 ~ 35.33%
B 120 of 433 ~ 27.71'%

%36.95
%35.33
%27.71

CMYK color model

#A09978 color CMYK value is (0,4,25,37).

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

CMYK: (0,4,25,37)
C0M4Y25K37 (0%, 4%, 25%, 37%)
(0.00 / 0.04 / 0.25 / 0.37)

CMYK percentages

%0
%4.38
%25
%37.25

Codes

Color #A09978 in popluar color models

A0 99 78
RGB 160 153 120
HSL 50° 17.39% 54.90%
HSB/HSV 50° 25.00% 62.75%
CMYK 0.00% 4.38% 25.00%
37.25%

Color #A09978 in popluar number systems.

HEX A0 99 78
Decimal 160 153 120
Binary 10100000 10011001 1111000
Octal 240 231 170

Shades and tints

Shades of #A09978

#A09978
(160,153,120)
#928C6E
(146,140,110)
#847F64
(132,127,100)
#76725A
(118,114,90)
#686550
(104,101,80)
#5A5846
(90,88,70)
#4C4B3C
(76,75,60)
#3E3E32
(62,62,50)
#303128
(48,49,40)
#22241E
(34,36,30)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #A09978

#A09978
(160,153,120)
#A8A284
(168,162,132)
#B0AB90
(176,171,144)
#B8B49C
(184,180,156)
#C0BDA8
(192,189,168)
#C8C6B4
(200,198,180)
#D0CFC0
(208,207,192)
#D8D8CC
(216,216,204)
#E0E1D8
(224,225,216)
#E8EAE4
(232,234,228)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09978; }

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

This text font color is #A09978.

Background Color

.myBgColor { background-color: #A09978; }

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

This div background color is #A09978.

Border color

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

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

This div border color is #A09978.

Opacity

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

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

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

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

This text has shadow with #A09978 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09978.

Preview

Color preview on black background

This text has color #A09978 on black background.


Color preview on white background

This text has color #A09978 on white background.


Black color preview on #A09978 background

This text has black color on #A09978 background.


White color preview on #A09978 background

This text has white color on #A09978 background.


Related colors

Complementary color

Complementary color for #hex is #5F6687.


I love getcolorcode.com

Triadic colors

1 #78A099 and #9978A0 with #A09978 are triadic colors.

2 #7899A0 and #99A078 with #A09978 are triadic colors.