COLOR #AAB674

HEX: #AAB674 RGB: (170,182,116)

Color info

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

RGB color model

#AAB674 color RGB value is (170,182,116).

RGB: (170,182,116) (67%, 71%, 45%)

RGB channels and saturation

R 170 of 255 = 67%
G 182 of 255 = 71%
B 116 of 255 = 45%

170
182
116

R + G + B ~ 61%. #AAB674 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 182 + 116 = 468 (100%)
R 170 of 468 ~ 36.32%
G 182 of 468 ~ 38.89%
B 116 of 468 ~ 24.79'%

%36.32
%38.89
%24.79

CMYK color model

#AAB674 color CMYK value is (7,0,36,29).

  • cyan value is 6.59%
  • magenta value is 0.00%
  • yellow value is 36.26%
  • key color value is 28.63%
CMYK: (7,0,36,29) C7M0Y36K29 (7%,0%,36%,29%) (0.07/0.00/0.36/0.29) 

CMYK percentages

%6.59
%0
%36.26
%28.63

Codes

Color #AAB674 in popluar color models

AA B6 74
RGB 170 182 116
HSL 71° 31.13% 58.43%
HSB/HSV 71° 36.26% 71.37%
CMYK 6.59% 0.00% 36.26%
28.63%

Color #AAB674 in popluar number systems.

HEX AA B6 74
Decimal 170 182 116
Binary 10101010 10110110 1110100
Octal 252 266 164

Shades and tints

Shades of #AAB674

#AAB674
(170,182,116)
#9BA66A
(155,166,106)
#8C9660
(140,150,96)
#7D8656
(125,134,86)
#6E764C
(110,118,76)
#5F6642
(95,102,66)
#505638
(80,86,56)
#41462E
(65,70,46)
#323624
(50,54,36)
#23261A
(35,38,26)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #AAB674

#AAB674
(170,182,116)
#B1BC80
(177,188,128)
#B8C28C
(184,194,140)
#BFC898
(191,200,152)
#C6CEA4
(198,206,164)
#CDD4B0
(205,212,176)
#D4DABC
(212,218,188)
#DBE0C8
(219,224,200)
#E2E6D4
(226,230,212)
#E9ECE0
(233,236,224)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB674 color. Also use rgb(170,182,116) instead hex code.

Text Font Color

.myTextColor { color: #AAB674; }

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

This text font color is #AAB674.

Background Color

.myBgColor { background-color: #AAB674; }

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

This div background color is #AAB674.

Border color

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

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

This div border color is #AAB674.

Opacity

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

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

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

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

This text has shadow with #AAB674 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB674.

Preview

Color preview on black background

This text has color #AAB674 on black background.


Color preview on white background

This text has color #AAB674 on white background.


Black color preview on #AAB674 background

This text has black color on #AAB674 background.


White color preview on #AAB674 background

This text has white color on #AAB674 background.


Related colors

Complementary color

Complementary color for #hex is #55498B.


I love getcolorcode.com

Triadic colors

1 #74AAB6 and #B674AA with #AAB674 are triadic colors.

2 #74B6AA and #B6AA74 with #AAB674 are triadic colors.