COLOR #AAB983

HEX: #AAB983
RGB: (170,185,131)

Color info

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

RGB color model

#AAB983 color RGB value is (170,185,131).

  • red value is 170;
  • green value is 185;
  • blue value is 131.
RGB:
(170,185,131)
(67%,73%,51%)

RGB channels and saturation

R 170 of 255 = 67%
G 185 of 255 = 73%
B 131 of 255 = 51%

170
185
131

R + G + B ~ 64%. #AAB983 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 185 + 131 = 486 (100%)
R 170 of 486 ~ 34.98%
G 185 of 486 ~ 38.07%
B 131 of 486 ~ 26.95%

%34.98
%38.07
%26.95

CMYK color model

#AAB983 color CMYK value is (8,0,29,27).

  • cyan value is 8.11%
  • magenta value is 0.00%
  • yellow value is 29.19%
  • key color value is 27.45%
CMYK:
(8,0,29,27)
C8M0Y29K27 
(8%,0%,29%,27%)
(0.08/0.00/0.29/0.27)	

CMYK percentages

%8.11
%0
%29.19
%27.45

Codes

Color #AAB983 in popluar color models

AAB983
RGB170185131
HSL77°27.84%61.96%
HSB/HSV77°29.19%72.55%
CMYK8.11%0.00%29.19%
27.45%

Color #AAB983 in popluar number systems.

HEXAAB983
Decimal170185131
Binary101010101011100110000011
Octal252271203

Shades and tints

Shades of #AAB983

#AAB983
(170,185,131)
#9BA978
(155,169,120)
#8C996D
(140,153,109)
#7D8962
(125,137,98)
#6E7957
(110,121,87)
#5F694C
(95,105,76)
#505941
(80,89,65)
#414936
(65,73,54)
#32392B
(50,57,43)
#232920
(35,41,32)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #AAB983

#AAB983
(170,185,131)
#B1BF8E
(177,191,142)
#B8C599
(184,197,153)
#BFCBA4
(191,203,164)
#C6D1AF
(198,209,175)
#CDD7BA
(205,215,186)
#D4DDC5
(212,221,197)
#DBE3D0
(219,227,208)
#E2E9DB
(226,233,219)
#E9EFE6
(233,239,230)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB983; }

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

This text font color is #AAB983.


Background Color

.myBgColor { background-color: #AAB983; }

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

This div background color is #AAB983.


Border color

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

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

This div border color is #AAB983.


Opacity

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

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

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

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

This text has shadow with #AAB983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB983 on black background.


Color preview on white background

This text has color #AAB983 on white background.



Black color preview on #AAB983 background

This text has black color on #AAB983 background.


White color preview on #AAB983 background

This text has white color on #AAB983 background.