COLOR #A0B016

HEX: #A0B016
RGB: (160,176,22)

Color info

#A0B016 contains mainly red and green colors. Web safe color of #A0B016 is #999900 (or #990).

RGB color model

#A0B016 color RGB value is (160,176,22).

  • red value is 160;
  • green value is 176;
  • blue value is 22.
RGB:
(160,176,22)
(63%,69%,9%)

RGB channels and saturation

R 160 of 255 = 63%
G 176 of 255 = 69%
B 22 of 255 = 9%

160
176
22

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

Portions of RGB colors in percentages

R + G + B =
160 + 176 + 22 = 358 (100%)
R 160 of 358 ~ 44.69%
G 176 of 358 ~ 49.16%
B 22 of 358 ~ 6.15%

%44.69
%49.16

CMYK color model

#A0B016 color CMYK value is (9,0,88,31).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 87.50%
  • key color value is 30.98%
CMYK:
(9,0,88,31)
C9M0Y88K31 
(9%,0%,88%,31%)
(0.09/0.00/0.88/0.31)	

CMYK percentages

%9.09
%0
%87.5
%30.98

Codes

Color #A0B016 in popluar color models

A0B016
RGB16017622
HSL66°77.78%38.82%
HSB/HSV66°87.50%69.02%
CMYK9.09%0.00%87.50%
30.98%

Color #A0B016 in popluar number systems.

HEXA0B016
Decimal16017622
Binary101000001011000010110
Octal24026026

Shades and tints

Shades of #A0B016

#A0B016
(160,176,22)
#92A014
(146,160,20)
#849012
(132,144,18)
#768010
(118,128,16)
#68700E
(104,112,14)
#5A600C
(90,96,12)
#4C500A
(76,80,10)
#3E4008
(62,64,8)
#303006
(48,48,6)
#222004
(34,32,4)
#141002
(20,16,2)
#000000
(0,0,0)

Tints of #A0B016

#A0B016
(160,176,22)
#A8B72B
(168,183,43)
#B0BE40
(176,190,64)
#B8C555
(184,197,85)
#C0CC6A
(192,204,106)
#C8D37F
(200,211,127)
#D0DA94
(208,218,148)
#D8E1A9
(216,225,169)
#E0E8BE
(224,232,190)
#E8EFD3
(232,239,211)
#F0F6E8
(240,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B016 color. Also use rgb(160,176,22) instead hex code.

Text Font Color

.myTextColor { color: #A0B016; }

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

This text font color is #A0B016.


Background Color

.myBgColor { background-color: #A0B016; }

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

This div background color is #A0B016.


Border color

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

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

This div border color is #A0B016.


Opacity

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

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

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

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

This text has shadow with #A0B016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B016 on black background.


Color preview on white background

This text has color #A0B016 on white background.



Black color preview on #A0B016 background

This text has black color on #A0B016 background.


White color preview on #A0B016 background

This text has white color on #A0B016 background.