COLOR #A7985A

HEX: #A7985A
RGB: (167,152,90)

Color info

#A7985A contains mainly red and green colors. Web safe color of #A7985A is #999966 (or #996).

RGB color model

#A7985A color RGB value is (167,152,90).

  • red value is 167;
  • green value is 152;
  • blue value is 90.
RGB:
(167,152,90)
(65%,60%,35%)

RGB channels and saturation

R 167 of 255 = 65%
G 152 of 255 = 60%
B 90 of 255 = 35%

167
152
90

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

Portions of RGB colors in percentages

R + G + B =
167 + 152 + 90 = 409 (100%)
R 167 of 409 ~ 40.83%
G 152 of 409 ~ 37.16%
B 90 of 409 ~ 22%

%40.83
%37.16
%22

CMYK color model

#A7985A color CMYK value is (0,9,46,35).

  • cyan value is 0.00%
  • magenta value is 8.98%
  • yellow value is 46.11%
  • key color value is 34.51%
CMYK:
(0,9,46,35)
C0M9Y46K35 
(0%,9%,46%,35%)
(0.00/0.09/0.46/0.35)	

CMYK percentages

%0
%8.98
%46.11
%34.51

Codes

Color #A7985A in popluar color models

A7985A
RGB16715290
HSL48°30.43%50.39%
HSB/HSV48°46.11%65.49%
CMYK0.00%8.98%46.11%
34.51%

Color #A7985A in popluar number systems.

HEXA7985A
Decimal16715290
Binary10100111100110001011010
Octal247230132

Shades and tints

Shades of #A7985A

#A7985A
(167,152,90)
#988B52
(152,139,82)
#897E4A
(137,126,74)
#7A7142
(122,113,66)
#6B643A
(107,100,58)
#5C5732
(92,87,50)
#4D4A2A
(77,74,42)
#3E3D22
(62,61,34)
#2F301A
(47,48,26)
#202312
(32,35,18)
#11160A
(17,22,10)
#000000
(0,0,0)

Tints of #A7985A

#A7985A
(167,152,90)
#AFA169
(175,161,105)
#B7AA78
(183,170,120)
#BFB387
(191,179,135)
#C7BC96
(199,188,150)
#CFC5A5
(207,197,165)
#D7CEB4
(215,206,180)
#DFD7C3
(223,215,195)
#E7E0D2
(231,224,210)
#EFE9E1
(239,233,225)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7985A color. Also use rgb(167,152,90) instead hex code.

Text Font Color

.myTextColor { color: #A7985A; }

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

This text font color is #A7985A.


Background Color

.myBgColor { background-color: #A7985A; }

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

This div background color is #A7985A.


Border color

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

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

This div border color is #A7985A.


Opacity

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

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

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

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

This text has shadow with #A7985A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7985A on black background.


Color preview on white background

This text has color #A7985A on white background.



Black color preview on #A7985A background

This text has black color on #A7985A background.


White color preview on #A7985A background

This text has white color on #A7985A background.