COLOR #A9B766

HEX: #A9B766
RGB: (169,183,102)

Color info

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

RGB color model

#A9B766 color RGB value is (169,183,102).

  • red value is 169;
  • green value is 183;
  • blue value is 102.
RGB:
(169,183,102)
(66%,72%,40%)

RGB channels and saturation

R 169 of 255 = 66%
G 183 of 255 = 72%
B 102 of 255 = 40%

169
183
102

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

Portions of RGB colors in percentages

R + G + B =
169 + 183 + 102 = 454 (100%)
R 169 of 454 ~ 37.22%
G 183 of 454 ~ 40.31%
B 102 of 454 ~ 22.47%

%37.22
%40.31
%22.47

CMYK color model

#A9B766 color CMYK value is (8,0,44,28).

  • cyan value is 7.65%
  • magenta value is 0.00%
  • yellow value is 44.26%
  • key color value is 28.24%
CMYK:
(8,0,44,28)
C8M0Y44K28 
(8%,0%,44%,28%)
(0.08/0.00/0.44/0.28)	

CMYK percentages

%7.65
%0
%44.26
%28.24

Codes

Color #A9B766 in popluar color models

A9B766
RGB169183102
HSL70°36.00%55.88%
HSB/HSV70°44.26%71.76%
CMYK7.65%0.00%44.26%
28.24%

Color #A9B766 in popluar number systems.

HEXA9B766
Decimal169183102
Binary10101001101101111100110
Octal251267146

Shades and tints

Shades of #A9B766

#A9B766
(169,183,102)
#9AA75D
(154,167,93)
#8B9754
(139,151,84)
#7C874B
(124,135,75)
#6D7742
(109,119,66)
#5E6739
(94,103,57)
#4F5730
(79,87,48)
#404727
(64,71,39)
#31371E
(49,55,30)
#222715
(34,39,21)
#13170C
(19,23,12)
#000000
(0,0,0)

Tints of #A9B766

#A9B766
(169,183,102)
#B0BD73
(176,189,115)
#B7C380
(183,195,128)
#BEC98D
(190,201,141)
#C5CF9A
(197,207,154)
#CCD5A7
(204,213,167)
#D3DBB4
(211,219,180)
#DAE1C1
(218,225,193)
#E1E7CE
(225,231,206)
#E8EDDB
(232,237,219)
#EFF3E8
(239,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B766 color. Also use rgb(169,183,102) instead hex code.

Text Font Color

.myTextColor { color: #A9B766; }

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

This text font color is #A9B766.


Background Color

.myBgColor { background-color: #A9B766; }

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

This div background color is #A9B766.


Border color

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

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

This div border color is #A9B766.


Opacity

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

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

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

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

This text has shadow with #A9B766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B766 on black background.


Color preview on white background

This text has color #A9B766 on white background.



Black color preview on #A9B766 background

This text has black color on #A9B766 background.


White color preview on #A9B766 background

This text has white color on #A9B766 background.