COLOR #A9B38F

HEX: #A9B38F RGB: (169,179,143)

Color info

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

RGB color model

#A9B38F color RGB value is (169,179,143).

RGB: (169,179,143) (66%, 70%, 56%)

RGB channels and saturation

R 169 of 255 = 66%
G 179 of 255 = 70%
B 143 of 255 = 56%

169
179
143

R + G + B ~ 64%. #A9B38F is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 179 + 143 = 491 (100%)
R 169 of 491 ~ 34.42%
G 179 of 491 ~ 36.46%
B 143 of 491 ~ 29.12'%

%34.42
%36.46
%29.12

CMYK color model

#A9B38F color CMYK value is (6,0,20,30).

  • cyan value is 5.59%
  • magenta value is 0.00%
  • yellow value is 20.11%
  • key color value is 29.80%

CMYK: (6,0,20,30)
C6M0Y20K30 (6%, 0%, 20%, 30%)
(0.06 / 0.00 / 0.20 / 0.30)

CMYK percentages

%5.59
%0
%20.11
%29.8

Codes

Color #A9B38F in popluar color models

A9 B3 8F
RGB 169 179 143
HSL 77° 19.15% 63.14%
HSB/HSV 77° 20.11% 70.20%
CMYK 5.59% 0.00% 20.11%
29.80%

Color #A9B38F in popluar number systems.

HEX A9 B3 8F
Decimal 169 179 143
Binary 10101001 10110011 10001111
Octal 251 263 217

Shades and tints

Shades of #A9B38F

#A9B38F
(169,179,143)
#9AA382
(154,163,130)
#8B9375
(139,147,117)
#7C8368
(124,131,104)
#6D735B
(109,115,91)
#5E634E
(94,99,78)
#4F5341
(79,83,65)
#404334
(64,67,52)
#313327
(49,51,39)
#22231A
(34,35,26)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #A9B38F

#A9B38F
(169,179,143)
#B0B999
(176,185,153)
#B7BFA3
(183,191,163)
#BEC5AD
(190,197,173)
#C5CBB7
(197,203,183)
#CCD1C1
(204,209,193)
#D3D7CB
(211,215,203)
#DADDD5
(218,221,213)
#E1E3DF
(225,227,223)
#E8E9E9
(232,233,233)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B38F color. Also use rgb(169,179,143) instead hex code.

Text Font Color

.myTextColor { color: #A9B38F; }

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

This text font color is #A9B38F.

Background Color

.myBgColor { background-color: #A9B38F; }

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

This div background color is #A9B38F.

Border color

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

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

This div border color is #A9B38F.

Opacity

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

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

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

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

This text has shadow with #A9B38F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B38F.

Preview

Color preview on black background

This text has color #A9B38F on black background.


Color preview on white background

This text has color #A9B38F on white background.


Black color preview on #A9B38F background

This text has black color on #A9B38F background.


White color preview on #A9B38F background

This text has white color on #A9B38F background.


Related colors

Complementary color

Complementary color for #hex is #564C70.


I love getcolorcode.com

Triadic colors

1 #8FA9B3 and #B38FA9 with #A9B38F are triadic colors.

2 #8FB3A9 and #B3A98F with #A9B38F are triadic colors.