COLOR #AAB035

HEX: #AAB035 RGB: (170,176,53)

Color info

#AAB035 contains mainly red and green colors. Web safe color of #AAB035 is #999933 (or #993).

RGB color model

#AAB035 color RGB value is (170,176,53).

RGB: (170,176,53) (67%, 69%, 21%)

RGB channels and saturation

R 170 of 255 = 67%
G 176 of 255 = 69%
B 53 of 255 = 21%

170
176
53

R + G + B ~ 52%. #AAB035 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 170 + 176 + 53 = 399 (100%)
R 170 of 399 ~ 42.61%
G 176 of 399 ~ 44.11%
B 53 of 399 ~ 13.28'%

%42.61
%44.11
%13.28

CMYK color model

#AAB035 color CMYK value is (3,0,70,31).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 69.89%
  • key color value is 30.98%
CMYK: (3,0,70,31) C3M0Y70K31 (3%,0%,70%,31%) (0.03/0.00/0.70/0.31) 

CMYK percentages

%3.41
%0
%69.89
%30.98

Codes

Color #AAB035 in popluar color models

AA B0 35
RGB 170 176 53
HSL 63° 53.71% 44.90%
HSB/HSV 63° 69.89% 69.02%
CMYK 3.41% 0.00% 69.89%
30.98%

Color #AAB035 in popluar number systems.

HEX AA B0 35
Decimal 170 176 53
Binary 10101010 10110000 110101
Octal 252 260 65

Shades and tints

Shades of #AAB035

#AAB035
(170,176,53)
#9BA031
(155,160,49)
#8C902D
(140,144,45)
#7D8029
(125,128,41)
#6E7025
(110,112,37)
#5F6021
(95,96,33)
#50501D
(80,80,29)
#414019
(65,64,25)
#323015
(50,48,21)
#232011
(35,32,17)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #AAB035

#AAB035
(170,176,53)
#B1B747
(177,183,71)
#B8BE59
(184,190,89)
#BFC56B
(191,197,107)
#C6CC7D
(198,204,125)
#CDD38F
(205,211,143)
#D4DAA1
(212,218,161)
#DBE1B3
(219,225,179)
#E2E8C5
(226,232,197)
#E9EFD7
(233,239,215)
#F0F6E9
(240,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB035 color. Also use rgb(170,176,53) instead hex code.

Text Font Color

.myTextColor { color: #AAB035; }

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

This text font color is #AAB035.

Background Color

.myBgColor { background-color: #AAB035; }

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

This div background color is #AAB035.

Border color

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

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

This div border color is #AAB035.

Opacity

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

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

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

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

This text has shadow with #AAB035 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB035.

Preview

Color preview on black background

This text has color #AAB035 on black background.


Color preview on white background

This text has color #AAB035 on white background.


Black color preview on #AAB035 background

This text has black color on #AAB035 background.


White color preview on #AAB035 background

This text has white color on #AAB035 background.


Related colors

Complementary color

Complementary color for #hex is #554FCA.


I love getcolorcode.com

Triadic colors

1 #35AAB0 and #B035AA with #AAB035 are triadic colors.

2 #35B0AA and #B0AA35 with #AAB035 are triadic colors.