COLOR #AAB364

HEX: #AAB364 RGB: (170,179,100)

Color info

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

RGB color model

#AAB364 color RGB value is (170,179,100).

RGB: (170,179,100) (67%, 70%, 39%)

RGB channels and saturation

R 170 of 255 = 67%
G 179 of 255 = 70%
B 100 of 255 = 39%

170
179
100

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

Portions of RGB colors in percentages

R + G + B = 170 + 179 + 100 = 449 (100%)
R 170 of 449 ~ 37.86%
G 179 of 449 ~ 39.87%
B 100 of 449 ~ 22.27'%

%37.86
%39.87
%22.27

CMYK color model

#AAB364 color CMYK value is (5,0,44,30).

  • cyan value is 5.03%
  • magenta value is 0.00%
  • yellow value is 44.13%
  • key color value is 29.80%

CMYK: (5,0,44,30)
C5M0Y44K30 (5%, 0%, 44%, 30%)
(0.05 / 0.00 / 0.44 / 0.30)

CMYK percentages

%5.03
%0
%44.13
%29.8

Codes

Color #AAB364 in popluar color models

AA B3 64
RGB 170 179 100
HSL 67° 34.20% 54.71%
HSB/HSV 67° 44.13% 70.20%
CMYK 5.03% 0.00% 44.13%
29.80%

Color #AAB364 in popluar number systems.

HEX AA B3 64
Decimal 170 179 100
Binary 10101010 10110011 1100100
Octal 252 263 144

Shades and tints

Shades of #AAB364

#AAB364
(170,179,100)
#9BA35B
(155,163,91)
#8C9352
(140,147,82)
#7D8349
(125,131,73)
#6E7340
(110,115,64)
#5F6337
(95,99,55)
#50532E
(80,83,46)
#414325
(65,67,37)
#32331C
(50,51,28)
#232313
(35,35,19)
#14130A
(20,19,10)
#000000
(0,0,0)

Tints of #AAB364

#AAB364
(170,179,100)
#B1B972
(177,185,114)
#B8BF80
(184,191,128)
#BFC58E
(191,197,142)
#C6CB9C
(198,203,156)
#CDD1AA
(205,209,170)
#D4D7B8
(212,215,184)
#DBDDC6
(219,221,198)
#E2E3D4
(226,227,212)
#E9E9E2
(233,233,226)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB364 color. Also use rgb(170,179,100) instead hex code.

Text Font Color

.myTextColor { color: #AAB364; }

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

This text font color is #AAB364.

Background Color

.myBgColor { background-color: #AAB364; }

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

This div background color is #AAB364.

Border color

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

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

This div border color is #AAB364.

Opacity

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

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

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

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

This text has shadow with #AAB364 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB364.

Preview

Color preview on black background

This text has color #AAB364 on black background.


Color preview on white background

This text has color #AAB364 on white background.


Black color preview on #AAB364 background

This text has black color on #AAB364 background.


White color preview on #AAB364 background

This text has white color on #AAB364 background.


Related colors

Complementary color

Complementary color for #hex is #554C9B.


I love getcolorcode.com

Triadic colors

1 #64AAB3 and #B364AA with #AAB364 are triadic colors.

2 #64B3AA and #B3AA64 with #AAB364 are triadic colors.