COLOR #A9B799

HEX: #A9B799 RGB: (169,183,153)

Color info

#A9B799 contains red, green and blue colors in about the same proportion. Web safe color of #A9B799 is #99CC99 (or #9C9).

RGB color model

#A9B799 color RGB value is (169,183,153).

RGB: (169,183,153) (66%, 72%, 60%)

RGB channels and saturation

R 169 of 255 = 66%
G 183 of 255 = 72%
B 153 of 255 = 60%

169
183
153

R + G + B ~ 66%. #A9B799 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 183 + 153 = 505 (100%)
R 169 of 505 ~ 33.47%
G 183 of 505 ~ 36.24%
B 153 of 505 ~ 30.3'%

%33.47
%36.24
%30.3

CMYK color model

#A9B799 color CMYK value is (8,0,16,28).

  • cyan value is 7.65%
  • magenta value is 0.00%
  • yellow value is 16.39%
  • key color value is 28.24%

CMYK: (8,0,16,28)
C8M0Y16K28 (8%, 0%, 16%, 28%)
(0.08 / 0.00 / 0.16 / 0.28)

CMYK percentages

%7.65
%0
%16.39
%28.24

Codes

Color #A9B799 in popluar color models

A9 B7 99
RGB 169 183 153
HSL 88° 17.24% 65.88%
HSB/HSV 88° 16.39% 71.76%
CMYK 7.65% 0.00% 16.39%
28.24%

Color #A9B799 in popluar number systems.

HEX A9 B7 99
Decimal 169 183 153
Binary 10101001 10110111 10011001
Octal 251 267 231

Shades and tints

Shades of #A9B799

#A9B799
(169,183,153)
#9AA78C
(154,167,140)
#8B977F
(139,151,127)
#7C8772
(124,135,114)
#6D7765
(109,119,101)
#5E6758
(94,103,88)
#4F574B
(79,87,75)
#40473E
(64,71,62)
#313731
(49,55,49)
#222724
(34,39,36)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #A9B799

#A9B799
(169,183,153)
#B0BDA2
(176,189,162)
#B7C3AB
(183,195,171)
#BEC9B4
(190,201,180)
#C5CFBD
(197,207,189)
#CCD5C6
(204,213,198)
#D3DBCF
(211,219,207)
#DAE1D8
(218,225,216)
#E1E7E1
(225,231,225)
#E8EDEA
(232,237,234)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B799; }

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

This text font color is #A9B799.

Background Color

.myBgColor { background-color: #A9B799; }

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

This div background color is #A9B799.

Border color

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

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

This div border color is #A9B799.

Opacity

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

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

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

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

This text has shadow with #A9B799 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B799.

Preview

Color preview on black background

This text has color #A9B799 on black background.


Color preview on white background

This text has color #A9B799 on white background.


Black color preview on #A9B799 background

This text has black color on #A9B799 background.


White color preview on #A9B799 background

This text has white color on #A9B799 background.


Related colors

Complementary color

Complementary color for #hex is #564866.


I love getcolorcode.com

Triadic colors

1 #99A9B7 and #B799A9 with #A9B799 are triadic colors.

2 #99B7A9 and #B7A999 with #A9B799 are triadic colors.