COLOR #A0B111

HEX: #A0B111
RGB: (160,177,17)

Color info

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

RGB color model

#A0B111 color RGB value is (160,177,17).

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

RGB channels and saturation

R 160 of 255 = 63%
G 177 of 255 = 69%
B 17 of 255 = 7%

160
177
17

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

Portions of RGB colors in percentages

R + G + B =
160 + 177 + 17 = 354 (100%)
R 160 of 354 ~ 45.2%
G 177 of 354 ~ 50%
B 17 of 354 ~ 4.8%

%45.2
%50

CMYK color model

#A0B111 color CMYK value is (10,0,90,31).

  • cyan value is 9.60%
  • magenta value is 0.00%
  • yellow value is 90.40%
  • key color value is 30.59%
CMYK:
(10,0,90,31)
C10M0Y90K31 
(10%,0%,90%,31%)
(0.10/0.00/0.90/0.31)	

CMYK percentages

%9.6
%0
%90.4
%30.59

Codes

Color #A0B111 in popluar color models

A0B111
RGB16017717
HSL66°82.47%38.04%
HSB/HSV66°90.40%69.41%
CMYK9.60%0.00%90.40%
30.59%

Color #A0B111 in popluar number systems.

HEXA0B111
Decimal16017717
Binary101000001011000110001
Octal24026121

Shades and tints

Shades of #A0B111

#A0B111
(160,177,17)
#92A110
(146,161,16)
#84910F
(132,145,15)
#76810E
(118,129,14)
#68710D
(104,113,13)
#5A610C
(90,97,12)
#4C510B
(76,81,11)
#3E410A
(62,65,10)
#303109
(48,49,9)
#222108
(34,33,8)
#141107
(20,17,7)
#000000
(0,0,0)

Tints of #A0B111

#A0B111
(160,177,17)
#A8B826
(168,184,38)
#B0BF3B
(176,191,59)
#B8C650
(184,198,80)
#C0CD65
(192,205,101)
#C8D47A
(200,212,122)
#D0DB8F
(208,219,143)
#D8E2A4
(216,226,164)
#E0E9B9
(224,233,185)
#E8F0CE
(232,240,206)
#F0F7E3
(240,247,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B111; }

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

This text font color is #A0B111.


Background Color

.myBgColor { background-color: #A0B111; }

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

This div background color is #A0B111.


Border color

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

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

This div border color is #A0B111.


Opacity

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

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

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

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

This text has shadow with #A0B111 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B111 on black background.


Color preview on white background

This text has color #A0B111 on white background.



Black color preview on #A0B111 background

This text has black color on #A0B111 background.


White color preview on #A0B111 background

This text has white color on #A0B111 background.