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).

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

A9 B0 88
RGB 169 176 136
HSL 71° 20.20% 61.18%
HSB/HSV 71° 22.73% 69.02%
CMYK 3.98% 0.00% 22.73%
30.98%

Color #A9B088 in popluar number systems.

HEX A9 B0 88
Decimal 169 176 136
Binary 10101001 10110000 10001000
Octal 251 260 210

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.


Related colors

Complementary color

Complementary color for #hex is #564F77.


I love getcolorcode.com

Triadic colors

1 #88A9B0 and #B088A9 with #A9B088 are triadic colors.

2 #88B0A9 and #B0A988 with #A9B088 are triadic colors.