COLOR #A8AB33

HEX: #A8AB33
RGB: (168,171,51)

Color info

#A8AB33 contains mainly red and green colors. Web safe color of #A8AB33 is #999933 (or #993).

RGB color model

#A8AB33 color RGB value is (168,171,51).

  • red value is 168;
  • green value is 171;
  • blue value is 51.
RGB:
(168,171,51)
(66%,67%,20%)

RGB channels and saturation

R 168 of 255 = 66%
G 171 of 255 = 67%
B 51 of 255 = 20%

168
171
51

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

Portions of RGB colors in percentages

R + G + B =
168 + 171 + 51 = 390 (100%)
R 168 of 390 ~ 43.08%
G 171 of 390 ~ 43.85%
B 51 of 390 ~ 13.08%

%43.08
%43.85
%13.08

CMYK color model

#A8AB33 color CMYK value is (2,0,70,33).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 70.18%
  • key color value is 32.94%
CMYK:
(2,0,70,33)
C2M0Y70K33 
(2%,0%,70%,33%)
(0.02/0.00/0.70/0.33)	

CMYK percentages

%1.75
%0
%70.18
%32.94

Codes

Color #A8AB33 in popluar color models

A8AB33
RGB16817151
HSL62°54.05%43.53%
HSB/HSV62°70.18%67.06%
CMYK1.75%0.00%70.18%
32.94%

Color #A8AB33 in popluar number systems.

HEXA8AB33
Decimal16817151
Binary1010100010101011110011
Octal25025363

Shades and tints

Shades of #A8AB33

#A8AB33
(168,171,51)
#999C2F
(153,156,47)
#8A8D2B
(138,141,43)
#7B7E27
(123,126,39)
#6C6F23
(108,111,35)
#5D601F
(93,96,31)
#4E511B
(78,81,27)
#3F4217
(63,66,23)
#303313
(48,51,19)
#21240F
(33,36,15)
#12150B
(18,21,11)
#000000
(0,0,0)

Tints of #A8AB33

#A8AB33
(168,171,51)
#AFB245
(175,178,69)
#B6B957
(182,185,87)
#BDC069
(189,192,105)
#C4C77B
(196,199,123)
#CBCE8D
(203,206,141)
#D2D59F
(210,213,159)
#D9DCB1
(217,220,177)
#E0E3C3
(224,227,195)
#E7EAD5
(231,234,213)
#EEF1E7
(238,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AB33; }

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

This text font color is #A8AB33.


Background Color

.myBgColor { background-color: #A8AB33; }

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

This div background color is #A8AB33.


Border color

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

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

This div border color is #A8AB33.


Opacity

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

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

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

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

This text has shadow with #A8AB33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8AB33 on black background.


Color preview on white background

This text has color #A8AB33 on white background.



Black color preview on #A8AB33 background

This text has black color on #A8AB33 background.


White color preview on #A8AB33 background

This text has white color on #A8AB33 background.