COLOR #AAB671

HEX: #AAB671
RGB: (170,182,113)

Color info

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

RGB color model

#AAB671 color RGB value is (170,182,113).

  • red value is 170;
  • green value is 182;
  • blue value is 113.
RGB:
(170,182,113)
(67%,71%,44%)

RGB channels and saturation

R 170 of 255 = 67%
G 182 of 255 = 71%
B 113 of 255 = 44%

170
182
113

R + G + B ~ 61%. #AAB671 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 182 + 113 = 465 (100%)
R 170 of 465 ~ 36.56%
G 182 of 465 ~ 39.14%
B 113 of 465 ~ 24.3%

%36.56
%39.14
%24.3

CMYK color model

#AAB671 color CMYK value is (7,0,38,29).

  • cyan value is 6.59%
  • magenta value is 0.00%
  • yellow value is 37.91%
  • key color value is 28.63%
CMYK:
(7,0,38,29)
C7M0Y38K29 
(7%,0%,38%,29%)
(0.07/0.00/0.38/0.29)	

CMYK percentages

%6.59
%0
%37.91
%28.63

Codes

Color #AAB671 in popluar color models

AAB671
RGB170182113
HSL70°32.09%57.84%
HSB/HSV70°37.91%71.37%
CMYK6.59%0.00%37.91%
28.63%

Color #AAB671 in popluar number systems.

HEXAAB671
Decimal170182113
Binary10101010101101101110001
Octal252266161

Shades and tints

Shades of #AAB671

#AAB671
(170,182,113)
#9BA667
(155,166,103)
#8C965D
(140,150,93)
#7D8653
(125,134,83)
#6E7649
(110,118,73)
#5F663F
(95,102,63)
#505635
(80,86,53)
#41462B
(65,70,43)
#323621
(50,54,33)
#232617
(35,38,23)
#14160D
(20,22,13)
#000000
(0,0,0)

Tints of #AAB671

#AAB671
(170,182,113)
#B1BC7D
(177,188,125)
#B8C289
(184,194,137)
#BFC895
(191,200,149)
#C6CEA1
(198,206,161)
#CDD4AD
(205,212,173)
#D4DAB9
(212,218,185)
#DBE0C5
(219,224,197)
#E2E6D1
(226,230,209)
#E9ECDD
(233,236,221)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB671 color. Also use rgb(170,182,113) instead hex code.

Text Font Color

.myTextColor { color: #AAB671; }

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

This text font color is #AAB671.


Background Color

.myBgColor { background-color: #AAB671; }

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

This div background color is #AAB671.


Border color

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

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

This div border color is #AAB671.


Opacity

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

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

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

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

This text has shadow with #AAB671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB671 on black background.


Color preview on white background

This text has color #AAB671 on white background.



Black color preview on #AAB671 background

This text has black color on #AAB671 background.


White color preview on #AAB671 background

This text has white color on #AAB671 background.