COLOR #A7B270

HEX: #A7B270 RGB: (167,178,112)

Color info

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

RGB color model

#A7B270 color RGB value is (167,178,112).

RGB: (167,178,112) (65%, 70%, 44%)

RGB channels and saturation

R 167 of 255 = 65%
G 178 of 255 = 70%
B 112 of 255 = 44%

167
178
112

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

Portions of RGB colors in percentages

R + G + B = 167 + 178 + 112 = 457 (100%)
R 167 of 457 ~ 36.54%
G 178 of 457 ~ 38.95%
B 112 of 457 ~ 24.51'%

%36.54
%38.95
%24.51

CMYK color model

#A7B270 color CMYK value is (6,0,37,30).

  • cyan value is 6.18%
  • magenta value is 0.00%
  • yellow value is 37.08%
  • key color value is 30.20%

CMYK: (6,0,37,30)
C6M0Y37K30 (6%, 0%, 37%, 30%)
(0.06 / 0.00 / 0.37 / 0.30)

CMYK percentages

%6.18
%0
%37.08
%30.2

Codes

Color #A7B270 in popluar color models

A7 B2 70
RGB 167 178 112
HSL 70° 30.00% 56.86%
HSB/HSV 70° 37.08% 69.80%
CMYK 6.18% 0.00% 37.08%
30.20%

Color #A7B270 in popluar number systems.

HEX A7 B2 70
Decimal 167 178 112
Binary 10100111 10110010 1110000
Octal 247 262 160

Shades and tints

Shades of #A7B270

#A7B270
(167,178,112)
#98A266
(152,162,102)
#89925C
(137,146,92)
#7A8252
(122,130,82)
#6B7248
(107,114,72)
#5C623E
(92,98,62)
#4D5234
(77,82,52)
#3E422A
(62,66,42)
#2F3220
(47,50,32)
#202216
(32,34,22)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #A7B270

#A7B270
(167,178,112)
#AFB97D
(175,185,125)
#B7C08A
(183,192,138)
#BFC797
(191,199,151)
#C7CEA4
(199,206,164)
#CFD5B1
(207,213,177)
#D7DCBE
(215,220,190)
#DFE3CB
(223,227,203)
#E7EAD8
(231,234,216)
#EFF1E5
(239,241,229)
#F7F8F2
(247,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B270; }

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

This text font color is #A7B270.

Background Color

.myBgColor { background-color: #A7B270; }

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

This div background color is #A7B270.

Border color

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

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

This div border color is #A7B270.

Opacity

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

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

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

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

This text has shadow with #A7B270 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B270.

Preview

Color preview on black background

This text has color #A7B270 on black background.


Color preview on white background

This text has color #A7B270 on white background.


Black color preview on #A7B270 background

This text has black color on #A7B270 background.


White color preview on #A7B270 background

This text has white color on #A7B270 background.


Related colors

Complementary color

Complementary color for #hex is #584D8F.


I love getcolorcode.com

Triadic colors

1 #70A7B2 and #B270A7 with #A7B270 are triadic colors.

2 #70B2A7 and #B2A770 with #A7B270 are triadic colors.