COLOR #AAB483

HEX: #AAB483 RGB: (170,180,131)

Color info

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

RGB color model

#AAB483 color RGB value is (170,180,131).

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

RGB channels and saturation

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

170
180
131

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

Portions of RGB colors in percentages

R + G + B = 170 + 180 + 131 = 481 (100%)
R 170 of 481 ~ 35.34%
G 180 of 481 ~ 37.42%
B 131 of 481 ~ 27.23'%

%35.34
%37.42
%27.23

CMYK color model

#AAB483 color CMYK value is (6,0,27,29).

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

CMYK: (6,0,27,29)
C6M0Y27K29 (6%, 0%, 27%, 29%)
(0.06 / 0.00 / 0.27 / 0.29)

CMYK percentages

%5.56
%0
%27.22
%29.41

Codes

Color #AAB483 in popluar color models

AA B4 83
RGB 170 180 131
HSL 72° 24.62% 60.98%
HSB/HSV 72° 27.22% 70.59%
CMYK 5.56% 0.00% 27.22%
29.41%

Color #AAB483 in popluar number systems.

HEX AA B4 83
Decimal 170 180 131
Binary 10101010 10110100 10000011
Octal 252 264 203

Shades and tints

Shades of #AAB483

#AAB483
(170,180,131)
#9BA478
(155,164,120)
#8C946D
(140,148,109)
#7D8462
(125,132,98)
#6E7457
(110,116,87)
#5F644C
(95,100,76)
#505441
(80,84,65)
#414436
(65,68,54)
#32342B
(50,52,43)
#232420
(35,36,32)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #AAB483

#AAB483
(170,180,131)
#B1BA8E
(177,186,142)
#B8C099
(184,192,153)
#BFC6A4
(191,198,164)
#C6CCAF
(198,204,175)
#CDD2BA
(205,210,186)
#D4D8C5
(212,216,197)
#DBDED0
(219,222,208)
#E2E4DB
(226,228,219)
#E9EAE6
(233,234,230)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB483; }

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

This text font color is #AAB483.

Background Color

.myBgColor { background-color: #AAB483; }

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

This div background color is #AAB483.

Border color

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

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

This div border color is #AAB483.

Opacity

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

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

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

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

This text has shadow with #AAB483 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB483.

Preview

Color preview on black background

This text has color #AAB483 on black background.


Color preview on white background

This text has color #AAB483 on white background.


Black color preview on #AAB483 background

This text has black color on #AAB483 background.


White color preview on #AAB483 background

This text has white color on #AAB483 background.


Related colors

Complementary color

Complementary color for #hex is #554B7C.


I love getcolorcode.com

Triadic colors

1 #83AAB4 and #B483AA with #AAB483 are triadic colors.

2 #83B4AA and #B4AA83 with #AAB483 are triadic colors.