COLOR #A9B58F

HEX: #A9B58F
RGB: (169,181,143)

Color info

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

RGB color model

#A9B58F color RGB value is (169,181,143).

  • red value is 169;
  • green value is 181;
  • blue value is 143.
RGB:
(169,181,143)
(66%,71%,56%)

RGB channels and saturation

R 169 of 255 = 66%
G 181 of 255 = 71%
B 143 of 255 = 56%

169
181
143

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

Portions of RGB colors in percentages

R + G + B =
169 + 181 + 143 = 493 (100%)
R 169 of 493 ~ 34.28%
G 181 of 493 ~ 36.71%
B 143 of 493 ~ 29.01%

%34.28
%36.71
%29.01

CMYK color model

#A9B58F color CMYK value is (7,0,21,29).

  • cyan value is 6.63%
  • magenta value is 0.00%
  • yellow value is 20.99%
  • key color value is 29.02%
CMYK:
(7,0,21,29)
C7M0Y21K29 
(7%,0%,21%,29%)
(0.07/0.00/0.21/0.29)	

CMYK percentages

%6.63
%0
%20.99
%29.02

Codes

Color #A9B58F in popluar color models

A9B58F
RGB169181143
HSL79°20.43%63.53%
HSB/HSV79°20.99%70.98%
CMYK6.63%0.00%20.99%
29.02%

Color #A9B58F in popluar number systems.

HEXA9B58F
Decimal169181143
Binary101010011011010110001111
Octal251265217

Shades and tints

Shades of #A9B58F

#A9B58F
(169,181,143)
#9AA582
(154,165,130)
#8B9575
(139,149,117)
#7C8568
(124,133,104)
#6D755B
(109,117,91)
#5E654E
(94,101,78)
#4F5541
(79,85,65)
#404534
(64,69,52)
#313527
(49,53,39)
#22251A
(34,37,26)
#13150D
(19,21,13)
#000000
(0,0,0)

Tints of #A9B58F

#A9B58F
(169,181,143)
#B0BB99
(176,187,153)
#B7C1A3
(183,193,163)
#BEC7AD
(190,199,173)
#C5CDB7
(197,205,183)
#CCD3C1
(204,211,193)
#D3D9CB
(211,217,203)
#DADFD5
(218,223,213)
#E1E5DF
(225,229,223)
#E8EBE9
(232,235,233)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B58F; }

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

This text font color is #A9B58F.


Background Color

.myBgColor { background-color: #A9B58F; }

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

This div background color is #A9B58F.


Border color

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

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

This div border color is #A9B58F.


Opacity

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

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

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

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

This text has shadow with #A9B58F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B58F on black background.


Color preview on white background

This text has color #A9B58F on white background.



Black color preview on #A9B58F background

This text has black color on #A9B58F background.


White color preview on #A9B58F background

This text has white color on #A9B58F background.