COLOR #A9B088

HEX: #A9B088
RGB: (169,176,136)

Color info

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

RGB color model

#A9B088 color RGB value is (169,176,136).

  • red value is 169;
  • green value is 176;
  • blue value is 136.
RGB:
(169,176,136)
(66%,69%,53%)

RGB channels and saturation

R 169 of 255 = 66%
G 176 of 255 = 69%
B 136 of 255 = 53%

169
176
136

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

Portions of RGB colors in percentages

R + G + B =
169 + 176 + 136 = 481 (100%)
R 169 of 481 ~ 35.14%
G 176 of 481 ~ 36.59%
B 136 of 481 ~ 28.27%

%35.14
%36.59
%28.27

CMYK color model

#A9B088 color CMYK value is (4,0,23,31).

  • cyan value is 3.98%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 30.98%
CMYK:
(4,0,23,31)
C4M0Y23K31 
(4%,0%,23%,31%)
(0.04/0.00/0.23/0.31)	

CMYK percentages

%3.98
%0
%22.73
%30.98

Codes

Color #A9B088 in popluar color models

A9B088
RGB169176136
HSL71°20.20%61.18%
HSB/HSV71°22.73%69.02%
CMYK3.98%0.00%22.73%
30.98%

Color #A9B088 in popluar number systems.

HEXA9B088
Decimal169176136
Binary101010011011000010001000
Octal251260210

Shades and tints

Shades of #A9B088

#A9B088
(169,176,136)
#9AA07C
(154,160,124)
#8B9070
(139,144,112)
#7C8064
(124,128,100)
#6D7058
(109,112,88)
#5E604C
(94,96,76)
#4F5040
(79,80,64)
#404034
(64,64,52)
#313028
(49,48,40)
#22201C
(34,32,28)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #A9B088

#A9B088
(169,176,136)
#B0B792
(176,183,146)
#B7BE9C
(183,190,156)
#BEC5A6
(190,197,166)
#C5CCB0
(197,204,176)
#CCD3BA
(204,211,186)
#D3DAC4
(211,218,196)
#DAE1CE
(218,225,206)
#E1E8D8
(225,232,216)
#E8EFE2
(232,239,226)
#EFF6EC
(239,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B088 color. Also use rgb(169,176,136) instead hex code.

Text Font Color

.myTextColor { color: #A9B088; }

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

This text font color is #A9B088.


Background Color

.myBgColor { background-color: #A9B088; }

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

This div background color is #A9B088.


Border color

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

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

This div border color is #A9B088.


Opacity

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

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

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

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

This text has shadow with #A9B088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B088 on black background.


Color preview on white background

This text has color #A9B088 on white background.



Black color preview on #A9B088 background

This text has black color on #A9B088 background.


White color preview on #A9B088 background

This text has white color on #A9B088 background.