COLOR #A9B273

HEX: #A9B273 RGB: (169,178,115)

Color info

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

RGB color model

#A9B273 color RGB value is (169,178,115).

RGB: (169,178,115) (66%, 70%, 45%)

RGB channels and saturation

R 169 of 255 = 66%
G 178 of 255 = 70%
B 115 of 255 = 45%

169
178
115

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

Portions of RGB colors in percentages

R + G + B = 169 + 178 + 115 = 462 (100%)
R 169 of 462 ~ 36.58%
G 178 of 462 ~ 38.53%
B 115 of 462 ~ 24.89'%

%36.58
%38.53
%24.89

CMYK color model

#A9B273 color CMYK value is (5,0,35,30).

  • cyan value is 5.06%
  • magenta value is 0.00%
  • yellow value is 35.39%
  • key color value is 30.20%

CMYK: (5,0,35,30)
C5M0Y35K30 (5%, 0%, 35%, 30%)
(0.05 / 0.00 / 0.35 / 0.30)

CMYK percentages

%5.06
%0
%35.39
%30.2

Codes

Color #A9B273 in popluar color models

A9 B2 73
RGB 169 178 115
HSL 69° 29.03% 57.45%
HSB/HSV 69° 35.39% 69.80%
CMYK 5.06% 0.00% 35.39%
30.20%

Color #A9B273 in popluar number systems.

HEX A9 B2 73
Decimal 169 178 115
Binary 10101001 10110010 1110011
Octal 251 262 163

Shades and tints

Shades of #A9B273

#A9B273
(169,178,115)
#9AA269
(154,162,105)
#8B925F
(139,146,95)
#7C8255
(124,130,85)
#6D724B
(109,114,75)
#5E6241
(94,98,65)
#4F5237
(79,82,55)
#40422D
(64,66,45)
#313223
(49,50,35)
#222219
(34,34,25)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #A9B273

#A9B273
(169,178,115)
#B0B97F
(176,185,127)
#B7C08B
(183,192,139)
#BEC797
(190,199,151)
#C5CEA3
(197,206,163)
#CCD5AF
(204,213,175)
#D3DCBB
(211,220,187)
#DAE3C7
(218,227,199)
#E1EAD3
(225,234,211)
#E8F1DF
(232,241,223)
#EFF8EB
(239,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B273 color. Also use rgb(169,178,115) instead hex code.

Text Font Color

.myTextColor { color: #A9B273; }

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

This text font color is #A9B273.

Background Color

.myBgColor { background-color: #A9B273; }

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

This div background color is #A9B273.

Border color

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

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

This div border color is #A9B273.

Opacity

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

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

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

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

This text has shadow with #A9B273 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B273.

Preview

Color preview on black background

This text has color #A9B273 on black background.


Color preview on white background

This text has color #A9B273 on white background.


Black color preview on #A9B273 background

This text has black color on #A9B273 background.


White color preview on #A9B273 background

This text has white color on #A9B273 background.


Related colors

Complementary color

Complementary color for #hex is #564D8C.


I love getcolorcode.com

Triadic colors

1 #73A9B2 and #B273A9 with #A9B273 are triadic colors.

2 #73B2A9 and #B2A973 with #A9B273 are triadic colors.