COLOR #AAB283

HEX: #AAB283 RGB: (170,178,131)

Color info

#AAB283 contains red, green and blue colors in about the same proportion. Web safe color of #AAB283 is #999999 (or #999).

RGB color model

#AAB283 color RGB value is (170,178,131).

RGB: (170,178,131) (67%, 70%, 51%)

RGB channels and saturation

R 170 of 255 = 67%
G 178 of 255 = 70%
B 131 of 255 = 51%

170
178
131

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

Portions of RGB colors in percentages

R + G + B = 170 + 178 + 131 = 479 (100%)
R 170 of 479 ~ 35.49%
G 178 of 479 ~ 37.16%
B 131 of 479 ~ 27.35'%

%35.49
%37.16
%27.35

CMYK color model

#AAB283 color CMYK value is (4,0,26,30).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 26.40%
  • key color value is 30.20%

CMYK: (4,0,26,30)
C4M0Y26K30 (4%, 0%, 26%, 30%)
(0.04 / 0.00 / 0.26 / 0.30)

CMYK percentages

%4.49
%0
%26.4
%30.2

Codes

Color #AAB283 in popluar color models

AA B2 83
RGB 170 178 131
HSL 70° 23.38% 60.59%
HSB/HSV 70° 26.40% 69.80%
CMYK 4.49% 0.00% 26.40%
30.20%

Color #AAB283 in popluar number systems.

HEX AA B2 83
Decimal 170 178 131
Binary 10101010 10110010 10000011
Octal 252 262 203

Shades and tints

Shades of #AAB283

#AAB283
(170,178,131)
#9BA278
(155,162,120)
#8C926D
(140,146,109)
#7D8262
(125,130,98)
#6E7257
(110,114,87)
#5F624C
(95,98,76)
#505241
(80,82,65)
#414236
(65,66,54)
#32322B
(50,50,43)
#232220
(35,34,32)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #AAB283

#AAB283
(170,178,131)
#B1B98E
(177,185,142)
#B8C099
(184,192,153)
#BFC7A4
(191,199,164)
#C6CEAF
(198,206,175)
#CDD5BA
(205,213,186)
#D4DCC5
(212,220,197)
#DBE3D0
(219,227,208)
#E2EADB
(226,234,219)
#E9F1E6
(233,241,230)
#F0F8F1
(240,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB283; }

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

This text font color is #AAB283.

Background Color

.myBgColor { background-color: #AAB283; }

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

This div background color is #AAB283.

Border color

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

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

This div border color is #AAB283.

Opacity

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

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

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

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

This text has shadow with #AAB283 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB283.

Preview

Color preview on black background

This text has color #AAB283 on black background.


Color preview on white background

This text has color #AAB283 on white background.


Black color preview on #AAB283 background

This text has black color on #AAB283 background.


White color preview on #AAB283 background

This text has white color on #AAB283 background.


Related colors

Complementary color

Complementary color for #hex is #554D7C.


I love getcolorcode.com

Triadic colors

1 #83AAB2 and #B283AA with #AAB283 are triadic colors.

2 #83B2AA and #B2AA83 with #AAB283 are triadic colors.