COLOR #A8B49F

HEX: #A8B49F RGB: (168,180,159)

Color info

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

RGB color model

#A8B49F color RGB value is (168,180,159).

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

RGB channels and saturation

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

168
180
159

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

Portions of RGB colors in percentages

R + G + B = 168 + 180 + 159 = 507 (100%)
R 168 of 507 ~ 33.14%
G 180 of 507 ~ 35.5%
B 159 of 507 ~ 31.36'%

%33.14
%35.5
%31.36

CMYK color model

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

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 11.67%
  • key color value is 29.41%

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

CMYK percentages

%6.67
%0
%11.67
%29.41

Codes

Color #A8B49F in popluar color models

A8 B4 9F
RGB 168 180 159
HSL 94° 12.28% 66.47%
HSB/HSV 94° 11.67% 70.59%
CMYK 6.67% 0.00% 11.67%
29.41%

Color #A8B49F in popluar number systems.

HEX A8 B4 9F
Decimal 168 180 159
Binary 10101000 10110100 10011111
Octal 250 264 237

Shades and tints

Shades of #A8B49F

#A8B49F
(168,180,159)
#99A491
(153,164,145)
#8A9483
(138,148,131)
#7B8475
(123,132,117)
#6C7467
(108,116,103)
#5D6459
(93,100,89)
#4E544B
(78,84,75)
#3F443D
(63,68,61)
#30342F
(48,52,47)
#212421
(33,36,33)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #A8B49F

#A8B49F
(168,180,159)
#AFBAA7
(175,186,167)
#B6C0AF
(182,192,175)
#BDC6B7
(189,198,183)
#C4CCBF
(196,204,191)
#CBD2C7
(203,210,199)
#D2D8CF
(210,216,207)
#D9DED7
(217,222,215)
#E0E4DF
(224,228,223)
#E7EAE7
(231,234,231)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B49F; }

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

This text font color is #A8B49F.

Background Color

.myBgColor { background-color: #A8B49F; }

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

This div background color is #A8B49F.

Border color

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

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

This div border color is #A8B49F.

Opacity

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

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

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

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

This text has shadow with #A8B49F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B49F.

Preview

Color preview on black background

This text has color #A8B49F on black background.


Color preview on white background

This text has color #A8B49F on white background.


Black color preview on #A8B49F background

This text has black color on #A8B49F background.


White color preview on #A8B49F background

This text has white color on #A8B49F background.


Related colors

Complementary color

Complementary color for #hex is #574B60.


I love getcolorcode.com

Triadic colors

1 #9FA8B4 and #B49FA8 with #A8B49F are triadic colors.

2 #9FB4A8 and #B4A89F with #A8B49F are triadic colors.