COLOR #A9B261

HEX: #A9B261
RGB: (169,178,97)

Color info

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

RGB color model

#A9B261 color RGB value is (169,178,97).

  • red value is 169;
  • green value is 178;
  • blue value is 97.
RGB:
(169,178,97)
(66%,70%,38%)

RGB channels and saturation

R 169 of 255 = 66%
G 178 of 255 = 70%
B 97 of 255 = 38%

169
178
97

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

Portions of RGB colors in percentages

R + G + B =
169 + 178 + 97 = 444 (100%)
R 169 of 444 ~ 38.06%
G 178 of 444 ~ 40.09%
B 97 of 444 ~ 21.85%

%38.06
%40.09
%21.85

CMYK color model

#A9B261 color CMYK value is (5,0,46,30).

  • cyan value is 5.06%
  • magenta value is 0.00%
  • yellow value is 45.51%
  • key color value is 30.20%
CMYK:
(5,0,46,30)
C5M0Y46K30 
(5%,0%,46%,30%)
(0.05/0.00/0.46/0.30)	

CMYK percentages

%5.06
%0
%45.51
%30.2

Codes

Color #A9B261 in popluar color models

A9B261
RGB16917897
HSL67°34.47%53.92%
HSB/HSV67°45.51%69.80%
CMYK5.06%0.00%45.51%
30.20%

Color #A9B261 in popluar number systems.

HEXA9B261
Decimal16917897
Binary10101001101100101100001
Octal251262141

Shades and tints

Shades of #A9B261

#A9B261
(169,178,97)
#9AA259
(154,162,89)
#8B9251
(139,146,81)
#7C8249
(124,130,73)
#6D7241
(109,114,65)
#5E6239
(94,98,57)
#4F5231
(79,82,49)
#404229
(64,66,41)
#313221
(49,50,33)
#222219
(34,34,25)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #A9B261

#A9B261
(169,178,97)
#B0B96F
(176,185,111)
#B7C07D
(183,192,125)
#BEC78B
(190,199,139)
#C5CE99
(197,206,153)
#CCD5A7
(204,213,167)
#D3DCB5
(211,220,181)
#DAE3C3
(218,227,195)
#E1EAD1
(225,234,209)
#E8F1DF
(232,241,223)
#EFF8ED
(239,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B261 color. Also use rgb(169,178,97) instead hex code.

Text Font Color

.myTextColor { color: #A9B261; }

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

This text font color is #A9B261.


Background Color

.myBgColor { background-color: #A9B261; }

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

This div background color is #A9B261.


Border color

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

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

This div border color is #A9B261.


Opacity

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

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

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

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

This text has shadow with #A9B261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B261 on black background.


Color preview on white background

This text has color #A9B261 on white background.



Black color preview on #A9B261 background

This text has black color on #A9B261 background.


White color preview on #A9B261 background

This text has white color on #A9B261 background.