COLOR #A0B161

HEX: #A0B161
RGB: (160,177,97)

Color info

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

RGB color model

#A0B161 color RGB value is (160,177,97).

  • red value is 160;
  • green value is 177;
  • blue value is 97.
RGB:
(160,177,97)
(63%,69%,38%)

RGB channels and saturation

R 160 of 255 = 63%
G 177 of 255 = 69%
B 97 of 255 = 38%

160
177
97

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

Portions of RGB colors in percentages

R + G + B =
160 + 177 + 97 = 434 (100%)
R 160 of 434 ~ 36.87%
G 177 of 434 ~ 40.78%
B 97 of 434 ~ 22.35%

%36.87
%40.78
%22.35

CMYK color model

#A0B161 color CMYK value is (10,0,45,31).

  • cyan value is 9.60%
  • magenta value is 0.00%
  • yellow value is 45.20%
  • key color value is 30.59%
CMYK:
(10,0,45,31)
C10M0Y45K31 
(10%,0%,45%,31%)
(0.10/0.00/0.45/0.31)	

CMYK percentages

%9.6
%0
%45.2
%30.59

Codes

Color #A0B161 in popluar color models

A0B161
RGB16017797
HSL73°33.90%53.73%
HSB/HSV73°45.20%69.41%
CMYK9.60%0.00%45.20%
30.59%

Color #A0B161 in popluar number systems.

HEXA0B161
Decimal16017797
Binary10100000101100011100001
Octal240261141

Shades and tints

Shades of #A0B161

#A0B161
(160,177,97)
#92A159
(146,161,89)
#849151
(132,145,81)
#768149
(118,129,73)
#687141
(104,113,65)
#5A6139
(90,97,57)
#4C5131
(76,81,49)
#3E4129
(62,65,41)
#303121
(48,49,33)
#222119
(34,33,25)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #A0B161

#A0B161
(160,177,97)
#A8B86F
(168,184,111)
#B0BF7D
(176,191,125)
#B8C68B
(184,198,139)
#C0CD99
(192,205,153)
#C8D4A7
(200,212,167)
#D0DBB5
(208,219,181)
#D8E2C3
(216,226,195)
#E0E9D1
(224,233,209)
#E8F0DF
(232,240,223)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B161 color. Also use rgb(160,177,97) instead hex code.

Text Font Color

.myTextColor { color: #A0B161; }

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

This text font color is #A0B161.


Background Color

.myBgColor { background-color: #A0B161; }

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

This div background color is #A0B161.


Border color

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

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

This div border color is #A0B161.


Opacity

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

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

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

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

This text has shadow with #A0B161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B161 on black background.


Color preview on white background

This text has color #A0B161 on white background.



Black color preview on #A0B161 background

This text has black color on #A0B161 background.


White color preview on #A0B161 background

This text has white color on #A0B161 background.