COLOR #A9B492

HEX: #A9B492
RGB: (169,180,146)

Color info

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

RGB color model

#A9B492 color RGB value is (169,180,146).

  • red value is 169;
  • green value is 180;
  • blue value is 146.
RGB:
(169,180,146)
(66%,71%,57%)

RGB channels and saturation

R 169 of 255 = 66%
G 180 of 255 = 71%
B 146 of 255 = 57%

169
180
146

R + G + B ~ 65%. #A9B492 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 180 + 146 = 495 (100%)
R 169 of 495 ~ 34.14%
G 180 of 495 ~ 36.36%
B 146 of 495 ~ 29.49%

%34.14
%36.36
%29.49

CMYK color model

#A9B492 color CMYK value is (6,0,19,29).

  • cyan value is 6.11%
  • magenta value is 0.00%
  • yellow value is 18.89%
  • key color value is 29.41%
CMYK:
(6,0,19,29)
C6M0Y19K29 
(6%,0%,19%,29%)
(0.06/0.00/0.19/0.29)	

CMYK percentages

%6.11
%0
%18.89
%29.41

Codes

Color #A9B492 in popluar color models

A9B492
RGB169180146
HSL79°18.48%63.92%
HSB/HSV79°18.89%70.59%
CMYK6.11%0.00%18.89%
29.41%

Color #A9B492 in popluar number systems.

HEXA9B492
Decimal169180146
Binary101010011011010010010010
Octal251264222

Shades and tints

Shades of #A9B492

#A9B492
(169,180,146)
#9AA485
(154,164,133)
#8B9478
(139,148,120)
#7C846B
(124,132,107)
#6D745E
(109,116,94)
#5E6451
(94,100,81)
#4F5444
(79,84,68)
#404437
(64,68,55)
#31342A
(49,52,42)
#22241D
(34,36,29)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #A9B492

#A9B492
(169,180,146)
#B0BA9B
(176,186,155)
#B7C0A4
(183,192,164)
#BEC6AD
(190,198,173)
#C5CCB6
(197,204,182)
#CCD2BF
(204,210,191)
#D3D8C8
(211,216,200)
#DADED1
(218,222,209)
#E1E4DA
(225,228,218)
#E8EAE3
(232,234,227)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B492 color. Also use rgb(169,180,146) instead hex code.

Text Font Color

.myTextColor { color: #A9B492; }

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

This text font color is #A9B492.


Background Color

.myBgColor { background-color: #A9B492; }

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

This div background color is #A9B492.


Border color

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

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

This div border color is #A9B492.


Opacity

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

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

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

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

This text has shadow with #A9B492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B492 on black background.


Color preview on white background

This text has color #A9B492 on white background.



Black color preview on #A9B492 background

This text has black color on #A9B492 background.


White color preview on #A9B492 background

This text has white color on #A9B492 background.