COLOR #AAB683

HEX: #AAB683 RGB: (170,182,131)

Color info

#AAB683 contains red, green and blue colors in about the same proportion. Web safe color of #AAB683 is #99CC99 (or #9C9).

RGB color model

#AAB683 color RGB value is (170,182,131).

RGB: (170,182,131) (67%, 71%, 51%)

RGB channels and saturation

R 170 of 255 = 67%
G 182 of 255 = 71%
B 131 of 255 = 51%

170
182
131

R + G + B ~ 63%. #AAB683 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 182 + 131 = 483 (100%)
R 170 of 483 ~ 35.2%
G 182 of 483 ~ 37.68%
B 131 of 483 ~ 27.12'%

%35.2
%37.68
%27.12

CMYK color model

#AAB683 color CMYK value is (7,0,28,29).

  • cyan value is 6.59%
  • magenta value is 0.00%
  • yellow value is 28.02%
  • key color value is 28.63%

CMYK: (7,0,28,29)
C7M0Y28K29 (7%, 0%, 28%, 29%)
(0.07 / 0.00 / 0.28 / 0.29)

CMYK percentages

%6.59
%0
%28.02
%28.63

Codes

Color #AAB683 in popluar color models

AA B6 83
RGB 170 182 131
HSL 74° 25.89% 61.37%
HSB/HSV 74° 28.02% 71.37%
CMYK 6.59% 0.00% 28.02%
28.63%

Color #AAB683 in popluar number systems.

HEX AA B6 83
Decimal 170 182 131
Binary 10101010 10110110 10000011
Octal 252 266 203

Shades and tints

Shades of #AAB683

#AAB683
(170,182,131)
#9BA678
(155,166,120)
#8C966D
(140,150,109)
#7D8662
(125,134,98)
#6E7657
(110,118,87)
#5F664C
(95,102,76)
#505641
(80,86,65)
#414636
(65,70,54)
#32362B
(50,54,43)
#232620
(35,38,32)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #AAB683

#AAB683
(170,182,131)
#B1BC8E
(177,188,142)
#B8C299
(184,194,153)
#BFC8A4
(191,200,164)
#C6CEAF
(198,206,175)
#CDD4BA
(205,212,186)
#D4DAC5
(212,218,197)
#DBE0D0
(219,224,208)
#E2E6DB
(226,230,219)
#E9ECE6
(233,236,230)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB683; }

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

This text font color is #AAB683.

Background Color

.myBgColor { background-color: #AAB683; }

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

This div background color is #AAB683.

Border color

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

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

This div border color is #AAB683.

Opacity

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

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

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

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

This text has shadow with #AAB683 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB683.

Preview

Color preview on black background

This text has color #AAB683 on black background.


Color preview on white background

This text has color #AAB683 on white background.


Black color preview on #AAB683 background

This text has black color on #AAB683 background.


White color preview on #AAB683 background

This text has white color on #AAB683 background.


Related colors

Complementary color

Complementary color for #hex is #55497C.


I love getcolorcode.com

Triadic colors

1 #83AAB6 and #B683AA with #AAB683 are triadic colors.

2 #83B6AA and #B6AA83 with #AAB683 are triadic colors.