COLOR #A1B178

HEX: #A1B178 RGB: (161,177,120)

Color info

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

RGB color model

#A1B178 color RGB value is (161,177,120).

RGB: (161,177,120) (63%, 69%, 47%)

RGB channels and saturation

R 161 of 255 = 63%
G 177 of 255 = 69%
B 120 of 255 = 47%

161
177
120

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

Portions of RGB colors in percentages

R + G + B = 161 + 177 + 120 = 458 (100%)
R 161 of 458 ~ 35.15%
G 177 of 458 ~ 38.65%
B 120 of 458 ~ 26.2'%

%35.15
%38.65
%26.2

CMYK color model

#A1B178 color CMYK value is (9,0,32,31).

  • cyan value is 9.04%
  • magenta value is 0.00%
  • yellow value is 32.20%
  • key color value is 30.59%

CMYK: (9,0,32,31)
C9M0Y32K31 (9%, 0%, 32%, 31%)
(0.09 / 0.00 / 0.32 / 0.31)

CMYK percentages

%9.04
%0
%32.2
%30.59

Codes

Color #A1B178 in popluar color models

A1 B1 78
RGB 161 177 120
HSL 77° 26.76% 58.24%
HSB/HSV 77° 32.20% 69.41%
CMYK 9.04% 0.00% 32.20%
30.59%

Color #A1B178 in popluar number systems.

HEX A1 B1 78
Decimal 161 177 120
Binary 10100001 10110001 1111000
Octal 241 261 170

Shades and tints

Shades of #A1B178

#A1B178
(161,177,120)
#93A16E
(147,161,110)
#859164
(133,145,100)
#77815A
(119,129,90)
#697150
(105,113,80)
#5B6146
(91,97,70)
#4D513C
(77,81,60)
#3F4132
(63,65,50)
#313128
(49,49,40)
#23211E
(35,33,30)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #A1B178

#A1B178
(161,177,120)
#A9B884
(169,184,132)
#B1BF90
(177,191,144)
#B9C69C
(185,198,156)
#C1CDA8
(193,205,168)
#C9D4B4
(201,212,180)
#D1DBC0
(209,219,192)
#D9E2CC
(217,226,204)
#E1E9D8
(225,233,216)
#E9F0E4
(233,240,228)
#F1F7F0
(241,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B178 color. Also use rgb(161,177,120) instead hex code.

Text Font Color

.myTextColor { color: #A1B178; }

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

This text font color is #A1B178.

Background Color

.myBgColor { background-color: #A1B178; }

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

This div background color is #A1B178.

Border color

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

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

This div border color is #A1B178.

Opacity

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

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

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

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

This text has shadow with #A1B178 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1B178.

Preview

Color preview on black background

This text has color #A1B178 on black background.


Color preview on white background

This text has color #A1B178 on white background.


Black color preview on #A1B178 background

This text has black color on #A1B178 background.


White color preview on #A1B178 background

This text has white color on #A1B178 background.


Related colors

Complementary color

Complementary color for #hex is #5E4E87.


I love getcolorcode.com

Triadic colors

1 #78A1B1 and #B178A1 with #A1B178 are triadic colors.

2 #78B1A1 and #B1A178 with #A1B178 are triadic colors.