COLOR #A9BD92

HEX: #A9BD92 RGB: (169,189,146)

Color info

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

RGB color model

#A9BD92 color RGB value is (169,189,146).

RGB: (169,189,146) (66%, 74%, 57%)

RGB channels and saturation

R 169 of 255 = 66%
G 189 of 255 = 74%
B 146 of 255 = 57%

169
189
146

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

Portions of RGB colors in percentages

R + G + B = 169 + 189 + 146 = 504 (100%)
R 169 of 504 ~ 33.53%
G 189 of 504 ~ 37.5%
B 146 of 504 ~ 28.97'%

%33.53
%37.5
%28.97

CMYK color model

#A9BD92 color CMYK value is (11,0,23,26).

  • cyan value is 10.58%
  • magenta value is 0.00%
  • yellow value is 22.75%
  • key color value is 25.88%

CMYK: (11,0,23,26)
C11M0Y23K26 (11%, 0%, 23%, 26%)
(0.11 / 0.00 / 0.23 / 0.26)

CMYK percentages

%10.58
%0
%22.75
%25.88

Codes

Color #A9BD92 in popluar color models

A9 BD 92
RGB 169 189 146
HSL 88° 24.57% 65.69%
HSB/HSV 88° 22.75% 74.12%
CMYK 10.58% 0.00% 22.75%
25.88%

Color #A9BD92 in popluar number systems.

HEX A9 BD 92
Decimal 169 189 146
Binary 10101001 10111101 10010010
Octal 251 275 222

Shades and tints

Shades of #A9BD92

#A9BD92
(169,189,146)
#9AAC85
(154,172,133)
#8B9B78
(139,155,120)
#7C8A6B
(124,138,107)
#6D795E
(109,121,94)
#5E6851
(94,104,81)
#4F5744
(79,87,68)
#404637
(64,70,55)
#31352A
(49,53,42)
#22241D
(34,36,29)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #A9BD92

#A9BD92
(169,189,146)
#B0C39B
(176,195,155)
#B7C9A4
(183,201,164)
#BECFAD
(190,207,173)
#C5D5B6
(197,213,182)
#CCDBBF
(204,219,191)
#D3E1C8
(211,225,200)
#DAE7D1
(218,231,209)
#E1EDDA
(225,237,218)
#E8F3E3
(232,243,227)
#EFF9EC
(239,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BD92; }

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

This text font color is #A9BD92.

Background Color

.myBgColor { background-color: #A9BD92; }

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

This div background color is #A9BD92.

Border color

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

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

This div border color is #A9BD92.

Opacity

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

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

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

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

This text has shadow with #A9BD92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BD92.

Preview

Color preview on black background

This text has color #A9BD92 on black background.


Color preview on white background

This text has color #A9BD92 on white background.


Black color preview on #A9BD92 background

This text has black color on #A9BD92 background.


White color preview on #A9BD92 background

This text has white color on #A9BD92 background.


Related colors

Complementary color

Complementary color for #hex is #56426D.


I love getcolorcode.com

Triadic colors

1 #92A9BD and #BD92A9 with #A9BD92 are triadic colors.

2 #92BDA9 and #BDA992 with #A9BD92 are triadic colors.