COLOR #AAB86E

HEX: #AAB86E RGB: (170,184,110)

Color info

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

RGB color model

#AAB86E color RGB value is (170,184,110).

RGB: (170,184,110) (67%, 72%, 43%)

RGB channels and saturation

R 170 of 255 = 67%
G 184 of 255 = 72%
B 110 of 255 = 43%

170
184
110

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

Portions of RGB colors in percentages

R + G + B = 170 + 184 + 110 = 464 (100%)
R 170 of 464 ~ 36.64%
G 184 of 464 ~ 39.66%
B 110 of 464 ~ 23.71'%

%36.64
%39.66
%23.71

CMYK color model

#AAB86E color CMYK value is (8,0,40,28).

  • cyan value is 7.61%
  • magenta value is 0.00%
  • yellow value is 40.22%
  • key color value is 27.84%
CMYK: (8,0,40,28) C8M0Y40K28 (8%,0%,40%,28%) (0.08/0.00/0.40/0.28) 

CMYK percentages

%7.61
%0
%40.22
%27.84

Codes

Color #AAB86E in popluar color models

AA B8 6E
RGB 170 184 110
HSL 71° 34.26% 57.65%
HSB/HSV 71° 40.22% 72.16%
CMYK 7.61% 0.00% 40.22%
27.84%

Color #AAB86E in popluar number systems.

HEX AA B8 6E
Decimal 170 184 110
Binary 10101010 10111000 1101110
Octal 252 270 156

Shades and tints

Shades of #AAB86E

#AAB86E
(170,184,110)
#9BA864
(155,168,100)
#8C985A
(140,152,90)
#7D8850
(125,136,80)
#6E7846
(110,120,70)
#5F683C
(95,104,60)
#505832
(80,88,50)
#414828
(65,72,40)
#32381E
(50,56,30)
#232814
(35,40,20)
#14180A
(20,24,10)
#000000
(0,0,0)

Tints of #AAB86E

#AAB86E
(170,184,110)
#B1BE7B
(177,190,123)
#B8C488
(184,196,136)
#BFCA95
(191,202,149)
#C6D0A2
(198,208,162)
#CDD6AF
(205,214,175)
#D4DCBC
(212,220,188)
#DBE2C9
(219,226,201)
#E2E8D6
(226,232,214)
#E9EEE3
(233,238,227)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB86E color. Also use rgb(170,184,110) instead hex code.

Text Font Color

.myTextColor { color: #AAB86E; }

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

This text font color is #AAB86E.

Background Color

.myBgColor { background-color: #AAB86E; }

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

This div background color is #AAB86E.

Border color

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

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

This div border color is #AAB86E.

Opacity

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

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

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

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

This text has shadow with #AAB86E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB86E.

Preview

Color preview on black background

This text has color #AAB86E on black background.


Color preview on white background

This text has color #AAB86E on white background.


Black color preview on #AAB86E background

This text has black color on #AAB86E background.


White color preview on #AAB86E background

This text has white color on #AAB86E background.


Related colors

Complementary color

Complementary color for #hex is #554791.


I love getcolorcode.com

Triadic colors

1 #6EAAB8 and #B86EAA with #AAB86E are triadic colors.

2 #6EB8AA and #B8AA6E with #AAB86E are triadic colors.