COLOR #AAB67C

HEX: #AAB67C
RGB: (170,182,124)

Color info

#AAB67C contains red, green and blue colors in about the same proportion. Web safe color of #AAB67C is #99CC66 (or #9C6).

RGB color model

#AAB67C color RGB value is (170,182,124).

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

RGB channels and saturation

R 170 of 255 = 67%
G 182 of 255 = 71%
B 124 of 255 = 49%

170
182
124

R + G + B ~ 62%. #AAB67C is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 182 + 124 = 476 (100%)
R 170 of 476 ~ 35.71%
G 182 of 476 ~ 38.24%
B 124 of 476 ~ 26.05%

%35.71
%38.24
%26.05

CMYK color model

#AAB67C color CMYK value is (7,0,32,29).

  • cyan value is 6.59%
  • magenta value is 0.00%
  • yellow value is 31.87%
  • key color value is 28.63%
CMYK:
(7,0,32,29)
C7M0Y32K29 
(7%,0%,32%,29%)
(0.07/0.00/0.32/0.29)	

CMYK percentages

%6.59
%0
%31.87
%28.63

Codes

Color #AAB67C in popluar color models

AAB67C
RGB170182124
HSL72°28.43%60.00%
HSB/HSV72°31.87%71.37%
CMYK6.59%0.00%31.87%
28.63%

Color #AAB67C in popluar number systems.

HEXAAB67C
Decimal170182124
Binary10101010101101101111100
Octal252266174

Shades and tints

Shades of #AAB67C

#AAB67C
(170,182,124)
#9BA671
(155,166,113)
#8C9666
(140,150,102)
#7D865B
(125,134,91)
#6E7650
(110,118,80)
#5F6645
(95,102,69)
#50563A
(80,86,58)
#41462F
(65,70,47)
#323624
(50,54,36)
#232619
(35,38,25)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #AAB67C

#AAB67C
(170,182,124)
#B1BC87
(177,188,135)
#B8C292
(184,194,146)
#BFC89D
(191,200,157)
#C6CEA8
(198,206,168)
#CDD4B3
(205,212,179)
#D4DABE
(212,218,190)
#DBE0C9
(219,224,201)
#E2E6D4
(226,230,212)
#E9ECDF
(233,236,223)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB67C; }

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

This text font color is #AAB67C.


Background Color

.myBgColor { background-color: #AAB67C; }

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

This div background color is #AAB67C.


Border color

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

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

This div border color is #AAB67C.


Opacity

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

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

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

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

This text has shadow with #AAB67C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB67C on black background.


Color preview on white background

This text has color #AAB67C on white background.



Black color preview on #AAB67C background

This text has black color on #AAB67C background.


White color preview on #AAB67C background

This text has white color on #AAB67C background.