COLOR #AAB039

HEX: #AAB039
RGB: (170,176,57)

Color info

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

RGB color model

#AAB039 color RGB value is (170,176,57).

  • red value is 170;
  • green value is 176;
  • blue value is 57.
RGB:
(170,176,57)
(67%,69%,22%)

RGB channels and saturation

R 170 of 255 = 67%
G 176 of 255 = 69%
B 57 of 255 = 22%

170
176
57

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

Portions of RGB colors in percentages

R + G + B =
170 + 176 + 57 = 403 (100%)
R 170 of 403 ~ 42.18%
G 176 of 403 ~ 43.67%
B 57 of 403 ~ 14.14%

%42.18
%43.67
%14.14

CMYK color model

#AAB039 color CMYK value is (3,0,68,31).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 67.61%
  • key color value is 30.98%
CMYK:
(3,0,68,31)
C3M0Y68K31 
(3%,0%,68%,31%)
(0.03/0.00/0.68/0.31)	

CMYK percentages

%3.41
%0
%67.61
%30.98

Codes

Color #AAB039 in popluar color models

AAB039
RGB17017657
HSL63°51.07%45.69%
HSB/HSV63°67.61%69.02%
CMYK3.41%0.00%67.61%
30.98%

Color #AAB039 in popluar number systems.

HEXAAB039
Decimal17017657
Binary1010101010110000111001
Octal25226071

Shades and tints

Shades of #AAB039

#AAB039
(170,176,57)
#9BA034
(155,160,52)
#8C902F
(140,144,47)
#7D802A
(125,128,42)
#6E7025
(110,112,37)
#5F6020
(95,96,32)
#50501B
(80,80,27)
#414016
(65,64,22)
#323011
(50,48,17)
#23200C
(35,32,12)
#141007
(20,16,7)
#000000
(0,0,0)

Tints of #AAB039

#AAB039
(170,176,57)
#B1B74B
(177,183,75)
#B8BE5D
(184,190,93)
#BFC56F
(191,197,111)
#C6CC81
(198,204,129)
#CDD393
(205,211,147)
#D4DAA5
(212,218,165)
#DBE1B7
(219,225,183)
#E2E8C9
(226,232,201)
#E9EFDB
(233,239,219)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB039; }

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

This text font color is #AAB039.


Background Color

.myBgColor { background-color: #AAB039; }

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

This div background color is #AAB039.


Border color

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

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

This div border color is #AAB039.


Opacity

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

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

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

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

This text has shadow with #AAB039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB039 on black background.


Color preview on white background

This text has color #AAB039 on white background.



Black color preview on #AAB039 background

This text has black color on #AAB039 background.


White color preview on #AAB039 background

This text has white color on #AAB039 background.