COLOR #A8B57C

HEX: #A8B57C
RGB: (168,181,124)

Color info

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

RGB color model

#A8B57C color RGB value is (168,181,124).

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

RGB channels and saturation

R 168 of 255 = 66%
G 181 of 255 = 71%
B 124 of 255 = 49%

168
181
124

R + G + B ~ 62%. #A8B57C is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 181 + 124 = 473 (100%)
R 168 of 473 ~ 35.52%
G 181 of 473 ~ 38.27%
B 124 of 473 ~ 26.22%

%35.52
%38.27
%26.22

CMYK color model

#A8B57C color CMYK value is (7,0,31,29).

  • cyan value is 7.18%
  • magenta value is 0.00%
  • yellow value is 31.49%
  • key color value is 29.02%
CMYK:
(7,0,31,29)
C7M0Y31K29 
(7%,0%,31%,29%)
(0.07/0.00/0.31/0.29)	

CMYK percentages

%7.18
%0
%31.49
%29.02

Codes

Color #A8B57C in popluar color models

A8B57C
RGB168181124
HSL74°27.80%59.80%
HSB/HSV74°31.49%70.98%
CMYK7.18%0.00%31.49%
29.02%

Color #A8B57C in popluar number systems.

HEXA8B57C
Decimal168181124
Binary10101000101101011111100
Octal250265174

Shades and tints

Shades of #A8B57C

#A8B57C
(168,181,124)
#99A571
(153,165,113)
#8A9566
(138,149,102)
#7B855B
(123,133,91)
#6C7550
(108,117,80)
#5D6545
(93,101,69)
#4E553A
(78,85,58)
#3F452F
(63,69,47)
#303524
(48,53,36)
#212519
(33,37,25)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #A8B57C

#A8B57C
(168,181,124)
#AFBB87
(175,187,135)
#B6C192
(182,193,146)
#BDC79D
(189,199,157)
#C4CDA8
(196,205,168)
#CBD3B3
(203,211,179)
#D2D9BE
(210,217,190)
#D9DFC9
(217,223,201)
#E0E5D4
(224,229,212)
#E7EBDF
(231,235,223)
#EEF1EA
(238,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B57C; }

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

This text font color is #A8B57C.


Background Color

.myBgColor { background-color: #A8B57C; }

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

This div background color is #A8B57C.


Border color

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

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

This div border color is #A8B57C.


Opacity

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

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

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

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

This text has shadow with #A8B57C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B57C on black background.


Color preview on white background

This text has color #A8B57C on white background.



Black color preview on #A8B57C background

This text has black color on #A8B57C background.


White color preview on #A8B57C background

This text has white color on #A8B57C background.