COLOR #AAB368

HEX: #AAB368
RGB: (170,179,104)

Color info

#AAB368 contains mainly red and green colors. Web safe color of #AAB368 is #999966 (or #996).

RGB color model

#AAB368 color RGB value is (170,179,104).

  • red value is 170;
  • green value is 179;
  • blue value is 104.
RGB:
(170,179,104)
(67%,70%,41%)

RGB channels and saturation

R 170 of 255 = 67%
G 179 of 255 = 70%
B 104 of 255 = 41%

170
179
104

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

Portions of RGB colors in percentages

R + G + B =
170 + 179 + 104 = 453 (100%)
R 170 of 453 ~ 37.53%
G 179 of 453 ~ 39.51%
B 104 of 453 ~ 22.96%

%37.53
%39.51
%22.96

CMYK color model

#AAB368 color CMYK value is (5,0,42,30).

  • cyan value is 5.03%
  • magenta value is 0.00%
  • yellow value is 41.90%
  • key color value is 29.80%
CMYK:
(5,0,42,30)
C5M0Y42K30 
(5%,0%,42%,30%)
(0.05/0.00/0.42/0.30)	

CMYK percentages

%5.03
%0
%41.9
%29.8

Codes

Color #AAB368 in popluar color models

AAB368
RGB170179104
HSL67°33.04%55.49%
HSB/HSV67°41.90%70.20%
CMYK5.03%0.00%41.90%
29.80%

Color #AAB368 in popluar number systems.

HEXAAB368
Decimal170179104
Binary10101010101100111101000
Octal252263150

Shades and tints

Shades of #AAB368

#AAB368
(170,179,104)
#9BA35F
(155,163,95)
#8C9356
(140,147,86)
#7D834D
(125,131,77)
#6E7344
(110,115,68)
#5F633B
(95,99,59)
#505332
(80,83,50)
#414329
(65,67,41)
#323320
(50,51,32)
#232317
(35,35,23)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #AAB368

#AAB368
(170,179,104)
#B1B975
(177,185,117)
#B8BF82
(184,191,130)
#BFC58F
(191,197,143)
#C6CB9C
(198,203,156)
#CDD1A9
(205,209,169)
#D4D7B6
(212,215,182)
#DBDDC3
(219,221,195)
#E2E3D0
(226,227,208)
#E9E9DD
(233,233,221)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB368 color. Also use rgb(170,179,104) instead hex code.

Text Font Color

.myTextColor { color: #AAB368; }

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

This text font color is #AAB368.


Background Color

.myBgColor { background-color: #AAB368; }

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

This div background color is #AAB368.


Border color

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

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

This div border color is #AAB368.


Opacity

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

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

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

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

This text has shadow with #AAB368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB368 on black background.


Color preview on white background

This text has color #AAB368 on white background.



Black color preview on #AAB368 background

This text has black color on #AAB368 background.


White color preview on #AAB368 background

This text has white color on #AAB368 background.