COLOR #A08979

HEX: #A08979 RGB: (160,137,121)

Color info

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

RGB color model

#A08979 color RGB value is (160,137,121).

RGB: (160,137,121) (63%, 54%, 47%)

RGB channels and saturation

R 160 of 255 = 63%
G 137 of 255 = 54%
B 121 of 255 = 47%

160
137
121

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

Portions of RGB colors in percentages

R + G + B = 160 + 137 + 121 = 418 (100%)
R 160 of 418 ~ 38.28%
G 137 of 418 ~ 32.78%
B 121 of 418 ~ 28.95'%

%38.28
%32.78
%28.95

CMYK color model

#A08979 color CMYK value is (0,14,24,37).

  • cyan value is 0.00%
  • magenta value is 14.38%
  • yellow value is 24.38%
  • key color value is 37.25%
CMYK: (0,14,24,37) C0M14Y24K37 (0%,14%,24%,37%) (0.00/0.14/0.24/0.37) 

CMYK percentages

%0
%14.38
%24.38
%37.25

Codes

Color #A08979 in popluar color models

A0 89 79
RGB 160 137 121
HSL 25° 17.03% 55.10%
HSB/HSV 25° 24.38% 62.75%
CMYK 0.00% 14.38% 24.38%
37.25%

Color #A08979 in popluar number systems.

HEX A0 89 79
Decimal 160 137 121
Binary 10100000 10001001 1111001
Octal 240 211 171

Shades and tints

Shades of #A08979

#A08979
(160,137,121)
#927D6E
(146,125,110)
#847163
(132,113,99)
#766558
(118,101,88)
#68594D
(104,89,77)
#5A4D42
(90,77,66)
#4C4137
(76,65,55)
#3E352C
(62,53,44)
#302921
(48,41,33)
#221D16
(34,29,22)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #A08979

#A08979
(160,137,121)
#A89385
(168,147,133)
#B09D91
(176,157,145)
#B8A79D
(184,167,157)
#C0B1A9
(192,177,169)
#C8BBB5
(200,187,181)
#D0C5C1
(208,197,193)
#D8CFCD
(216,207,205)
#E0D9D9
(224,217,217)
#E8E3E5
(232,227,229)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08979 color. Also use rgb(160,137,121) instead hex code.

Text Font Color

.myTextColor { color: #A08979; }

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

This text font color is #A08979.

Background Color

.myBgColor { background-color: #A08979; }

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

This div background color is #A08979.

Border color

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

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

This div border color is #A08979.

Opacity

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

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

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

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

This text has shadow with #A08979 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08979.

Preview

Color preview on black background

This text has color #A08979 on black background.


Color preview on white background

This text has color #A08979 on white background.


Black color preview on #A08979 background

This text has black color on #A08979 background.


White color preview on #A08979 background

This text has white color on #A08979 background.


Related colors

Complementary color

Complementary color for #hex is #5F7686.


I love getcolorcode.com

Triadic colors

1 #79A089 and #8979A0 with #A08979 are triadic colors.

2 #7989A0 and #89A079 with #A08979 are triadic colors.