COLOR #A7B973

HEX: #A7B973
RGB: (167,185,115)

Color info

#A7B973 contains mainly red and green colors. Web safe color of #A7B973 is #99CC66 (or #9C6).

RGB color model

#A7B973 color RGB value is (167,185,115).

  • red value is 167;
  • green value is 185;
  • blue value is 115.
RGB:
(167,185,115)
(65%,73%,45%)

RGB channels and saturation

R 167 of 255 = 65%
G 185 of 255 = 73%
B 115 of 255 = 45%

167
185
115

R + G + B ~ 61%. #A7B973 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 185 + 115 = 467 (100%)
R 167 of 467 ~ 35.76%
G 185 of 467 ~ 39.61%
B 115 of 467 ~ 24.63%

%35.76
%39.61
%24.63

CMYK color model

#A7B973 color CMYK value is (10,0,38,27).

  • cyan value is 9.73%
  • magenta value is 0.00%
  • yellow value is 37.84%
  • key color value is 27.45%
CMYK:
(10,0,38,27)
C10M0Y38K27 
(10%,0%,38%,27%)
(0.10/0.00/0.38/0.27)	

CMYK percentages

%9.73
%0
%37.84
%27.45

Codes

Color #A7B973 in popluar color models

A7B973
RGB167185115
HSL75°33.33%58.82%
HSB/HSV75°37.84%72.55%
CMYK9.73%0.00%37.84%
27.45%

Color #A7B973 in popluar number systems.

HEXA7B973
Decimal167185115
Binary10100111101110011110011
Octal247271163

Shades and tints

Shades of #A7B973

#A7B973
(167,185,115)
#98A969
(152,169,105)
#89995F
(137,153,95)
#7A8955
(122,137,85)
#6B794B
(107,121,75)
#5C6941
(92,105,65)
#4D5937
(77,89,55)
#3E492D
(62,73,45)
#2F3923
(47,57,35)
#202919
(32,41,25)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #A7B973

#A7B973
(167,185,115)
#AFBF7F
(175,191,127)
#B7C58B
(183,197,139)
#BFCB97
(191,203,151)
#C7D1A3
(199,209,163)
#CFD7AF
(207,215,175)
#D7DDBB
(215,221,187)
#DFE3C7
(223,227,199)
#E7E9D3
(231,233,211)
#EFEFDF
(239,239,223)
#F7F5EB
(247,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B973 color. Also use rgb(167,185,115) instead hex code.

Text Font Color

.myTextColor { color: #A7B973; }

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

This text font color is #A7B973.


Background Color

.myBgColor { background-color: #A7B973; }

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

This div background color is #A7B973.


Border color

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

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

This div border color is #A7B973.


Opacity

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

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

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

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

This text has shadow with #A7B973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B973 on black background.


Color preview on white background

This text has color #A7B973 on white background.



Black color preview on #A7B973 background

This text has black color on #A7B973 background.


White color preview on #A7B973 background

This text has white color on #A7B973 background.