COLOR #AABA5A

HEX: #AABA5A
RGB: (170,186,90)

Color info

#AABA5A contains mainly red and green colors. Web safe color of #AABA5A is #99CC66 (or #9C6).

RGB color model

#AABA5A color RGB value is (170,186,90).

  • red value is 170;
  • green value is 186;
  • blue value is 90.
RGB:
(170,186,90)
(67%,73%,35%)

RGB channels and saturation

R 170 of 255 = 67%
G 186 of 255 = 73%
B 90 of 255 = 35%

170
186
90

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

Portions of RGB colors in percentages

R + G + B =
170 + 186 + 90 = 446 (100%)
R 170 of 446 ~ 38.12%
G 186 of 446 ~ 41.7%
B 90 of 446 ~ 20.18%

%38.12
%41.7
%20.18

CMYK color model

#AABA5A color CMYK value is (9,0,52,27).

  • cyan value is 8.60%
  • magenta value is 0.00%
  • yellow value is 51.61%
  • key color value is 27.06%
CMYK:
(9,0,52,27)
C9M0Y52K27 
(9%,0%,52%,27%)
(0.09/0.00/0.52/0.27)	

CMYK percentages

%8.6
%0
%51.61
%27.06

Codes

Color #AABA5A in popluar color models

AABA5A
RGB17018690
HSL70°41.03%54.12%
HSB/HSV70°51.61%72.94%
CMYK8.60%0.00%51.61%
27.06%

Color #AABA5A in popluar number systems.

HEXAABA5A
Decimal17018690
Binary10101010101110101011010
Octal252272132

Shades and tints

Shades of #AABA5A

#AABA5A
(170,186,90)
#9BAA52
(155,170,82)
#8C9A4A
(140,154,74)
#7D8A42
(125,138,66)
#6E7A3A
(110,122,58)
#5F6A32
(95,106,50)
#505A2A
(80,90,42)
#414A22
(65,74,34)
#323A1A
(50,58,26)
#232A12
(35,42,18)
#141A0A
(20,26,10)
#000000
(0,0,0)

Tints of #AABA5A

#AABA5A
(170,186,90)
#B1C069
(177,192,105)
#B8C678
(184,198,120)
#BFCC87
(191,204,135)
#C6D296
(198,210,150)
#CDD8A5
(205,216,165)
#D4DEB4
(212,222,180)
#DBE4C3
(219,228,195)
#E2EAD2
(226,234,210)
#E9F0E1
(233,240,225)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABA5A color. Also use rgb(170,186,90) instead hex code.

Text Font Color

.myTextColor { color: #AABA5A; }

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

This text font color is #AABA5A.


Background Color

.myBgColor { background-color: #AABA5A; }

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

This div background color is #AABA5A.


Border color

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

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

This div border color is #AABA5A.


Opacity

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

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

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

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

This text has shadow with #AABA5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABA5A on black background.


Color preview on white background

This text has color #AABA5A on white background.



Black color preview on #AABA5A background

This text has black color on #AABA5A background.


White color preview on #AABA5A background

This text has white color on #AABA5A background.