COLOR #A9B158

HEX: #A9B158
RGB: (169,177,88)

Color info

#A9B158 contains mainly red and green colors. Web safe color of #A9B158 is #999966 (or #996).

RGB color model

#A9B158 color RGB value is (169,177,88).

  • red value is 169;
  • green value is 177;
  • blue value is 88.
RGB:
(169,177,88)
(66%,69%,35%)

RGB channels and saturation

R 169 of 255 = 66%
G 177 of 255 = 69%
B 88 of 255 = 35%

169
177
88

R + G + B ~ 57%. #A9B158 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
169 + 177 + 88 = 434 (100%)
R 169 of 434 ~ 38.94%
G 177 of 434 ~ 40.78%
B 88 of 434 ~ 20.28%

%38.94
%40.78
%20.28

CMYK color model

#A9B158 color CMYK value is (5,0,50,31).

  • cyan value is 4.52%
  • magenta value is 0.00%
  • yellow value is 50.28%
  • key color value is 30.59%
CMYK:
(5,0,50,31)
C5M0Y50K31 
(5%,0%,50%,31%)
(0.05/0.00/0.50/0.31)	

CMYK percentages

%4.52
%0
%50.28
%30.59

Codes

Color #A9B158 in popluar color models

A9B158
RGB16917788
HSL65°36.33%51.96%
HSB/HSV65°50.28%69.41%
CMYK4.52%0.00%50.28%
30.59%

Color #A9B158 in popluar number systems.

HEXA9B158
Decimal16917788
Binary10101001101100011011000
Octal251261130

Shades and tints

Shades of #A9B158

#A9B158
(169,177,88)
#9AA150
(154,161,80)
#8B9148
(139,145,72)
#7C8140
(124,129,64)
#6D7138
(109,113,56)
#5E6130
(94,97,48)
#4F5128
(79,81,40)
#404120
(64,65,32)
#313118
(49,49,24)
#222110
(34,33,16)
#131108
(19,17,8)
#000000
(0,0,0)

Tints of #A9B158

#A9B158
(169,177,88)
#B0B867
(176,184,103)
#B7BF76
(183,191,118)
#BEC685
(190,198,133)
#C5CD94
(197,205,148)
#CCD4A3
(204,212,163)
#D3DBB2
(211,219,178)
#DAE2C1
(218,226,193)
#E1E9D0
(225,233,208)
#E8F0DF
(232,240,223)
#EFF7EE
(239,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B158 color. Also use rgb(169,177,88) instead hex code.

Text Font Color

.myTextColor { color: #A9B158; }

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

This text font color is #A9B158.


Background Color

.myBgColor { background-color: #A9B158; }

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

This div background color is #A9B158.


Border color

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

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

This div border color is #A9B158.


Opacity

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

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

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

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

This text has shadow with #A9B158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B158 on black background.


Color preview on white background

This text has color #A9B158 on white background.



Black color preview on #A9B158 background

This text has black color on #A9B158 background.


White color preview on #A9B158 background

This text has white color on #A9B158 background.