COLOR #A7A099

HEX: #A7A099
RGB: (167,160,153)

Color info

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

RGB color model

#A7A099 color RGB value is (167,160,153).

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

RGB channels and saturation

R 167 of 255 = 65%
G 160 of 255 = 63%
B 153 of 255 = 60%

167
160
153

R + G + B ~ 63%. #A7A099 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 160 + 153 = 480 (100%)
R 167 of 480 ~ 34.79%
G 160 of 480 ~ 33.33%
B 153 of 480 ~ 31.88%

%34.79
%33.33
%31.88

CMYK color model

#A7A099 color CMYK value is (0,4,8,35).

  • cyan value is 0.00%
  • magenta value is 4.19%
  • yellow value is 8.38%
  • key color value is 34.51%
CMYK:
(0,4,8,35)
C0M4Y8K35 
(0%,4%,8%,35%)
(0.00/0.04/0.08/0.35)	

CMYK percentages

%0
%4.19
%8.38
%34.51

Codes

Color #A7A099 in popluar color models

A7A099
RGB167160153
HSL30°7.37%62.75%
HSB/HSV30°8.38%65.49%
CMYK0.00%4.19%8.38%
34.51%

Color #A7A099 in popluar number systems.

HEXA7A099
Decimal167160153
Binary101001111010000010011001
Octal247240231

Shades and tints

Shades of #A7A099

#A7A099
(167,160,153)
#98928C
(152,146,140)
#89847F
(137,132,127)
#7A7672
(122,118,114)
#6B6865
(107,104,101)
#5C5A58
(92,90,88)
#4D4C4B
(77,76,75)
#3E3E3E
(62,62,62)
#2F3031
(47,48,49)
#202224
(32,34,36)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #A7A099

#A7A099
(167,160,153)
#AFA8A2
(175,168,162)
#B7B0AB
(183,176,171)
#BFB8B4
(191,184,180)
#C7C0BD
(199,192,189)
#CFC8C6
(207,200,198)
#D7D0CF
(215,208,207)
#DFD8D8
(223,216,216)
#E7E0E1
(231,224,225)
#EFE8EA
(239,232,234)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A099; }

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

This text font color is #A7A099.


Background Color

.myBgColor { background-color: #A7A099; }

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

This div background color is #A7A099.


Border color

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

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

This div border color is #A7A099.


Opacity

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

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

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

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

This text has shadow with #A7A099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A099 on black background.


Color preview on white background

This text has color #A7A099 on white background.



Black color preview on #A7A099 background

This text has black color on #A7A099 background.


White color preview on #A7A099 background

This text has white color on #A7A099 background.