COLOR #A0976F

HEX: #A0976F
RGB: (160,151,111)

Color info

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

RGB color model

#A0976F color RGB value is (160,151,111).

  • red value is 160;
  • green value is 151;
  • blue value is 111.
RGB:
(160,151,111)
(63%,59%,44%)

RGB channels and saturation

R 160 of 255 = 63%
G 151 of 255 = 59%
B 111 of 255 = 44%

160
151
111

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

Portions of RGB colors in percentages

R + G + B =
160 + 151 + 111 = 422 (100%)
R 160 of 422 ~ 37.91%
G 151 of 422 ~ 35.78%
B 111 of 422 ~ 26.3%

%37.91
%35.78
%26.3

CMYK color model

#A0976F color CMYK value is (0,6,31,37).

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 30.63%
  • key color value is 37.25%
CMYK:
(0,6,31,37)
C0M6Y31K37 
(0%,6%,31%,37%)
(0.00/0.06/0.31/0.37)	

CMYK percentages

%0
%5.63
%30.63
%37.25

Codes

Color #A0976F in popluar color models

A0976F
RGB160151111
HSL49°20.50%53.14%
HSB/HSV49°30.63%62.75%
CMYK0.00%5.63%30.63%
37.25%

Color #A0976F in popluar number systems.

HEXA0976F
Decimal160151111
Binary10100000100101111101111
Octal240227157

Shades and tints

Shades of #A0976F

#A0976F
(160,151,111)
#928A65
(146,138,101)
#847D5B
(132,125,91)
#767051
(118,112,81)
#686347
(104,99,71)
#5A563D
(90,86,61)
#4C4933
(76,73,51)
#3E3C29
(62,60,41)
#302F1F
(48,47,31)
#222215
(34,34,21)
#14150B
(20,21,11)
#000000
(0,0,0)

Tints of #A0976F

#A0976F
(160,151,111)
#A8A07C
(168,160,124)
#B0A989
(176,169,137)
#B8B296
(184,178,150)
#C0BBA3
(192,187,163)
#C8C4B0
(200,196,176)
#D0CDBD
(208,205,189)
#D8D6CA
(216,214,202)
#E0DFD7
(224,223,215)
#E8E8E4
(232,232,228)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0976F; }

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

This text font color is #A0976F.


Background Color

.myBgColor { background-color: #A0976F; }

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

This div background color is #A0976F.


Border color

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

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

This div border color is #A0976F.


Opacity

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

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

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

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

This text has shadow with #A0976F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0976F on black background.


Color preview on white background

This text has color #A0976F on white background.



Black color preview on #A0976F background

This text has black color on #A0976F background.


White color preview on #A0976F background

This text has white color on #A0976F background.