COLOR #A0B163

HEX: #A0B163
RGB: (160,177,99)

Color info

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

RGB color model

#A0B163 color RGB value is (160,177,99).

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

RGB channels and saturation

R 160 of 255 = 63%
G 177 of 255 = 69%
B 99 of 255 = 39%

160
177
99

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

Portions of RGB colors in percentages

R + G + B =
160 + 177 + 99 = 436 (100%)
R 160 of 436 ~ 36.7%
G 177 of 436 ~ 40.6%
B 99 of 436 ~ 22.71%

%36.7
%40.6
%22.71

CMYK color model

#A0B163 color CMYK value is (10,0,44,31).

  • cyan value is 9.60%
  • magenta value is 0.00%
  • yellow value is 44.07%
  • key color value is 30.59%
CMYK:
(10,0,44,31)
C10M0Y44K31 
(10%,0%,44%,31%)
(0.10/0.00/0.44/0.31)	

CMYK percentages

%9.6
%0
%44.07
%30.59

Codes

Color #A0B163 in popluar color models

A0B163
RGB16017799
HSL73°33.33%54.12%
HSB/HSV73°44.07%69.41%
CMYK9.60%0.00%44.07%
30.59%

Color #A0B163 in popluar number systems.

HEXA0B163
Decimal16017799
Binary10100000101100011100011
Octal240261143

Shades and tints

Shades of #A0B163

#A0B163
(160,177,99)
#92A15A
(146,161,90)
#849151
(132,145,81)
#768148
(118,129,72)
#68713F
(104,113,63)
#5A6136
(90,97,54)
#4C512D
(76,81,45)
#3E4124
(62,65,36)
#30311B
(48,49,27)
#222112
(34,33,18)
#141109
(20,17,9)
#000000
(0,0,0)

Tints of #A0B163

#A0B163
(160,177,99)
#A8B871
(168,184,113)
#B0BF7F
(176,191,127)
#B8C68D
(184,198,141)
#C0CD9B
(192,205,155)
#C8D4A9
(200,212,169)
#D0DBB7
(208,219,183)
#D8E2C5
(216,226,197)
#E0E9D3
(224,233,211)
#E8F0E1
(232,240,225)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B163; }

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

This text font color is #A0B163.


Background Color

.myBgColor { background-color: #A0B163; }

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

This div background color is #A0B163.


Border color

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

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

This div border color is #A0B163.


Opacity

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

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

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

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

This text has shadow with #A0B163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B163 on black background.


Color preview on white background

This text has color #A0B163 on white background.



Black color preview on #A0B163 background

This text has black color on #A0B163 background.


White color preview on #A0B163 background

This text has white color on #A0B163 background.