COLOR #ABAA05

HEX: #ABAA05
RGB: (171,170,5)

Color info

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

RGB color model

#ABAA05 color RGB value is (171,170,5).

  • red value is 171;
  • green value is 170;
  • blue value is 5.
RGB:
(171,170,5)
(67%,67%,2%)

RGB channels and saturation

R 171 of 255 = 67%
G 170 of 255 = 67%
B 5 of 255 = 2%

171
170
5

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

Portions of RGB colors in percentages

R + G + B =
171 + 170 + 5 = 346 (100%)
R 171 of 346 ~ 49.42%
G 170 of 346 ~ 49.13%
B 5 of 346 ~ 1.45%

%49.42
%49.13

CMYK color model

#ABAA05 color CMYK value is (0,1,97,33).

  • cyan value is 0.00%
  • magenta value is 0.58%
  • yellow value is 97.08%
  • key color value is 32.94%
CMYK:
(0,1,97,33)
C0M1Y97K33 
(0%,1%,97%,33%)
(0.00/0.01/0.97/0.33)	

CMYK percentages

%0
%0.58
%97.08
%32.94

Codes

Color #ABAA05 in popluar color models

ABAA05
RGB1711705
HSL60°94.32%34.51%
HSB/HSV60°97.08%67.06%
CMYK0.00%0.58%97.08%
32.94%

Color #ABAA05 in popluar number systems.

HEXABAA05
Decimal1711705
Binary1010101110101010101
Octal2532525

Shades and tints

Shades of #ABAA05

#ABAA05
(171,170,5)
#9C9B05
(156,155,5)
#8D8C05
(141,140,5)
#7E7D05
(126,125,5)
#6F6E05
(111,110,5)
#605F05
(96,95,5)
#515005
(81,80,5)
#424105
(66,65,5)
#333205
(51,50,5)
#242305
(36,35,5)
#151405
(21,20,5)
#000000
(0,0,0)

Tints of #ABAA05

#ABAA05
(171,170,5)
#B2B11B
(178,177,27)
#B9B831
(185,184,49)
#C0BF47
(192,191,71)
#C7C65D
(199,198,93)
#CECD73
(206,205,115)
#D5D489
(213,212,137)
#DCDB9F
(220,219,159)
#E3E2B5
(227,226,181)
#EAE9CB
(234,233,203)
#F1F0E1
(241,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABAA05 color. Also use rgb(171,170,5) instead hex code.

Text Font Color

.myTextColor { color: #ABAA05; }

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

This text font color is #ABAA05.


Background Color

.myBgColor { background-color: #ABAA05; }

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

This div background color is #ABAA05.


Border color

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

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

This div border color is #ABAA05.


Opacity

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

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

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

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

This text has shadow with #ABAA05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAA05 on black background.


Color preview on white background

This text has color #ABAA05 on white background.



Black color preview on #ABAA05 background

This text has black color on #ABAA05 background.


White color preview on #ABAA05 background

This text has white color on #ABAA05 background.