COLOR #A7AE92

HEX: #A7AE92
RGB: (167,174,146)

Color info

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

RGB color model

#A7AE92 color RGB value is (167,174,146).

  • red value is 167;
  • green value is 174;
  • blue value is 146.
RGB:
(167,174,146)
(65%,68%,57%)

RGB channels and saturation

R 167 of 255 = 65%
G 174 of 255 = 68%
B 146 of 255 = 57%

167
174
146

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

Portions of RGB colors in percentages

R + G + B =
167 + 174 + 146 = 487 (100%)
R 167 of 487 ~ 34.29%
G 174 of 487 ~ 35.73%
B 146 of 487 ~ 29.98%

%34.29
%35.73
%29.98

CMYK color model

#A7AE92 color CMYK value is (4,0,16,32).

  • cyan value is 4.02%
  • magenta value is 0.00%
  • yellow value is 16.09%
  • key color value is 31.76%
CMYK:
(4,0,16,32)
C4M0Y16K32 
(4%,0%,16%,32%)
(0.04/0.00/0.16/0.32)	

CMYK percentages

%4.02
%0
%16.09
%31.76

Codes

Color #A7AE92 in popluar color models

A7AE92
RGB167174146
HSL75°14.74%62.75%
HSB/HSV75°16.09%68.24%
CMYK4.02%0.00%16.09%
31.76%

Color #A7AE92 in popluar number systems.

HEXA7AE92
Decimal167174146
Binary101001111010111010010010
Octal247256222

Shades and tints

Shades of #A7AE92

#A7AE92
(167,174,146)
#989F85
(152,159,133)
#899078
(137,144,120)
#7A816B
(122,129,107)
#6B725E
(107,114,94)
#5C6351
(92,99,81)
#4D5444
(77,84,68)
#3E4537
(62,69,55)
#2F362A
(47,54,42)
#20271D
(32,39,29)
#111810
(17,24,16)
#000000
(0,0,0)

Tints of #A7AE92

#A7AE92
(167,174,146)
#AFB59B
(175,181,155)
#B7BCA4
(183,188,164)
#BFC3AD
(191,195,173)
#C7CAB6
(199,202,182)
#CFD1BF
(207,209,191)
#D7D8C8
(215,216,200)
#DFDFD1
(223,223,209)
#E7E6DA
(231,230,218)
#EFEDE3
(239,237,227)
#F7F4EC
(247,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7AE92 color. Also use rgb(167,174,146) instead hex code.

Text Font Color

.myTextColor { color: #A7AE92; }

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

This text font color is #A7AE92.


Background Color

.myBgColor { background-color: #A7AE92; }

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

This div background color is #A7AE92.


Border color

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

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

This div border color is #A7AE92.


Opacity

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

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

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

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

This text has shadow with #A7AE92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AE92 on black background.


Color preview on white background

This text has color #A7AE92 on white background.



Black color preview on #A7AE92 background

This text has black color on #A7AE92 background.


White color preview on #A7AE92 background

This text has white color on #A7AE92 background.