COLOR #A8AB46

HEX: #A8AB46
RGB: (168,171,70)

Color info

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

RGB color model

#A8AB46 color RGB value is (168,171,70).

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

RGB channels and saturation

R 168 of 255 = 66%
G 171 of 255 = 67%
B 70 of 255 = 27%

168
171
70

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

Portions of RGB colors in percentages

R + G + B =
168 + 171 + 70 = 409 (100%)
R 168 of 409 ~ 41.08%
G 171 of 409 ~ 41.81%
B 70 of 409 ~ 17.11%

%41.08
%41.81
%17.11

CMYK color model

#A8AB46 color CMYK value is (2,0,59,33).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 59.06%
  • key color value is 32.94%
CMYK:
(2,0,59,33)
C2M0Y59K33 
(2%,0%,59%,33%)
(0.02/0.00/0.59/0.33)	

CMYK percentages

%1.75
%0
%59.06
%32.94

Codes

Color #A8AB46 in popluar color models

A8AB46
RGB16817170
HSL62°41.91%47.25%
HSB/HSV62°59.06%67.06%
CMYK1.75%0.00%59.06%
32.94%

Color #A8AB46 in popluar number systems.

HEXA8AB46
Decimal16817170
Binary10101000101010111000110
Octal250253106

Shades and tints

Shades of #A8AB46

#A8AB46
(168,171,70)
#999C40
(153,156,64)
#8A8D3A
(138,141,58)
#7B7E34
(123,126,52)
#6C6F2E
(108,111,46)
#5D6028
(93,96,40)
#4E5122
(78,81,34)
#3F421C
(63,66,28)
#303316
(48,51,22)
#212410
(33,36,16)
#12150A
(18,21,10)
#000000
(0,0,0)

Tints of #A8AB46

#A8AB46
(168,171,70)
#AFB256
(175,178,86)
#B6B966
(182,185,102)
#BDC076
(189,192,118)
#C4C786
(196,199,134)
#CBCE96
(203,206,150)
#D2D5A6
(210,213,166)
#D9DCB6
(217,220,182)
#E0E3C6
(224,227,198)
#E7EAD6
(231,234,214)
#EEF1E6
(238,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AB46; }

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

This text font color is #A8AB46.


Background Color

.myBgColor { background-color: #A8AB46; }

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

This div background color is #A8AB46.


Border color

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

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

This div border color is #A8AB46.


Opacity

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

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

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

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

This text has shadow with #A8AB46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8AB46 on black background.


Color preview on white background

This text has color #A8AB46 on white background.



Black color preview on #A8AB46 background

This text has black color on #A8AB46 background.


White color preview on #A8AB46 background

This text has white color on #A8AB46 background.