COLOR #A0A974

HEX: #A0A974 RGB: (160,169,116)

Color info

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

RGB color model

#A0A974 color RGB value is (160,169,116).

RGB: (160,169,116) (63%, 66%, 45%)

RGB channels and saturation

R 160 of 255 = 63%
G 169 of 255 = 66%
B 116 of 255 = 45%

160
169
116

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

Portions of RGB colors in percentages

R + G + B = 160 + 169 + 116 = 445 (100%)
R 160 of 445 ~ 35.96%
G 169 of 445 ~ 37.98%
B 116 of 445 ~ 26.07'%

%35.96
%37.98
%26.07

CMYK color model

#A0A974 color CMYK value is (5,0,31,34).

  • cyan value is 5.33%
  • magenta value is 0.00%
  • yellow value is 31.36%
  • key color value is 33.73%

CMYK: (5,0,31,34)
C5M0Y31K34 (5%, 0%, 31%, 34%)
(0.05 / 0.00 / 0.31 / 0.34)

CMYK percentages

%5.33
%0
%31.36
%33.73

Codes

Color #A0A974 in popluar color models

A0 A9 74
RGB 160 169 116
HSL 70° 23.56% 55.88%
HSB/HSV 70° 31.36% 66.27%
CMYK 5.33% 0.00% 31.36%
33.73%

Color #A0A974 in popluar number systems.

HEX A0 A9 74
Decimal 160 169 116
Binary 10100000 10101001 1110100
Octal 240 251 164

Shades and tints

Shades of #A0A974

#A0A974
(160,169,116)
#929A6A
(146,154,106)
#848B60
(132,139,96)
#767C56
(118,124,86)
#686D4C
(104,109,76)
#5A5E42
(90,94,66)
#4C4F38
(76,79,56)
#3E402E
(62,64,46)
#303124
(48,49,36)
#22221A
(34,34,26)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #A0A974

#A0A974
(160,169,116)
#A8B080
(168,176,128)
#B0B78C
(176,183,140)
#B8BE98
(184,190,152)
#C0C5A4
(192,197,164)
#C8CCB0
(200,204,176)
#D0D3BC
(208,211,188)
#D8DAC8
(216,218,200)
#E0E1D4
(224,225,212)
#E8E8E0
(232,232,224)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0A974 color. Also use rgb(160,169,116) instead hex code.

Text Font Color

.myTextColor { color: #A0A974; }

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

This text font color is #A0A974.

Background Color

.myBgColor { background-color: #A0A974; }

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

This div background color is #A0A974.

Border color

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

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

This div border color is #A0A974.

Opacity

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

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

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

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

This text has shadow with #A0A974 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A974.

Preview

Color preview on black background

This text has color #A0A974 on black background.


Color preview on white background

This text has color #A0A974 on white background.


Black color preview on #A0A974 background

This text has black color on #A0A974 background.


White color preview on #A0A974 background

This text has white color on #A0A974 background.


Related colors

Complementary color

Complementary color for #hex is #5F568B.


I love getcolorcode.com

Triadic colors

1 #74A0A9 and #A974A0 with #A0A974 are triadic colors.

2 #74A9A0 and #A9A074 with #A0A974 are triadic colors.