COLOR #A7B388

HEX: #A7B388 RGB: (167,179,136)

Color info

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

RGB color model

#A7B388 color RGB value is (167,179,136).

RGB: (167,179,136) (65%, 70%, 53%)

RGB channels and saturation

R 167 of 255 = 65%
G 179 of 255 = 70%
B 136 of 255 = 53%

167
179
136

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

Portions of RGB colors in percentages

R + G + B = 167 + 179 + 136 = 482 (100%)
R 167 of 482 ~ 34.65%
G 179 of 482 ~ 37.14%
B 136 of 482 ~ 28.22'%

%34.65
%37.14
%28.22

CMYK color model

#A7B388 color CMYK value is (7,0,24,30).

  • cyan value is 6.70%
  • magenta value is 0.00%
  • yellow value is 24.02%
  • key color value is 29.80%
CMYK: (7,0,24,30) C7M0Y24K30 (7%,0%,24%,30%) (0.07/0.00/0.24/0.30) 

CMYK percentages

%6.7
%0
%24.02
%29.8

Codes

Color #A7B388 in popluar color models

A7 B3 88
RGB 167 179 136
HSL 77° 22.05% 61.76%
HSB/HSV 77° 24.02% 70.20%
CMYK 6.70% 0.00% 24.02%
29.80%

Color #A7B388 in popluar number systems.

HEX A7 B3 88
Decimal 167 179 136
Binary 10100111 10110011 10001000
Octal 247 263 210

Shades and tints

Shades of #A7B388

#A7B388
(167,179,136)
#98A37C
(152,163,124)
#899370
(137,147,112)
#7A8364
(122,131,100)
#6B7358
(107,115,88)
#5C634C
(92,99,76)
#4D5340
(77,83,64)
#3E4334
(62,67,52)
#2F3328
(47,51,40)
#20231C
(32,35,28)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #A7B388

#A7B388
(167,179,136)
#AFB992
(175,185,146)
#B7BF9C
(183,191,156)
#BFC5A6
(191,197,166)
#C7CBB0
(199,203,176)
#CFD1BA
(207,209,186)
#D7D7C4
(215,215,196)
#DFDDCE
(223,221,206)
#E7E3D8
(231,227,216)
#EFE9E2
(239,233,226)
#F7EFEC
(247,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B388 color. Also use rgb(167,179,136) instead hex code.

Text Font Color

.myTextColor { color: #A7B388; }

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

This text font color is #A7B388.

Background Color

.myBgColor { background-color: #A7B388; }

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

This div background color is #A7B388.

Border color

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

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

This div border color is #A7B388.

Opacity

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

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

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

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

This text has shadow with #A7B388 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B388.

Preview

Color preview on black background

This text has color #A7B388 on black background.


Color preview on white background

This text has color #A7B388 on white background.


Black color preview on #A7B388 background

This text has black color on #A7B388 background.


White color preview on #A7B388 background

This text has white color on #A7B388 background.


Related colors

Complementary color

Complementary color for #hex is #584C77.


I love getcolorcode.com

Triadic colors

1 #88A7B3 and #B388A7 with #A7B388 are triadic colors.

2 #88B3A7 and #B3A788 with #A7B388 are triadic colors.