COLOR #A0977C

HEX: #A0977C
RGB: (160,151,124)

Color info

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

RGB color model

#A0977C color RGB value is (160,151,124).

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

RGB channels and saturation

R 160 of 255 = 63%
G 151 of 255 = 59%
B 124 of 255 = 49%

160
151
124

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

Portions of RGB colors in percentages

R + G + B =
160 + 151 + 124 = 435 (100%)
R 160 of 435 ~ 36.78%
G 151 of 435 ~ 34.71%
B 124 of 435 ~ 28.51%

%36.78
%34.71
%28.51

CMYK color model

#A0977C color CMYK value is (0,6,23,37).

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 22.50%
  • key color value is 37.25%
CMYK:
(0,6,23,37)
C0M6Y23K37 
(0%,6%,23%,37%)
(0.00/0.06/0.23/0.37)	

CMYK percentages

%0
%5.63
%22.5
%37.25

Codes

Color #A0977C in popluar color models

A0977C
RGB160151124
HSL45°15.93%55.69%
HSB/HSV45°22.50%62.75%
CMYK0.00%5.63%22.50%
37.25%

Color #A0977C in popluar number systems.

HEXA0977C
Decimal160151124
Binary10100000100101111111100
Octal240227174

Shades and tints

Shades of #A0977C

#A0977C
(160,151,124)
#928A71
(146,138,113)
#847D66
(132,125,102)
#76705B
(118,112,91)
#686350
(104,99,80)
#5A5645
(90,86,69)
#4C493A
(76,73,58)
#3E3C2F
(62,60,47)
#302F24
(48,47,36)
#222219
(34,34,25)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #A0977C

#A0977C
(160,151,124)
#A8A087
(168,160,135)
#B0A992
(176,169,146)
#B8B29D
(184,178,157)
#C0BBA8
(192,187,168)
#C8C4B3
(200,196,179)
#D0CDBE
(208,205,190)
#D8D6C9
(216,214,201)
#E0DFD4
(224,223,212)
#E8E8DF
(232,232,223)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0977C; }

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

This text font color is #A0977C.


Background Color

.myBgColor { background-color: #A0977C; }

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

This div background color is #A0977C.


Border color

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

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

This div border color is #A0977C.


Opacity

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

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

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

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

This text has shadow with #A0977C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0977C on black background.


Color preview on white background

This text has color #A0977C on white background.



Black color preview on #A0977C background

This text has black color on #A0977C background.


White color preview on #A0977C background

This text has white color on #A0977C background.