COLOR #A1B479

HEX: #A1B479 RGB: (161,180,121)

Color info

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

RGB color model

#A1B479 color RGB value is (161,180,121).

RGB: (161,180,121) (63%, 71%, 47%)

RGB channels and saturation

R 161 of 255 = 63%
G 180 of 255 = 71%
B 121 of 255 = 47%

161
180
121

R + G + B ~ 60%. #A1B479 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 161 + 180 + 121 = 462 (100%)
R 161 of 462 ~ 34.85%
G 180 of 462 ~ 38.96%
B 121 of 462 ~ 26.19'%

%34.85
%38.96
%26.19

CMYK color model

#A1B479 color CMYK value is (11,0,33,29).

  • cyan value is 10.56%
  • magenta value is 0.00%
  • yellow value is 32.78%
  • key color value is 29.41%

CMYK: (11,0,33,29)
C11M0Y33K29 (11%, 0%, 33%, 29%)
(0.11 / 0.00 / 0.33 / 0.29)

CMYK percentages

%10.56
%0
%32.78
%29.41

Codes

Color #A1B479 in popluar color models

A1 B4 79
RGB 161 180 121
HSL 79° 28.23% 59.02%
HSB/HSV 79° 32.78% 70.59%
CMYK 10.56% 0.00% 32.78%
29.41%

Color #A1B479 in popluar number systems.

HEX A1 B4 79
Decimal 161 180 121
Binary 10100001 10110100 1111001
Octal 241 264 171

Shades and tints

Shades of #A1B479

#A1B479
(161,180,121)
#93A46E
(147,164,110)
#859463
(133,148,99)
#778458
(119,132,88)
#69744D
(105,116,77)
#5B6442
(91,100,66)
#4D5437
(77,84,55)
#3F442C
(63,68,44)
#313421
(49,52,33)
#232416
(35,36,22)
#15140B
(21,20,11)
#000000
(0,0,0)

Tints of #A1B479

#A1B479
(161,180,121)
#A9BA85
(169,186,133)
#B1C091
(177,192,145)
#B9C69D
(185,198,157)
#C1CCA9
(193,204,169)
#C9D2B5
(201,210,181)
#D1D8C1
(209,216,193)
#D9DECD
(217,222,205)
#E1E4D9
(225,228,217)
#E9EAE5
(233,234,229)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B479 color. Also use rgb(161,180,121) instead hex code.

Text Font Color

.myTextColor { color: #A1B479; }

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

This text font color is #A1B479.

Background Color

.myBgColor { background-color: #A1B479; }

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

This div background color is #A1B479.

Border color

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

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

This div border color is #A1B479.

Opacity

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

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

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

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

This text has shadow with #A1B479 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1B479.

Preview

Color preview on black background

This text has color #A1B479 on black background.


Color preview on white background

This text has color #A1B479 on white background.


Black color preview on #A1B479 background

This text has black color on #A1B479 background.


White color preview on #A1B479 background

This text has white color on #A1B479 background.


Related colors

Complementary color

Complementary color for #hex is #5E4B86.


I love getcolorcode.com

Triadic colors

1 #79A1B4 and #B479A1 with #A1B479 are triadic colors.

2 #79B4A1 and #B4A179 with #A1B479 are triadic colors.