COLOR #ABAB55

HEX: #ABAB55 RGB: (171,171,85)

Color info

#ABAB55 contains mainly red and green colors. Web safe color of #ABAB55 is #999966 (or #996).

RGB color model

#ABAB55 color RGB value is (171,171,85).

RGB: (171,171,85) (67%, 67%, 33%)

RGB channels and saturation

R 171 of 255 = 67%
G 171 of 255 = 67%
B 85 of 255 = 33%

171
171
85

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

Portions of RGB colors in percentages

R + G + B = 171 + 171 + 85 = 427 (100%)
R 171 of 427 ~ 40.05%
G 171 of 427 ~ 40.05%
B 85 of 427 ~ 19.91'%

%40.05
%40.05
%19.91

CMYK color model

#ABAB55 color CMYK value is (0,0,50,33).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 50.29%
  • key color value is 32.94%

CMYK: (0,0,50,33)
C0M0Y50K33 (0%, 0%, 50%, 33%)
(0.00 / 0.00 / 0.50 / 0.33)

CMYK percentages

%0
%0
%50.29
%32.94

Codes

Color #ABAB55 in popluar color models

AB AB 55
RGB 171 171 85
HSL 60° 33.86% 50.20%
HSB/HSV 60° 50.29% 67.06%
CMYK 0.00% 0.00% 50.29%
32.94%

Color #ABAB55 in popluar number systems.

HEX AB AB 55
Decimal 171 171 85
Binary 10101011 10101011 1010101
Octal 253 253 125

Shades and tints

Shades of #ABAB55

#ABAB55
(171,171,85)
#9C9C4E
(156,156,78)
#8D8D47
(141,141,71)
#7E7E40
(126,126,64)
#6F6F39
(111,111,57)
#606032
(96,96,50)
#51512B
(81,81,43)
#424224
(66,66,36)
#33331D
(51,51,29)
#242416
(36,36,22)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #ABAB55

#ABAB55
(171,171,85)
#B2B264
(178,178,100)
#B9B973
(185,185,115)
#C0C082
(192,192,130)
#C7C791
(199,199,145)
#CECEA0
(206,206,160)
#D5D5AF
(213,213,175)
#DCDCBE
(220,220,190)
#E3E3CD
(227,227,205)
#EAEADC
(234,234,220)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAB55; }

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

This text font color is #ABAB55.

Background Color

.myBgColor { background-color: #ABAB55; }

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

This div background color is #ABAB55.

Border color

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

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

This div border color is #ABAB55.

Opacity

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

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

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

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

This text has shadow with #ABAB55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAB55.

Preview

Color preview on black background

This text has color #ABAB55 on black background.


Color preview on white background

This text has color #ABAB55 on white background.


Black color preview on #ABAB55 background

This text has black color on #ABAB55 background.


White color preview on #ABAB55 background

This text has white color on #ABAB55 background.


Related colors

Complementary color

Complementary color for #hex is #5454AA.


I love getcolorcode.com