COLOR #A8B013

HEX: #A8B013
RGB: (168,176,19)

Color info

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

RGB color model

#A8B013 color RGB value is (168,176,19).

  • red value is 168;
  • green value is 176;
  • blue value is 19.
RGB:
(168,176,19)
(66%,69%,7%)

RGB channels and saturation

R 168 of 255 = 66%
G 176 of 255 = 69%
B 19 of 255 = 7%

168
176
19

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

Portions of RGB colors in percentages

R + G + B =
168 + 176 + 19 = 363 (100%)
R 168 of 363 ~ 46.28%
G 176 of 363 ~ 48.48%
B 19 of 363 ~ 5.23%

%46.28
%48.48

CMYK color model

#A8B013 color CMYK value is (5,0,89,31).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 89.20%
  • key color value is 30.98%
CMYK:
(5,0,89,31)
C5M0Y89K31 
(5%,0%,89%,31%)
(0.05/0.00/0.89/0.31)	

CMYK percentages

%4.55
%0
%89.2
%30.98

Codes

Color #A8B013 in popluar color models

A8B013
RGB16817619
HSL63°80.51%38.24%
HSB/HSV63°89.20%69.02%
CMYK4.55%0.00%89.20%
30.98%

Color #A8B013 in popluar number systems.

HEXA8B013
Decimal16817619
Binary101010001011000010011
Octal25026023

Shades and tints

Shades of #A8B013

#A8B013
(168,176,19)
#99A012
(153,160,18)
#8A9011
(138,144,17)
#7B8010
(123,128,16)
#6C700F
(108,112,15)
#5D600E
(93,96,14)
#4E500D
(78,80,13)
#3F400C
(63,64,12)
#30300B
(48,48,11)
#21200A
(33,32,10)
#121009
(18,16,9)
#000000
(0,0,0)

Tints of #A8B013

#A8B013
(168,176,19)
#AFB728
(175,183,40)
#B6BE3D
(182,190,61)
#BDC552
(189,197,82)
#C4CC67
(196,204,103)
#CBD37C
(203,211,124)
#D2DA91
(210,218,145)
#D9E1A6
(217,225,166)
#E0E8BB
(224,232,187)
#E7EFD0
(231,239,208)
#EEF6E5
(238,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B013 color. Also use rgb(168,176,19) instead hex code.

Text Font Color

.myTextColor { color: #A8B013; }

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

This text font color is #A8B013.


Background Color

.myBgColor { background-color: #A8B013; }

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

This div background color is #A8B013.


Border color

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

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

This div border color is #A8B013.


Opacity

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

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

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

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

This text has shadow with #A8B013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B013 on black background.


Color preview on white background

This text has color #A8B013 on white background.



Black color preview on #A8B013 background

This text has black color on #A8B013 background.


White color preview on #A8B013 background

This text has white color on #A8B013 background.