COLOR #AAB276

HEX: #AAB276
RGB: (170,178,118)

Color info

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

RGB color model

#AAB276 color RGB value is (170,178,118).

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

RGB channels and saturation

R 170 of 255 = 67%
G 178 of 255 = 70%
B 118 of 255 = 46%

170
178
118

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

Portions of RGB colors in percentages

R + G + B =
170 + 178 + 118 = 466 (100%)
R 170 of 466 ~ 36.48%
G 178 of 466 ~ 38.2%
B 118 of 466 ~ 25.32%

%36.48
%38.2
%25.32

CMYK color model

#AAB276 color CMYK value is (4,0,34,30).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 33.71%
  • key color value is 30.20%
CMYK:
(4,0,34,30)
C4M0Y34K30 
(4%,0%,34%,30%)
(0.04/0.00/0.34/0.30)	

CMYK percentages

%4.49
%0
%33.71
%30.2

Codes

Color #AAB276 in popluar color models

AAB276
RGB170178118
HSL68°28.04%58.04%
HSB/HSV68°33.71%69.80%
CMYK4.49%0.00%33.71%
30.20%

Color #AAB276 in popluar number systems.

HEXAAB276
Decimal170178118
Binary10101010101100101110110
Octal252262166

Shades and tints

Shades of #AAB276

#AAB276
(170,178,118)
#9BA26C
(155,162,108)
#8C9262
(140,146,98)
#7D8258
(125,130,88)
#6E724E
(110,114,78)
#5F6244
(95,98,68)
#50523A
(80,82,58)
#414230
(65,66,48)
#323226
(50,50,38)
#23221C
(35,34,28)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #AAB276

#AAB276
(170,178,118)
#B1B982
(177,185,130)
#B8C08E
(184,192,142)
#BFC79A
(191,199,154)
#C6CEA6
(198,206,166)
#CDD5B2
(205,213,178)
#D4DCBE
(212,220,190)
#DBE3CA
(219,227,202)
#E2EAD6
(226,234,214)
#E9F1E2
(233,241,226)
#F0F8EE
(240,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB276; }

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

This text font color is #AAB276.


Background Color

.myBgColor { background-color: #AAB276; }

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

This div background color is #AAB276.


Border color

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

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

This div border color is #AAB276.


Opacity

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

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

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

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

This text has shadow with #AAB276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB276 on black background.


Color preview on white background

This text has color #AAB276 on white background.



Black color preview on #AAB276 background

This text has black color on #AAB276 background.


White color preview on #AAB276 background

This text has white color on #AAB276 background.