COLOR #A8B59F

HEX: #A8B59F RGB: (168,181,159)

Color info

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

RGB color model

#A8B59F color RGB value is (168,181,159).

RGB: (168,181,159) (66%, 71%, 62%)

RGB channels and saturation

R 168 of 255 = 66%
G 181 of 255 = 71%
B 159 of 255 = 62%

168
181
159

R + G + B ~ 66%. #A8B59F is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 181 + 159 = 508 (100%)
R 168 of 508 ~ 33.07%
G 181 of 508 ~ 35.63%
B 159 of 508 ~ 31.3'%

%33.07
%35.63
%31.3

CMYK color model

#A8B59F color CMYK value is (7,0,12,29).

  • cyan value is 7.18%
  • magenta value is 0.00%
  • yellow value is 12.15%
  • key color value is 29.02%

CMYK: (7,0,12,29)
C7M0Y12K29 (7%, 0%, 12%, 29%)
(0.07 / 0.00 / 0.12 / 0.29)

CMYK percentages

%7.18
%0
%12.15
%29.02

Codes

Color #A8B59F in popluar color models

A8 B5 9F
RGB 168 181 159
HSL 95° 12.94% 66.67%
HSB/HSV 95° 12.15% 70.98%
CMYK 7.18% 0.00% 12.15%
29.02%

Color #A8B59F in popluar number systems.

HEX A8 B5 9F
Decimal 168 181 159
Binary 10101000 10110101 10011111
Octal 250 265 237

Shades and tints

Shades of #A8B59F

#A8B59F
(168,181,159)
#99A591
(153,165,145)
#8A9583
(138,149,131)
#7B8575
(123,133,117)
#6C7567
(108,117,103)
#5D6559
(93,101,89)
#4E554B
(78,85,75)
#3F453D
(63,69,61)
#30352F
(48,53,47)
#212521
(33,37,33)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #A8B59F

#A8B59F
(168,181,159)
#AFBBA7
(175,187,167)
#B6C1AF
(182,193,175)
#BDC7B7
(189,199,183)
#C4CDBF
(196,205,191)
#CBD3C7
(203,211,199)
#D2D9CF
(210,217,207)
#D9DFD7
(217,223,215)
#E0E5DF
(224,229,223)
#E7EBE7
(231,235,231)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B59F; }

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

This text font color is #A8B59F.

Background Color

.myBgColor { background-color: #A8B59F; }

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

This div background color is #A8B59F.

Border color

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

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

This div border color is #A8B59F.

Opacity

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

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

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

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

This text has shadow with #A8B59F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B59F.

Preview

Color preview on black background

This text has color #A8B59F on black background.


Color preview on white background

This text has color #A8B59F on white background.


Black color preview on #A8B59F background

This text has black color on #A8B59F background.


White color preview on #A8B59F background

This text has white color on #A8B59F background.


Related colors

Complementary color

Complementary color for #hex is #574A60.


I love getcolorcode.com

Triadic colors

1 #9FA8B5 and #B59FA8 with #A8B59F are triadic colors.

2 #9FB5A8 and #B5A89F with #A8B59F are triadic colors.