COLOR #A9B968

HEX: #A9B968
RGB: (169,185,104)

Color info

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

RGB color model

#A9B968 color RGB value is (169,185,104).

  • red value is 169;
  • green value is 185;
  • blue value is 104.
RGB:
(169,185,104)
(66%,73%,41%)

RGB channels and saturation

R 169 of 255 = 66%
G 185 of 255 = 73%
B 104 of 255 = 41%

169
185
104

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

Portions of RGB colors in percentages

R + G + B =
169 + 185 + 104 = 458 (100%)
R 169 of 458 ~ 36.9%
G 185 of 458 ~ 40.39%
B 104 of 458 ~ 22.71%

%36.9
%40.39
%22.71

CMYK color model

#A9B968 color CMYK value is (9,0,44,27).

  • cyan value is 8.65%
  • magenta value is 0.00%
  • yellow value is 43.78%
  • key color value is 27.45%
CMYK:
(9,0,44,27)
C9M0Y44K27 
(9%,0%,44%,27%)
(0.09/0.00/0.44/0.27)	

CMYK percentages

%8.65
%0
%43.78
%27.45

Codes

Color #A9B968 in popluar color models

A9B968
RGB169185104
HSL72°36.65%56.67%
HSB/HSV72°43.78%72.55%
CMYK8.65%0.00%43.78%
27.45%

Color #A9B968 in popluar number systems.

HEXA9B968
Decimal169185104
Binary10101001101110011101000
Octal251271150

Shades and tints

Shades of #A9B968

#A9B968
(169,185,104)
#9AA95F
(154,169,95)
#8B9956
(139,153,86)
#7C894D
(124,137,77)
#6D7944
(109,121,68)
#5E693B
(94,105,59)
#4F5932
(79,89,50)
#404929
(64,73,41)
#313920
(49,57,32)
#222917
(34,41,23)
#13190E
(19,25,14)
#000000
(0,0,0)

Tints of #A9B968

#A9B968
(169,185,104)
#B0BF75
(176,191,117)
#B7C582
(183,197,130)
#BECB8F
(190,203,143)
#C5D19C
(197,209,156)
#CCD7A9
(204,215,169)
#D3DDB6
(211,221,182)
#DAE3C3
(218,227,195)
#E1E9D0
(225,233,208)
#E8EFDD
(232,239,221)
#EFF5EA
(239,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B968 color. Also use rgb(169,185,104) instead hex code.

Text Font Color

.myTextColor { color: #A9B968; }

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

This text font color is #A9B968.


Background Color

.myBgColor { background-color: #A9B968; }

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

This div background color is #A9B968.


Border color

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

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

This div border color is #A9B968.


Opacity

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

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

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

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

This text has shadow with #A9B968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B968 on black background.


Color preview on white background

This text has color #A9B968 on white background.



Black color preview on #A9B968 background

This text has black color on #A9B968 background.


White color preview on #A9B968 background

This text has white color on #A9B968 background.