COLOR #A7B658

HEX: #A7B658
RGB: (167,182,88)

Color info

#A7B658 contains mainly red and green colors. Web safe color of #A7B658 is #99CC66 (or #9C6).

RGB color model

#A7B658 color RGB value is (167,182,88).

  • red value is 167;
  • green value is 182;
  • blue value is 88.
RGB:
(167,182,88)
(65%,71%,35%)

RGB channels and saturation

R 167 of 255 = 65%
G 182 of 255 = 71%
B 88 of 255 = 35%

167
182
88

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

Portions of RGB colors in percentages

R + G + B =
167 + 182 + 88 = 437 (100%)
R 167 of 437 ~ 38.22%
G 182 of 437 ~ 41.65%
B 88 of 437 ~ 20.14%

%38.22
%41.65
%20.14

CMYK color model

#A7B658 color CMYK value is (8,0,52,29).

  • cyan value is 8.24%
  • magenta value is 0.00%
  • yellow value is 51.65%
  • key color value is 28.63%
CMYK:
(8,0,52,29)
C8M0Y52K29 
(8%,0%,52%,29%)
(0.08/0.00/0.52/0.29)	

CMYK percentages

%8.24
%0
%51.65
%28.63

Codes

Color #A7B658 in popluar color models

A7B658
RGB16718288
HSL70°39.17%52.94%
HSB/HSV70°51.65%71.37%
CMYK8.24%0.00%51.65%
28.63%

Color #A7B658 in popluar number systems.

HEXA7B658
Decimal16718288
Binary10100111101101101011000
Octal247266130

Shades and tints

Shades of #A7B658

#A7B658
(167,182,88)
#98A650
(152,166,80)
#899648
(137,150,72)
#7A8640
(122,134,64)
#6B7638
(107,118,56)
#5C6630
(92,102,48)
#4D5628
(77,86,40)
#3E4620
(62,70,32)
#2F3618
(47,54,24)
#202610
(32,38,16)
#111608
(17,22,8)
#000000
(0,0,0)

Tints of #A7B658

#A7B658
(167,182,88)
#AFBC67
(175,188,103)
#B7C276
(183,194,118)
#BFC885
(191,200,133)
#C7CE94
(199,206,148)
#CFD4A3
(207,212,163)
#D7DAB2
(215,218,178)
#DFE0C1
(223,224,193)
#E7E6D0
(231,230,208)
#EFECDF
(239,236,223)
#F7F2EE
(247,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B658 color. Also use rgb(167,182,88) instead hex code.

Text Font Color

.myTextColor { color: #A7B658; }

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

This text font color is #A7B658.


Background Color

.myBgColor { background-color: #A7B658; }

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

This div background color is #A7B658.


Border color

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

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

This div border color is #A7B658.


Opacity

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

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

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

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

This text has shadow with #A7B658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B658 on black background.


Color preview on white background

This text has color #A7B658 on white background.



Black color preview on #A7B658 background

This text has black color on #A7B658 background.


White color preview on #A7B658 background

This text has white color on #A7B658 background.