COLOR #A7A189

HEX: #A7A189
RGB: (167,161,137)

Color info

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

RGB color model

#A7A189 color RGB value is (167,161,137).

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

RGB channels and saturation

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

167
161
137

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

Portions of RGB colors in percentages

R + G + B =
167 + 161 + 137 = 465 (100%)
R 167 of 465 ~ 35.91%
G 161 of 465 ~ 34.62%
B 137 of 465 ~ 29.46%

%35.91
%34.62
%29.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.59%
  • 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
%3.59
%17.96
%34.51

Codes

Color #A7A189 in popluar color models

A7A189
RGB167161137
HSL48°14.56%59.61%
HSB/HSV48°17.96%65.49%
CMYK0.00%3.59%17.96%
34.51%

Color #A7A189 in popluar number systems.

HEXA7A189
Decimal167161137
Binary101001111010000110001001
Octal247241211

Shades and tints

Shades of #A7A189

#A7A189
(167,161,137)
#98937D
(152,147,125)
#898571
(137,133,113)
#7A7765
(122,119,101)
#6B6959
(107,105,89)
#5C5B4D
(92,91,77)
#4D4D41
(77,77,65)
#3E3F35
(62,63,53)
#2F3129
(47,49,41)
#20231D
(32,35,29)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #A7A189

#A7A189
(167,161,137)
#AFA993
(175,169,147)
#B7B19D
(183,177,157)
#BFB9A7
(191,185,167)
#C7C1B1
(199,193,177)
#CFC9BB
(207,201,187)
#D7D1C5
(215,209,197)
#DFD9CF
(223,217,207)
#E7E1D9
(231,225,217)
#EFE9E3
(239,233,227)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A189; }

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

This text font color is #A7A189.


Background Color

.myBgColor { background-color: #A7A189; }

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

This div background color is #A7A189.


Border color

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

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

This div border color is #A7A189.


Opacity

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

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

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

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

This text has shadow with #A7A189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A189 on black background.


Color preview on white background

This text has color #A7A189 on white background.



Black color preview on #A7A189 background

This text has black color on #A7A189 background.


White color preview on #A7A189 background

This text has white color on #A7A189 background.