COLOR #A7A089

HEX: #A7A089
RGB: (167,160,137)

Color info

#A7A089 contains red, green and blue colors in about the same proportion. Web safe color of #A7A089 is #999999 (or #999).

RGB color model

#A7A089 color RGB value is (167,160,137).

  • red value is 167;
  • green value is 160;
  • blue value is 137.
RGB:
(167,160,137)
(65%,63%,54%)

RGB channels and saturation

R 167 of 255 = 65%
G 160 of 255 = 63%
B 137 of 255 = 54%

167
160
137

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

Portions of RGB colors in percentages

R + G + B =
167 + 160 + 137 = 464 (100%)
R 167 of 464 ~ 35.99%
G 160 of 464 ~ 34.48%
B 137 of 464 ~ 29.53%

%35.99
%34.48
%29.53

CMYK color model

#A7A089 color CMYK value is (0,4,18,35).

  • cyan value is 0.00%
  • magenta value is 4.19%
  • yellow value is 17.96%
  • key color value is 34.51%
CMYK:
(0,4,18,35)
C0M4Y18K35 
(0%,4%,18%,35%)
(0.00/0.04/0.18/0.35)	

CMYK percentages

%0
%4.19
%17.96
%34.51

Codes

Color #A7A089 in popluar color models

A7A089
RGB167160137
HSL46°14.56%59.61%
HSB/HSV46°17.96%65.49%
CMYK0.00%4.19%17.96%
34.51%

Color #A7A089 in popluar number systems.

HEXA7A089
Decimal167160137
Binary101001111010000010001001
Octal247240211

Shades and tints

Shades of #A7A089

#A7A089
(167,160,137)
#98927D
(152,146,125)
#898471
(137,132,113)
#7A7665
(122,118,101)
#6B6859
(107,104,89)
#5C5A4D
(92,90,77)
#4D4C41
(77,76,65)
#3E3E35
(62,62,53)
#2F3029
(47,48,41)
#20221D
(32,34,29)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #A7A089

#A7A089
(167,160,137)
#AFA893
(175,168,147)
#B7B09D
(183,176,157)
#BFB8A7
(191,184,167)
#C7C0B1
(199,192,177)
#CFC8BB
(207,200,187)
#D7D0C5
(215,208,197)
#DFD8CF
(223,216,207)
#E7E0D9
(231,224,217)
#EFE8E3
(239,232,227)
#F7F0ED
(247,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7A089 color. Also use rgb(167,160,137) instead hex code.

Text Font Color

.myTextColor { color: #A7A089; }

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

This text font color is #A7A089.


Background Color

.myBgColor { background-color: #A7A089; }

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

This div background color is #A7A089.


Border color

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

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

This div border color is #A7A089.


Opacity

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

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

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

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

This text has shadow with #A7A089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A089 on black background.


Color preview on white background

This text has color #A7A089 on white background.



Black color preview on #A7A089 background

This text has black color on #A7A089 background.


White color preview on #A7A089 background

This text has white color on #A7A089 background.