COLOR #A7A298

HEX: #A7A298
RGB: (167,162,152)

Color info

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

RGB color model

#A7A298 color RGB value is (167,162,152).

  • red value is 167;
  • green value is 162;
  • blue value is 152.
RGB:
(167,162,152)
(65%,64%,60%)

RGB channels and saturation

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

167
162
152

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

Portions of RGB colors in percentages

R + G + B =
167 + 162 + 152 = 481 (100%)
R 167 of 481 ~ 34.72%
G 162 of 481 ~ 33.68%
B 152 of 481 ~ 31.6%

%34.72
%33.68
%31.6

CMYK color model

#A7A298 color CMYK value is (0,3,9,35).

  • cyan value is 0.00%
  • magenta value is 2.99%
  • yellow value is 8.98%
  • key color value is 34.51%
CMYK:
(0,3,9,35)
C0M3Y9K35 
(0%,3%,9%,35%)
(0.00/0.03/0.09/0.35)	

CMYK percentages

%0
%2.99
%8.98
%34.51

Codes

Color #A7A298 in popluar color models

A7A298
RGB167162152
HSL40°7.85%62.55%
HSB/HSV40°8.98%65.49%
CMYK0.00%2.99%8.98%
34.51%

Color #A7A298 in popluar number systems.

HEXA7A298
Decimal167162152
Binary101001111010001010011000
Octal247242230

Shades and tints

Shades of #A7A298

#A7A298
(167,162,152)
#98948B
(152,148,139)
#89867E
(137,134,126)
#7A7871
(122,120,113)
#6B6A64
(107,106,100)
#5C5C57
(92,92,87)
#4D4E4A
(77,78,74)
#3E403D
(62,64,61)
#2F3230
(47,50,48)
#202423
(32,36,35)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #A7A298

#A7A298
(167,162,152)
#AFAAA1
(175,170,161)
#B7B2AA
(183,178,170)
#BFBAB3
(191,186,179)
#C7C2BC
(199,194,188)
#CFCAC5
(207,202,197)
#D7D2CE
(215,210,206)
#DFDAD7
(223,218,215)
#E7E2E0
(231,226,224)
#EFEAE9
(239,234,233)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A298; }

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

This text font color is #A7A298.


Background Color

.myBgColor { background-color: #A7A298; }

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

This div background color is #A7A298.


Border color

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

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

This div border color is #A7A298.


Opacity

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

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

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

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

This text has shadow with #A7A298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A298 on black background.


Color preview on white background

This text has color #A7A298 on white background.



Black color preview on #A7A298 background

This text has black color on #A7A298 background.


White color preview on #A7A298 background

This text has white color on #A7A298 background.