COLOR #AAB57D

HEX: #AAB57D RGB: (170,181,125)

Color info

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

RGB color model

#AAB57D color RGB value is (170,181,125).

RGB: (170,181,125) (67%, 71%, 49%)

RGB channels and saturation

R 170 of 255 = 67%
G 181 of 255 = 71%
B 125 of 255 = 49%

170
181
125

R + G + B ~ 62%. #AAB57D is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 181 + 125 = 476 (100%)
R 170 of 476 ~ 35.71%
G 181 of 476 ~ 38.03%
B 125 of 476 ~ 26.26'%

%35.71
%38.03
%26.26

CMYK color model

#AAB57D color CMYK value is (6,0,31,29).

  • cyan value is 6.08%
  • magenta value is 0.00%
  • yellow value is 30.94%
  • key color value is 29.02%

CMYK: (6,0,31,29)
C6M0Y31K29 (6%, 0%, 31%, 29%)
(0.06 / 0.00 / 0.31 / 0.29)

CMYK percentages

%6.08
%0
%30.94
%29.02

Codes

Color #AAB57D in popluar color models

AA B5 7D
RGB 170 181 125
HSL 72° 27.45% 60.00%
HSB/HSV 72° 30.94% 70.98%
CMYK 6.08% 0.00% 30.94%
29.02%

Color #AAB57D in popluar number systems.

HEX AA B5 7D
Decimal 170 181 125
Binary 10101010 10110101 1111101
Octal 252 265 175

Shades and tints

Shades of #AAB57D

#AAB57D
(170,181,125)
#9BA572
(155,165,114)
#8C9567
(140,149,103)
#7D855C
(125,133,92)
#6E7551
(110,117,81)
#5F6546
(95,101,70)
#50553B
(80,85,59)
#414530
(65,69,48)
#323525
(50,53,37)
#23251A
(35,37,26)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #AAB57D

#AAB57D
(170,181,125)
#B1BB88
(177,187,136)
#B8C193
(184,193,147)
#BFC79E
(191,199,158)
#C6CDA9
(198,205,169)
#CDD3B4
(205,211,180)
#D4D9BF
(212,217,191)
#DBDFCA
(219,223,202)
#E2E5D5
(226,229,213)
#E9EBE0
(233,235,224)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB57D color. Also use rgb(170,181,125) instead hex code.

Text Font Color

.myTextColor { color: #AAB57D; }

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

This text font color is #AAB57D.

Background Color

.myBgColor { background-color: #AAB57D; }

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

This div background color is #AAB57D.

Border color

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

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

This div border color is #AAB57D.

Opacity

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

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

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

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

This text has shadow with #AAB57D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB57D.

Preview

Color preview on black background

This text has color #AAB57D on black background.


Color preview on white background

This text has color #AAB57D on white background.


Black color preview on #AAB57D background

This text has black color on #AAB57D background.


White color preview on #AAB57D background

This text has white color on #AAB57D background.


Related colors

Complementary color

Complementary color for #hex is #554A82.


I love getcolorcode.com

Triadic colors

1 #7DAAB5 and #B57DAA with #AAB57D are triadic colors.

2 #7DB5AA and #B5AA7D with #AAB57D are triadic colors.