COLOR #AAB46C

HEX: #AAB46C RGB: (170,180,108)

Color info

#AAB46C contains mainly red and green colors. Web safe color of #AAB46C is #99CC66 (or #9C6).

RGB color model

#AAB46C color RGB value is (170,180,108).

RGB: (170,180,108) (67%, 71%, 42%)

RGB channels and saturation

R 170 of 255 = 67%
G 180 of 255 = 71%
B 108 of 255 = 42%

170
180
108

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

Portions of RGB colors in percentages

R + G + B = 170 + 180 + 108 = 458 (100%)
R 170 of 458 ~ 37.12%
G 180 of 458 ~ 39.3%
B 108 of 458 ~ 23.58'%

%37.12
%39.3
%23.58

CMYK color model

#AAB46C color CMYK value is (6,0,40,29).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 29.41%

CMYK: (6,0,40,29)
C6M0Y40K29 (6%, 0%, 40%, 29%)
(0.06 / 0.00 / 0.40 / 0.29)

CMYK percentages

%5.56
%0
%40
%29.41

Codes

Color #AAB46C in popluar color models

AA B4 6C
RGB 170 180 108
HSL 68° 32.43% 56.47%
HSB/HSV 68° 40.00% 70.59%
CMYK 5.56% 0.00% 40.00%
29.41%

Color #AAB46C in popluar number systems.

HEX AA B4 6C
Decimal 170 180 108
Binary 10101010 10110100 1101100
Octal 252 264 154

Shades and tints

Shades of #AAB46C

#AAB46C
(170,180,108)
#9BA463
(155,164,99)
#8C945A
(140,148,90)
#7D8451
(125,132,81)
#6E7448
(110,116,72)
#5F643F
(95,100,63)
#505436
(80,84,54)
#41442D
(65,68,45)
#323424
(50,52,36)
#23241B
(35,36,27)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #AAB46C

#AAB46C
(170,180,108)
#B1BA79
(177,186,121)
#B8C086
(184,192,134)
#BFC693
(191,198,147)
#C6CCA0
(198,204,160)
#CDD2AD
(205,210,173)
#D4D8BA
(212,216,186)
#DBDEC7
(219,222,199)
#E2E4D4
(226,228,212)
#E9EAE1
(233,234,225)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB46C color. Also use rgb(170,180,108) instead hex code.

Text Font Color

.myTextColor { color: #AAB46C; }

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

This text font color is #AAB46C.

Background Color

.myBgColor { background-color: #AAB46C; }

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

This div background color is #AAB46C.

Border color

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

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

This div border color is #AAB46C.

Opacity

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

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

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

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

This text has shadow with #AAB46C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB46C.

Preview

Color preview on black background

This text has color #AAB46C on black background.


Color preview on white background

This text has color #AAB46C on white background.


Black color preview on #AAB46C background

This text has black color on #AAB46C background.


White color preview on #AAB46C background

This text has white color on #AAB46C background.


Related colors

Complementary color

Complementary color for #hex is #554B93.


I love getcolorcode.com

Triadic colors

1 #6CAAB4 and #B46CAA with #AAB46C are triadic colors.

2 #6CB4AA and #B4AA6C with #AAB46C are triadic colors.