COLOR #A7B169

HEX: #A7B169 RGB: (167,177,105)

Color info

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

RGB color model

#A7B169 color RGB value is (167,177,105).

RGB: (167,177,105) (65%, 69%, 41%)

RGB channels and saturation

R 167 of 255 = 65%
G 177 of 255 = 69%
B 105 of 255 = 41%

167
177
105

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

Portions of RGB colors in percentages

R + G + B = 167 + 177 + 105 = 449 (100%)
R 167 of 449 ~ 37.19%
G 177 of 449 ~ 39.42%
B 105 of 449 ~ 23.39'%

%37.19
%39.42
%23.39

CMYK color model

#A7B169 color CMYK value is (6,0,41,31).

  • cyan value is 5.65%
  • magenta value is 0.00%
  • yellow value is 40.68%
  • key color value is 30.59%

CMYK: (6,0,41,31)
C6M0Y41K31 (6%, 0%, 41%, 31%)
(0.06 / 0.00 / 0.41 / 0.31)

CMYK percentages

%5.65
%0
%40.68
%30.59

Codes

Color #A7B169 in popluar color models

A7 B1 69
RGB 167 177 105
HSL 68° 31.58% 55.29%
HSB/HSV 68° 40.68% 69.41%
CMYK 5.65% 0.00% 40.68%
30.59%

Color #A7B169 in popluar number systems.

HEX A7 B1 69
Decimal 167 177 105
Binary 10100111 10110001 1101001
Octal 247 261 151

Shades and tints

Shades of #A7B169

#A7B169
(167,177,105)
#98A160
(152,161,96)
#899157
(137,145,87)
#7A814E
(122,129,78)
#6B7145
(107,113,69)
#5C613C
(92,97,60)
#4D5133
(77,81,51)
#3E412A
(62,65,42)
#2F3121
(47,49,33)
#202118
(32,33,24)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #A7B169

#A7B169
(167,177,105)
#AFB876
(175,184,118)
#B7BF83
(183,191,131)
#BFC690
(191,198,144)
#C7CD9D
(199,205,157)
#CFD4AA
(207,212,170)
#D7DBB7
(215,219,183)
#DFE2C4
(223,226,196)
#E7E9D1
(231,233,209)
#EFF0DE
(239,240,222)
#F7F7EB
(247,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B169 color. Also use rgb(167,177,105) instead hex code.

Text Font Color

.myTextColor { color: #A7B169; }

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

This text font color is #A7B169.

Background Color

.myBgColor { background-color: #A7B169; }

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

This div background color is #A7B169.

Border color

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

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

This div border color is #A7B169.

Opacity

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

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

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

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

This text has shadow with #A7B169 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B169.

Preview

Color preview on black background

This text has color #A7B169 on black background.


Color preview on white background

This text has color #A7B169 on white background.


Black color preview on #A7B169 background

This text has black color on #A7B169 background.


White color preview on #A7B169 background

This text has white color on #A7B169 background.


Related colors

Complementary color

Complementary color for #hex is #584E96.


I love getcolorcode.com

Triadic colors

1 #69A7B1 and #B169A7 with #A7B169 are triadic colors.

2 #69B1A7 and #B1A769 with #A7B169 are triadic colors.