COLOR #A0976C

HEX: #A0976C RGB: (160,151,108)

Color info

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

RGB color model

#A0976C color RGB value is (160,151,108).

RGB: (160,151,108) (63%, 59%, 42%)

RGB channels and saturation

R 160 of 255 = 63%
G 151 of 255 = 59%
B 108 of 255 = 42%

160
151
108

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

Portions of RGB colors in percentages

R + G + B = 160 + 151 + 108 = 419 (100%)
R 160 of 419 ~ 38.19%
G 151 of 419 ~ 36.04%
B 108 of 419 ~ 25.78'%

%38.19
%36.04
%25.78

CMYK color model

#A0976C color CMYK value is (0,6,33,37).

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 32.50%
  • key color value is 37.25%

CMYK: (0,6,33,37)
C0M6Y33K37 (0%, 6%, 33%, 37%)
(0.00 / 0.06 / 0.33 / 0.37)

CMYK percentages

%0
%5.63
%32.5
%37.25

Codes

Color #A0976C in popluar color models

A0 97 6C
RGB 160 151 108
HSL 50° 21.49% 52.55%
HSB/HSV 50° 32.50% 62.75%
CMYK 0.00% 5.63% 32.50%
37.25%

Color #A0976C in popluar number systems.

HEX A0 97 6C
Decimal 160 151 108
Binary 10100000 10010111 1101100
Octal 240 227 154

Shades and tints

Shades of #A0976C

#A0976C
(160,151,108)
#928A63
(146,138,99)
#847D5A
(132,125,90)
#767051
(118,112,81)
#686348
(104,99,72)
#5A563F
(90,86,63)
#4C4936
(76,73,54)
#3E3C2D
(62,60,45)
#302F24
(48,47,36)
#22221B
(34,34,27)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #A0976C

#A0976C
(160,151,108)
#A8A079
(168,160,121)
#B0A986
(176,169,134)
#B8B293
(184,178,147)
#C0BBA0
(192,187,160)
#C8C4AD
(200,196,173)
#D0CDBA
(208,205,186)
#D8D6C7
(216,214,199)
#E0DFD4
(224,223,212)
#E8E8E1
(232,232,225)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0976C color. Also use rgb(160,151,108) instead hex code.

Text Font Color

.myTextColor { color: #A0976C; }

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

This text font color is #A0976C.

Background Color

.myBgColor { background-color: #A0976C; }

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

This div background color is #A0976C.

Border color

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

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

This div border color is #A0976C.

Opacity

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

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

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

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

This text has shadow with #A0976C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0976C.

Preview

Color preview on black background

This text has color #A0976C on black background.


Color preview on white background

This text has color #A0976C on white background.


Black color preview on #A0976C background

This text has black color on #A0976C background.


White color preview on #A0976C background

This text has white color on #A0976C background.


Related colors

Complementary color

Complementary color for #hex is #5F6893.


I love getcolorcode.com

Triadic colors

1 #6CA097 and #976CA0 with #A0976C are triadic colors.

2 #6C97A0 and #97A06C with #A0976C are triadic colors.