COLOR #A8B311

HEX: #A8B311
RGB: (168,179,17)

Color info

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

RGB color model

#A8B311 color RGB value is (168,179,17).

  • red value is 168;
  • green value is 179;
  • blue value is 17.
RGB:
(168,179,17)
(66%,70%,7%)

RGB channels and saturation

R 168 of 255 = 66%
G 179 of 255 = 70%
B 17 of 255 = 7%

168
179
17

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

Portions of RGB colors in percentages

R + G + B =
168 + 179 + 17 = 364 (100%)
R 168 of 364 ~ 46.15%
G 179 of 364 ~ 49.18%
B 17 of 364 ~ 4.67%

%46.15
%49.18

CMYK color model

#A8B311 color CMYK value is (6,0,91,30).

  • cyan value is 6.15%
  • magenta value is 0.00%
  • yellow value is 90.50%
  • key color value is 29.80%
CMYK:
(6,0,91,30)
C6M0Y91K30 
(6%,0%,91%,30%)
(0.06/0.00/0.91/0.30)	

CMYK percentages

%6.15
%0
%90.5
%29.8

Codes

Color #A8B311 in popluar color models

A8B311
RGB16817917
HSL64°82.65%38.43%
HSB/HSV64°90.50%70.20%
CMYK6.15%0.00%90.50%
29.80%

Color #A8B311 in popluar number systems.

HEXA8B311
Decimal16817917
Binary101010001011001110001
Octal25026321

Shades and tints

Shades of #A8B311

#A8B311
(168,179,17)
#99A310
(153,163,16)
#8A930F
(138,147,15)
#7B830E
(123,131,14)
#6C730D
(108,115,13)
#5D630C
(93,99,12)
#4E530B
(78,83,11)
#3F430A
(63,67,10)
#303309
(48,51,9)
#212308
(33,35,8)
#121307
(18,19,7)
#000000
(0,0,0)

Tints of #A8B311

#A8B311
(168,179,17)
#AFB926
(175,185,38)
#B6BF3B
(182,191,59)
#BDC550
(189,197,80)
#C4CB65
(196,203,101)
#CBD17A
(203,209,122)
#D2D78F
(210,215,143)
#D9DDA4
(217,221,164)
#E0E3B9
(224,227,185)
#E7E9CE
(231,233,206)
#EEEFE3
(238,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B311 color. Also use rgb(168,179,17) instead hex code.

Text Font Color

.myTextColor { color: #A8B311; }

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

This text font color is #A8B311.


Background Color

.myBgColor { background-color: #A8B311; }

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

This div background color is #A8B311.


Border color

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

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

This div border color is #A8B311.


Opacity

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

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

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

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

This text has shadow with #A8B311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B311 on black background.


Color preview on white background

This text has color #A8B311 on white background.



Black color preview on #A8B311 background

This text has black color on #A8B311 background.


White color preview on #A8B311 background

This text has white color on #A8B311 background.