COLOR #A7A88E

HEX: #A7A88E
RGB: (167,168,142)

Color info

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

RGB color model

#A7A88E color RGB value is (167,168,142).

  • red value is 167;
  • green value is 168;
  • blue value is 142.
RGB:
(167,168,142)
(65%,66%,56%)

RGB channels and saturation

R 167 of 255 = 65%
G 168 of 255 = 66%
B 142 of 255 = 56%

167
168
142

R + G + B ~ 62%. #A7A88E is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 168 + 142 = 477 (100%)
R 167 of 477 ~ 35.01%
G 168 of 477 ~ 35.22%
B 142 of 477 ~ 29.77%

%35.01
%35.22
%29.77

CMYK color model

#A7A88E color CMYK value is (1,0,15,34).

  • cyan value is 0.60%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 34.12%
CMYK:
(1,0,15,34)
C1M0Y15K34 
(1%,0%,15%,34%)
(0.01/0.00/0.15/0.34)	

CMYK percentages

%0.6
%0
%15.48
%34.12

Codes

Color #A7A88E in popluar color models

A7A88E
RGB167168142
HSL62°13.00%60.78%
HSB/HSV62°15.48%65.88%
CMYK0.60%0.00%15.48%
34.12%

Color #A7A88E in popluar number systems.

HEXA7A88E
Decimal167168142
Binary101001111010100010001110
Octal247250216

Shades and tints

Shades of #A7A88E

#A7A88E
(167,168,142)
#989982
(152,153,130)
#898A76
(137,138,118)
#7A7B6A
(122,123,106)
#6B6C5E
(107,108,94)
#5C5D52
(92,93,82)
#4D4E46
(77,78,70)
#3E3F3A
(62,63,58)
#2F302E
(47,48,46)
#202122
(32,33,34)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #A7A88E

#A7A88E
(167,168,142)
#AFAF98
(175,175,152)
#B7B6A2
(183,182,162)
#BFBDAC
(191,189,172)
#C7C4B6
(199,196,182)
#CFCBC0
(207,203,192)
#D7D2CA
(215,210,202)
#DFD9D4
(223,217,212)
#E7E0DE
(231,224,222)
#EFE7E8
(239,231,232)
#F7EEF2
(247,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7A88E color. Also use rgb(167,168,142) instead hex code.

Text Font Color

.myTextColor { color: #A7A88E; }

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

This text font color is #A7A88E.


Background Color

.myBgColor { background-color: #A7A88E; }

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

This div background color is #A7A88E.


Border color

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

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

This div border color is #A7A88E.


Opacity

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

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

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

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

This text has shadow with #A7A88E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A88E on black background.


Color preview on white background

This text has color #A7A88E on white background.



Black color preview on #A7A88E background

This text has black color on #A7A88E background.


White color preview on #A7A88E background

This text has white color on #A7A88E background.