COLOR #AABD65

HEX: #AABD65
RGB: (170,189,101)

Color info

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

RGB color model

#AABD65 color RGB value is (170,189,101).

  • red value is 170;
  • green value is 189;
  • blue value is 101.
RGB:
(170,189,101)
(67%,74%,40%)

RGB channels and saturation

R 170 of 255 = 67%
G 189 of 255 = 74%
B 101 of 255 = 40%

170
189
101

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

Portions of RGB colors in percentages

R + G + B =
170 + 189 + 101 = 460 (100%)
R 170 of 460 ~ 36.96%
G 189 of 460 ~ 41.09%
B 101 of 460 ~ 21.96%

%36.96
%41.09
%21.96

CMYK color model

#AABD65 color CMYK value is (10,0,47,26).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 46.56%
  • key color value is 25.88%
CMYK:
(10,0,47,26)
C10M0Y47K26 
(10%,0%,47%,26%)
(0.10/0.00/0.47/0.26)	

CMYK percentages

%10.05
%0
%46.56
%25.88

Codes

Color #AABD65 in popluar color models

AABD65
RGB170189101
HSL73°40.00%56.86%
HSB/HSV73°46.56%74.12%
CMYK10.05%0.00%46.56%
25.88%

Color #AABD65 in popluar number systems.

HEXAABD65
Decimal170189101
Binary10101010101111011100101
Octal252275145

Shades and tints

Shades of #AABD65

#AABD65
(170,189,101)
#9BAC5C
(155,172,92)
#8C9B53
(140,155,83)
#7D8A4A
(125,138,74)
#6E7941
(110,121,65)
#5F6838
(95,104,56)
#50572F
(80,87,47)
#414626
(65,70,38)
#32351D
(50,53,29)
#232414
(35,36,20)
#14130B
(20,19,11)
#000000
(0,0,0)

Tints of #AABD65

#AABD65
(170,189,101)
#B1C373
(177,195,115)
#B8C981
(184,201,129)
#BFCF8F
(191,207,143)
#C6D59D
(198,213,157)
#CDDBAB
(205,219,171)
#D4E1B9
(212,225,185)
#DBE7C7
(219,231,199)
#E2EDD5
(226,237,213)
#E9F3E3
(233,243,227)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABD65 color. Also use rgb(170,189,101) instead hex code.

Text Font Color

.myTextColor { color: #AABD65; }

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

This text font color is #AABD65.


Background Color

.myBgColor { background-color: #AABD65; }

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

This div background color is #AABD65.


Border color

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

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

This div border color is #AABD65.


Opacity

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

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

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

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

This text has shadow with #AABD65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABD65 on black background.


Color preview on white background

This text has color #AABD65 on white background.



Black color preview on #AABD65 background

This text has black color on #AABD65 background.


White color preview on #AABD65 background

This text has white color on #AABD65 background.