COLOR #A0977D

HEX: #A0977D
RGB: (160,151,125)

Color info

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

RGB color model

#A0977D color RGB value is (160,151,125).

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

RGB channels and saturation

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

160
151
125

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

Portions of RGB colors in percentages

R + G + B =
160 + 151 + 125 = 436 (100%)
R 160 of 436 ~ 36.7%
G 151 of 436 ~ 34.63%
B 125 of 436 ~ 28.67%

%36.7
%34.63
%28.67

CMYK color model

#A0977D color CMYK value is (0,6,22,37).

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 21.88%
  • key color value is 37.25%
CMYK:
(0,6,22,37)
C0M6Y22K37 
(0%,6%,22%,37%)
(0.00/0.06/0.22/0.37)	

CMYK percentages

%0
%5.63
%21.88
%37.25

Codes

Color #A0977D in popluar color models

A0977D
RGB160151125
HSL45°15.56%55.88%
HSB/HSV45°21.88%62.75%
CMYK0.00%5.63%21.88%
37.25%

Color #A0977D in popluar number systems.

HEXA0977D
Decimal160151125
Binary10100000100101111111101
Octal240227175

Shades and tints

Shades of #A0977D

#A0977D
(160,151,125)
#928A72
(146,138,114)
#847D67
(132,125,103)
#76705C
(118,112,92)
#686351
(104,99,81)
#5A5646
(90,86,70)
#4C493B
(76,73,59)
#3E3C30
(62,60,48)
#302F25
(48,47,37)
#22221A
(34,34,26)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #A0977D

#A0977D
(160,151,125)
#A8A088
(168,160,136)
#B0A993
(176,169,147)
#B8B29E
(184,178,158)
#C0BBA9
(192,187,169)
#C8C4B4
(200,196,180)
#D0CDBF
(208,205,191)
#D8D6CA
(216,214,202)
#E0DFD5
(224,223,213)
#E8E8E0
(232,232,224)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0977D; }

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

This text font color is #A0977D.


Background Color

.myBgColor { background-color: #A0977D; }

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

This div background color is #A0977D.


Border color

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

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

This div border color is #A0977D.


Opacity

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

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

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

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

This text has shadow with #A0977D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0977D on black background.


Color preview on white background

This text has color #A0977D on white background.



Black color preview on #A0977D background

This text has black color on #A0977D background.


White color preview on #A0977D background

This text has white color on #A0977D background.