COLOR #A8B58C

HEX: #A8B58C
RGB: (168,181,140)

Color info

#A8B58C contains red, green and blue colors in about the same proportion. Web safe color of #A8B58C is #99CC99 (or #9C9).

RGB color model

#A8B58C color RGB value is (168,181,140).

  • red value is 168;
  • green value is 181;
  • blue value is 140.
RGB:
(168,181,140)
(66%,71%,55%)

RGB channels and saturation

R 168 of 255 = 66%
G 181 of 255 = 71%
B 140 of 255 = 55%

168
181
140

R + G + B ~ 64%. #A8B58C is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 181 + 140 = 489 (100%)
R 168 of 489 ~ 34.36%
G 181 of 489 ~ 37.01%
B 140 of 489 ~ 28.63%

%34.36
%37.01
%28.63

CMYK color model

#A8B58C color CMYK value is (7,0,23,29).

  • cyan value is 7.18%
  • magenta value is 0.00%
  • yellow value is 22.65%
  • key color value is 29.02%
CMYK:
(7,0,23,29)
C7M0Y23K29 
(7%,0%,23%,29%)
(0.07/0.00/0.23/0.29)	

CMYK percentages

%7.18
%0
%22.65
%29.02

Codes

Color #A8B58C in popluar color models

A8B58C
RGB168181140
HSL79°21.69%62.94%
HSB/HSV79°22.65%70.98%
CMYK7.18%0.00%22.65%
29.02%

Color #A8B58C in popluar number systems.

HEXA8B58C
Decimal168181140
Binary101010001011010110001100
Octal250265214

Shades and tints

Shades of #A8B58C

#A8B58C
(168,181,140)
#99A580
(153,165,128)
#8A9574
(138,149,116)
#7B8568
(123,133,104)
#6C755C
(108,117,92)
#5D6550
(93,101,80)
#4E5544
(78,85,68)
#3F4538
(63,69,56)
#30352C
(48,53,44)
#212520
(33,37,32)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #A8B58C

#A8B58C
(168,181,140)
#AFBB96
(175,187,150)
#B6C1A0
(182,193,160)
#BDC7AA
(189,199,170)
#C4CDB4
(196,205,180)
#CBD3BE
(203,211,190)
#D2D9C8
(210,217,200)
#D9DFD2
(217,223,210)
#E0E5DC
(224,229,220)
#E7EBE6
(231,235,230)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B58C color. Also use rgb(168,181,140) instead hex code.

Text Font Color

.myTextColor { color: #A8B58C; }

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

This text font color is #A8B58C.


Background Color

.myBgColor { background-color: #A8B58C; }

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

This div background color is #A8B58C.


Border color

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

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

This div border color is #A8B58C.


Opacity

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

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

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

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

This text has shadow with #A8B58C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B58C on black background.


Color preview on white background

This text has color #A8B58C on white background.



Black color preview on #A8B58C background

This text has black color on #A8B58C background.


White color preview on #A8B58C background

This text has white color on #A8B58C background.