COLOR #A9AA48

HEX: #A9AA48 RGB: (169,170,72)

Color info

#A9AA48 contains mainly red and green colors. Web safe color of #A9AA48 is #999933 (or #993).

RGB color model

#A9AA48 color RGB value is (169,170,72).

RGB: (169,170,72) (66%, 67%, 28%)

RGB channels and saturation

R 169 of 255 = 66%
G 170 of 255 = 67%
B 72 of 255 = 28%

169
170
72

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

Portions of RGB colors in percentages

R + G + B = 169 + 170 + 72 = 411 (100%)
R 169 of 411 ~ 41.12%
G 170 of 411 ~ 41.36%
B 72 of 411 ~ 17.52'%

%41.12
%41.36
%17.52

CMYK color model

#A9AA48 color CMYK value is (1,0,58,33).

  • cyan value is 0.59%
  • magenta value is 0.00%
  • yellow value is 57.65%
  • key color value is 33.33%

CMYK: (1,0,58,33)
C1M0Y58K33 (1%, 0%, 58%, 33%)
(0.01 / 0.00 / 0.58 / 0.33)

CMYK percentages

%0.59
%0
%57.65
%33.33

Codes

Color #A9AA48 in popluar color models

A9 AA 48
RGB 169 170 72
HSL 61° 40.50% 47.45%
HSB/HSV 61° 57.65% 66.67%
CMYK 0.59% 0.00% 57.65%
33.33%

Color #A9AA48 in popluar number systems.

HEX A9 AA 48
Decimal 169 170 72
Binary 10101001 10101010 1001000
Octal 251 252 110

Shades and tints

Shades of #A9AA48

#A9AA48
(169,170,72)
#9A9B42
(154,155,66)
#8B8C3C
(139,140,60)
#7C7D36
(124,125,54)
#6D6E30
(109,110,48)
#5E5F2A
(94,95,42)
#4F5024
(79,80,36)
#40411E
(64,65,30)
#313218
(49,50,24)
#222312
(34,35,18)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #A9AA48

#A9AA48
(169,170,72)
#B0B158
(176,177,88)
#B7B868
(183,184,104)
#BEBF78
(190,191,120)
#C5C688
(197,198,136)
#CCCD98
(204,205,152)
#D3D4A8
(211,212,168)
#DADBB8
(218,219,184)
#E1E2C8
(225,226,200)
#E8E9D8
(232,233,216)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9AA48 color. Also use rgb(169,170,72) instead hex code.

Text Font Color

.myTextColor { color: #A9AA48; }

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

This text font color is #A9AA48.

Background Color

.myBgColor { background-color: #A9AA48; }

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

This div background color is #A9AA48.

Border color

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

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

This div border color is #A9AA48.

Opacity

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

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

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

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

This text has shadow with #A9AA48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9AA48.

Preview

Color preview on black background

This text has color #A9AA48 on black background.


Color preview on white background

This text has color #A9AA48 on white background.


Black color preview on #A9AA48 background

This text has black color on #A9AA48 background.


White color preview on #A9AA48 background

This text has white color on #A9AA48 background.


Related colors

Complementary color

Complementary color for #hex is #5655B7.


I love getcolorcode.com

Triadic colors

1 #48A9AA and #AA48A9 with #A9AA48 are triadic colors.

2 #48AAA9 and #AAA948 with #A9AA48 are triadic colors.