COLOR #AAB478

HEX: #AAB478
RGB: (170,180,120)

Color info

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

RGB color model

#AAB478 color RGB value is (170,180,120).

  • red value is 170;
  • green value is 180;
  • blue value is 120.
RGB:
(170,180,120)
(67%,71%,47%)

RGB channels and saturation

R 170 of 255 = 67%
G 180 of 255 = 71%
B 120 of 255 = 47%

170
180
120

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

Portions of RGB colors in percentages

R + G + B =
170 + 180 + 120 = 470 (100%)
R 170 of 470 ~ 36.17%
G 180 of 470 ~ 38.3%
B 120 of 470 ~ 25.53%

%36.17
%38.3
%25.53

CMYK color model

#AAB478 color CMYK value is (6,0,33,29).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 29.41%
CMYK:
(6,0,33,29)
C6M0Y33K29 
(6%,0%,33%,29%)
(0.06/0.00/0.33/0.29)	

CMYK percentages

%5.56
%0
%33.33
%29.41

Codes

Color #AAB478 in popluar color models

AAB478
RGB170180120
HSL70°28.57%58.82%
HSB/HSV70°33.33%70.59%
CMYK5.56%0.00%33.33%
29.41%

Color #AAB478 in popluar number systems.

HEXAAB478
Decimal170180120
Binary10101010101101001111000
Octal252264170

Shades and tints

Shades of #AAB478

#AAB478
(170,180,120)
#9BA46E
(155,164,110)
#8C9464
(140,148,100)
#7D845A
(125,132,90)
#6E7450
(110,116,80)
#5F6446
(95,100,70)
#50543C
(80,84,60)
#414432
(65,68,50)
#323428
(50,52,40)
#23241E
(35,36,30)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #AAB478

#AAB478
(170,180,120)
#B1BA84
(177,186,132)
#B8C090
(184,192,144)
#BFC69C
(191,198,156)
#C6CCA8
(198,204,168)
#CDD2B4
(205,210,180)
#D4D8C0
(212,216,192)
#DBDECC
(219,222,204)
#E2E4D8
(226,228,216)
#E9EAE4
(233,234,228)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB478 color. Also use rgb(170,180,120) instead hex code.

Text Font Color

.myTextColor { color: #AAB478; }

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

This text font color is #AAB478.


Background Color

.myBgColor { background-color: #AAB478; }

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

This div background color is #AAB478.


Border color

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

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

This div border color is #AAB478.


Opacity

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

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

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

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

This text has shadow with #AAB478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB478 on black background.


Color preview on white background

This text has color #AAB478 on white background.



Black color preview on #AAB478 background

This text has black color on #AAB478 background.


White color preview on #AAB478 background

This text has white color on #AAB478 background.