COLOR #A9B28A

HEX: #A9B28A
RGB: (169,178,138)

Color info

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

RGB color model

#A9B28A color RGB value is (169,178,138).

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

RGB channels and saturation

R 169 of 255 = 66%
G 178 of 255 = 70%
B 138 of 255 = 54%

169
178
138

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

Portions of RGB colors in percentages

R + G + B =
169 + 178 + 138 = 485 (100%)
R 169 of 485 ~ 34.85%
G 178 of 485 ~ 36.7%
B 138 of 485 ~ 28.45%

%34.85
%36.7
%28.45

CMYK color model

#A9B28A color CMYK value is (5,0,22,30).

  • cyan value is 5.06%
  • magenta value is 0.00%
  • yellow value is 22.47%
  • key color value is 30.20%
CMYK:
(5,0,22,30)
C5M0Y22K30 
(5%,0%,22%,30%)
(0.05/0.00/0.22/0.30)	

CMYK percentages

%5.06
%0
%22.47
%30.2

Codes

Color #A9B28A in popluar color models

A9B28A
RGB169178138
HSL74°20.62%61.96%
HSB/HSV74°22.47%69.80%
CMYK5.06%0.00%22.47%
30.20%

Color #A9B28A in popluar number systems.

HEXA9B28A
Decimal169178138
Binary101010011011001010001010
Octal251262212

Shades and tints

Shades of #A9B28A

#A9B28A
(169,178,138)
#9AA27E
(154,162,126)
#8B9272
(139,146,114)
#7C8266
(124,130,102)
#6D725A
(109,114,90)
#5E624E
(94,98,78)
#4F5242
(79,82,66)
#404236
(64,66,54)
#31322A
(49,50,42)
#22221E
(34,34,30)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #A9B28A

#A9B28A
(169,178,138)
#B0B994
(176,185,148)
#B7C09E
(183,192,158)
#BEC7A8
(190,199,168)
#C5CEB2
(197,206,178)
#CCD5BC
(204,213,188)
#D3DCC6
(211,220,198)
#DAE3D0
(218,227,208)
#E1EADA
(225,234,218)
#E8F1E4
(232,241,228)
#EFF8EE
(239,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B28A; }

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

This text font color is #A9B28A.


Background Color

.myBgColor { background-color: #A9B28A; }

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

This div background color is #A9B28A.


Border color

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

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

This div border color is #A9B28A.


Opacity

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

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

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

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

This text has shadow with #A9B28A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B28A on black background.


Color preview on white background

This text has color #A9B28A on white background.



Black color preview on #A9B28A background

This text has black color on #A9B28A background.


White color preview on #A9B28A background

This text has white color on #A9B28A background.