COLOR #A7A299

HEX: #A7A299 RGB: (167,162,153)

Color info

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

RGB color model

#A7A299 color RGB value is (167,162,153).

RGB: (167,162,153) (65%, 64%, 60%)

RGB channels and saturation

R 167 of 255 = 65%
G 162 of 255 = 64%
B 153 of 255 = 60%

167
162
153

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

Portions of RGB colors in percentages

R + G + B = 167 + 162 + 153 = 482 (100%)
R 167 of 482 ~ 34.65%
G 162 of 482 ~ 33.61%
B 153 of 482 ~ 31.74'%

%34.65
%33.61
%31.74

CMYK color model

#A7A299 color CMYK value is (0,3,8,35).

  • cyan value is 0.00%
  • magenta value is 2.99%
  • yellow value is 8.38%
  • key color value is 34.51%

CMYK: (0,3,8,35)
C0M3Y8K35 (0%, 3%, 8%, 35%)
(0.00 / 0.03 / 0.08 / 0.35)

CMYK percentages

%0
%2.99
%8.38
%34.51

Codes

Color #A7A299 in popluar color models

A7 A2 99
RGB 167 162 153
HSL 39° 7.37% 62.75%
HSB/HSV 39° 8.38% 65.49%
CMYK 0.00% 2.99% 8.38%
34.51%

Color #A7A299 in popluar number systems.

HEX A7 A2 99
Decimal 167 162 153
Binary 10100111 10100010 10011001
Octal 247 242 231

Shades and tints

Shades of #A7A299

#A7A299
(167,162,153)
#98948C
(152,148,140)
#89867F
(137,134,127)
#7A7872
(122,120,114)
#6B6A65
(107,106,101)
#5C5C58
(92,92,88)
#4D4E4B
(77,78,75)
#3E403E
(62,64,62)
#2F3231
(47,50,49)
#202424
(32,36,36)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #A7A299

#A7A299
(167,162,153)
#AFAAA2
(175,170,162)
#B7B2AB
(183,178,171)
#BFBAB4
(191,186,180)
#C7C2BD
(199,194,189)
#CFCAC6
(207,202,198)
#D7D2CF
(215,210,207)
#DFDAD8
(223,218,216)
#E7E2E1
(231,226,225)
#EFEAEA
(239,234,234)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A299; }

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

This text font color is #A7A299.

Background Color

.myBgColor { background-color: #A7A299; }

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

This div background color is #A7A299.

Border color

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

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

This div border color is #A7A299.

Opacity

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

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

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

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

This text has shadow with #A7A299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7A299.

Preview

Color preview on black background

This text has color #A7A299 on black background.


Color preview on white background

This text has color #A7A299 on white background.


Black color preview on #A7A299 background

This text has black color on #A7A299 background.


White color preview on #A7A299 background

This text has white color on #A7A299 background.


Related colors

Complementary color

Complementary color for #hex is #585D66.


I love getcolorcode.com

Triadic colors

1 #99A7A2 and #A299A7 with #A7A299 are triadic colors.

2 #99A2A7 and #A2A799 with #A7A299 are triadic colors.