COLOR #AAB278

HEX: #AAB278
RGB: (170,178,120)

Color info

#AAB278 contains red, green and blue colors in about the same proportion. Web safe color of #AAB278 is #999966 (or #996).

RGB color model

#AAB278 color RGB value is (170,178,120).

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

RGB channels and saturation

R 170 of 255 = 67%
G 178 of 255 = 70%
B 120 of 255 = 47%

170
178
120

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

Portions of RGB colors in percentages

R + G + B =
170 + 178 + 120 = 468 (100%)
R 170 of 468 ~ 36.32%
G 178 of 468 ~ 38.03%
B 120 of 468 ~ 25.64%

%36.32
%38.03
%25.64

CMYK color model

#AAB278 color CMYK value is (4,0,33,30).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 32.58%
  • key color value is 30.20%
CMYK:
(4,0,33,30)
C4M0Y33K30 
(4%,0%,33%,30%)
(0.04/0.00/0.33/0.30)	

CMYK percentages

%4.49
%0
%32.58
%30.2

Codes

Color #AAB278 in popluar color models

AAB278
RGB170178120
HSL68°27.36%58.43%
HSB/HSV68°32.58%69.80%
CMYK4.49%0.00%32.58%
30.20%

Color #AAB278 in popluar number systems.

HEXAAB278
Decimal170178120
Binary10101010101100101111000
Octal252262170

Shades and tints

Shades of #AAB278

#AAB278
(170,178,120)
#9BA26E
(155,162,110)
#8C9264
(140,146,100)
#7D825A
(125,130,90)
#6E7250
(110,114,80)
#5F6246
(95,98,70)
#50523C
(80,82,60)
#414232
(65,66,50)
#323228
(50,50,40)
#23221E
(35,34,30)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #AAB278

#AAB278
(170,178,120)
#B1B984
(177,185,132)
#B8C090
(184,192,144)
#BFC79C
(191,199,156)
#C6CEA8
(198,206,168)
#CDD5B4
(205,213,180)
#D4DCC0
(212,220,192)
#DBE3CC
(219,227,204)
#E2EAD8
(226,234,216)
#E9F1E4
(233,241,228)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB278; }

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

This text font color is #AAB278.


Background Color

.myBgColor { background-color: #AAB278; }

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

This div background color is #AAB278.


Border color

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

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

This div border color is #AAB278.


Opacity

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

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

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

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

This text has shadow with #AAB278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB278 on black background.


Color preview on white background

This text has color #AAB278 on white background.



Black color preview on #AAB278 background

This text has black color on #AAB278 background.


White color preview on #AAB278 background

This text has white color on #AAB278 background.