COLOR #AAB367

HEX: #AAB367
RGB: (170,179,103)

Color info

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

RGB color model

#AAB367 color RGB value is (170,179,103).

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

RGB channels and saturation

R 170 of 255 = 67%
G 179 of 255 = 70%
B 103 of 255 = 40%

170
179
103

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

Portions of RGB colors in percentages

R + G + B =
170 + 179 + 103 = 452 (100%)
R 170 of 452 ~ 37.61%
G 179 of 452 ~ 39.6%
B 103 of 452 ~ 22.79%

%37.61
%39.6
%22.79

CMYK color model

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

  • cyan value is 5.03%
  • magenta value is 0.00%
  • yellow value is 42.46%
  • 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
%42.46
%29.8

Codes

Color #AAB367 in popluar color models

AAB367
RGB170179103
HSL67°33.33%55.29%
HSB/HSV67°42.46%70.20%
CMYK5.03%0.00%42.46%
29.80%

Color #AAB367 in popluar number systems.

HEXAAB367
Decimal170179103
Binary10101010101100111100111
Octal252263147

Shades and tints

Shades of #AAB367

#AAB367
(170,179,103)
#9BA35E
(155,163,94)
#8C9355
(140,147,85)
#7D834C
(125,131,76)
#6E7343
(110,115,67)
#5F633A
(95,99,58)
#505331
(80,83,49)
#414328
(65,67,40)
#32331F
(50,51,31)
#232316
(35,35,22)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #AAB367

#AAB367
(170,179,103)
#B1B974
(177,185,116)
#B8BF81
(184,191,129)
#BFC58E
(191,197,142)
#C6CB9B
(198,203,155)
#CDD1A8
(205,209,168)
#D4D7B5
(212,215,181)
#DBDDC2
(219,221,194)
#E2E3CF
(226,227,207)
#E9E9DC
(233,233,220)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB367; }

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

This text font color is #AAB367.


Background Color

.myBgColor { background-color: #AAB367; }

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

This div background color is #AAB367.


Border color

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

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

This div border color is #AAB367.


Opacity

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

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

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

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

This text has shadow with #AAB367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB367 on black background.


Color preview on white background

This text has color #AAB367 on white background.



Black color preview on #AAB367 background

This text has black color on #AAB367 background.


White color preview on #AAB367 background

This text has white color on #AAB367 background.