COLOR #A8AB5B

HEX: #A8AB5B
RGB: (168,171,91)

Color info

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

RGB color model

#A8AB5B color RGB value is (168,171,91).

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

RGB channels and saturation

R 168 of 255 = 66%
G 171 of 255 = 67%
B 91 of 255 = 36%

168
171
91

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

Portions of RGB colors in percentages

R + G + B =
168 + 171 + 91 = 430 (100%)
R 168 of 430 ~ 39.07%
G 171 of 430 ~ 39.77%
B 91 of 430 ~ 21.16%

%39.07
%39.77
%21.16

CMYK color model

#A8AB5B color CMYK value is (2,0,47,33).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 46.78%
  • key color value is 32.94%
CMYK:
(2,0,47,33)
C2M0Y47K33 
(2%,0%,47%,33%)
(0.02/0.00/0.47/0.33)	

CMYK percentages

%1.75
%0
%46.78
%32.94

Codes

Color #A8AB5B in popluar color models

A8AB5B
RGB16817191
HSL62°32.26%51.37%
HSB/HSV62°46.78%67.06%
CMYK1.75%0.00%46.78%
32.94%

Color #A8AB5B in popluar number systems.

HEXA8AB5B
Decimal16817191
Binary10101000101010111011011
Octal250253133

Shades and tints

Shades of #A8AB5B

#A8AB5B
(168,171,91)
#999C53
(153,156,83)
#8A8D4B
(138,141,75)
#7B7E43
(123,126,67)
#6C6F3B
(108,111,59)
#5D6033
(93,96,51)
#4E512B
(78,81,43)
#3F4223
(63,66,35)
#30331B
(48,51,27)
#212413
(33,36,19)
#12150B
(18,21,11)
#000000
(0,0,0)

Tints of #A8AB5B

#A8AB5B
(168,171,91)
#AFB269
(175,178,105)
#B6B977
(182,185,119)
#BDC085
(189,192,133)
#C4C793
(196,199,147)
#CBCEA1
(203,206,161)
#D2D5AF
(210,213,175)
#D9DCBD
(217,220,189)
#E0E3CB
(224,227,203)
#E7EAD9
(231,234,217)
#EEF1E7
(238,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AB5B; }

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

This text font color is #A8AB5B.


Background Color

.myBgColor { background-color: #A8AB5B; }

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

This div background color is #A8AB5B.


Border color

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

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

This div border color is #A8AB5B.


Opacity

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

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

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

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

This text has shadow with #A8AB5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8AB5B on black background.


Color preview on white background

This text has color #A8AB5B on white background.



Black color preview on #A8AB5B background

This text has black color on #A8AB5B background.


White color preview on #A8AB5B background

This text has white color on #A8AB5B background.