COLOR #A8B557

HEX: #A8B557
RGB: (168,181,87)

Color info

#A8B557 contains mainly red and green colors. Web safe color of #A8B557 is #99CC66 (or #9C6).

RGB color model

#A8B557 color RGB value is (168,181,87).

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

RGB channels and saturation

R 168 of 255 = 66%
G 181 of 255 = 71%
B 87 of 255 = 34%

168
181
87

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

Portions of RGB colors in percentages

R + G + B =
168 + 181 + 87 = 436 (100%)
R 168 of 436 ~ 38.53%
G 181 of 436 ~ 41.51%
B 87 of 436 ~ 19.95%

%38.53
%41.51
%19.95

CMYK color model

#A8B557 color CMYK value is (7,0,52,29).

  • cyan value is 7.18%
  • magenta value is 0.00%
  • yellow value is 51.93%
  • key color value is 29.02%
CMYK:
(7,0,52,29)
C7M0Y52K29 
(7%,0%,52%,29%)
(0.07/0.00/0.52/0.29)	

CMYK percentages

%7.18
%0
%51.93
%29.02

Codes

Color #A8B557 in popluar color models

A8B557
RGB16818187
HSL68°38.84%52.55%
HSB/HSV68°51.93%70.98%
CMYK7.18%0.00%51.93%
29.02%

Color #A8B557 in popluar number systems.

HEXA8B557
Decimal16818187
Binary10101000101101011010111
Octal250265127

Shades and tints

Shades of #A8B557

#A8B557
(168,181,87)
#99A550
(153,165,80)
#8A9549
(138,149,73)
#7B8542
(123,133,66)
#6C753B
(108,117,59)
#5D6534
(93,101,52)
#4E552D
(78,85,45)
#3F4526
(63,69,38)
#30351F
(48,53,31)
#212518
(33,37,24)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #A8B557

#A8B557
(168,181,87)
#AFBB66
(175,187,102)
#B6C175
(182,193,117)
#BDC784
(189,199,132)
#C4CD93
(196,205,147)
#CBD3A2
(203,211,162)
#D2D9B1
(210,217,177)
#D9DFC0
(217,223,192)
#E0E5CF
(224,229,207)
#E7EBDE
(231,235,222)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B557; }

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

This text font color is #A8B557.


Background Color

.myBgColor { background-color: #A8B557; }

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

This div background color is #A8B557.


Border color

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

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

This div border color is #A8B557.


Opacity

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

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

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

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

This text has shadow with #A8B557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B557 on black background.


Color preview on white background

This text has color #A8B557 on white background.



Black color preview on #A8B557 background

This text has black color on #A8B557 background.


White color preview on #A8B557 background

This text has white color on #A8B557 background.