COLOR #A7AE70

HEX: #A7AE70 RGB: (167,174,112)

Color info

#A7AE70 contains mainly red and green colors. Web safe color of #A7AE70 is #999966 (or #996).

RGB color model

#A7AE70 color RGB value is (167,174,112).

RGB: (167,174,112) (65%, 68%, 44%)

RGB channels and saturation

R 167 of 255 = 65%
G 174 of 255 = 68%
B 112 of 255 = 44%

167
174
112

R + G + B ~ 59%. #A7AE70 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 167 + 174 + 112 = 453 (100%)
R 167 of 453 ~ 36.87%
G 174 of 453 ~ 38.41%
B 112 of 453 ~ 24.72'%

%36.87
%38.41
%24.72

CMYK color model

#A7AE70 color CMYK value is (4,0,36,32).

  • cyan value is 4.02%
  • magenta value is 0.00%
  • yellow value is 35.63%
  • key color value is 31.76%

CMYK: (4,0,36,32)
C4M0Y36K32 (4%, 0%, 36%, 32%)
(0.04 / 0.00 / 0.36 / 0.32)

CMYK percentages

%4.02
%0
%35.63
%31.76

Codes

Color #A7AE70 in popluar color models

A7 AE 70
RGB 167 174 112
HSL 67° 27.68% 56.08%
HSB/HSV 67° 35.63% 68.24%
CMYK 4.02% 0.00% 35.63%
31.76%

Color #A7AE70 in popluar number systems.

HEX A7 AE 70
Decimal 167 174 112
Binary 10100111 10101110 1110000
Octal 247 256 160

Shades and tints

Shades of #A7AE70

#A7AE70
(167,174,112)
#989F66
(152,159,102)
#89905C
(137,144,92)
#7A8152
(122,129,82)
#6B7248
(107,114,72)
#5C633E
(92,99,62)
#4D5434
(77,84,52)
#3E452A
(62,69,42)
#2F3620
(47,54,32)
#202716
(32,39,22)
#11180C
(17,24,12)
#000000
(0,0,0)

Tints of #A7AE70

#A7AE70
(167,174,112)
#AFB57D
(175,181,125)
#B7BC8A
(183,188,138)
#BFC397
(191,195,151)
#C7CAA4
(199,202,164)
#CFD1B1
(207,209,177)
#D7D8BE
(215,216,190)
#DFDFCB
(223,223,203)
#E7E6D8
(231,230,216)
#EFEDE5
(239,237,229)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AE70; }

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

This text font color is #A7AE70.

Background Color

.myBgColor { background-color: #A7AE70; }

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

This div background color is #A7AE70.

Border color

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

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

This div border color is #A7AE70.

Opacity

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

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

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

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

This text has shadow with #A7AE70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7AE70.

Preview

Color preview on black background

This text has color #A7AE70 on black background.


Color preview on white background

This text has color #A7AE70 on white background.


Black color preview on #A7AE70 background

This text has black color on #A7AE70 background.


White color preview on #A7AE70 background

This text has white color on #A7AE70 background.


Related colors

Complementary color

Complementary color for #hex is #58518F.


I love getcolorcode.com

Triadic colors

1 #70A7AE and #AE70A7 with #A7AE70 are triadic colors.

2 #70AEA7 and #AEA770 with #A7AE70 are triadic colors.