COLOR #A8B48C

HEX: #A8B48C RGB: (168,180,140)

Color info

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

RGB color model

#A8B48C color RGB value is (168,180,140).

RGB: (168,180,140) (66%, 71%, 55%)

RGB channels and saturation

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

168
180
140

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

Portions of RGB colors in percentages

R + G + B = 168 + 180 + 140 = 488 (100%)
R 168 of 488 ~ 34.43%
G 180 of 488 ~ 36.89%
B 140 of 488 ~ 28.69'%

%34.43
%36.89
%28.69

CMYK color model

#A8B48C color CMYK value is (7,0,22,29).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 29.41%
CMYK: (7,0,22,29) C7M0Y22K29 (7%,0%,22%,29%) (0.07/0.00/0.22/0.29) 

CMYK percentages

%6.67
%0
%22.22
%29.41

Codes

Color #A8B48C in popluar color models

A8 B4 8C
RGB 168 180 140
HSL 78° 21.05% 62.75%
HSB/HSV 78° 22.22% 70.59%
CMYK 6.67% 0.00% 22.22%
29.41%

Color #A8B48C in popluar number systems.

HEX A8 B4 8C
Decimal 168 180 140
Binary 10101000 10110100 10001100
Octal 250 264 214

Shades and tints

Shades of #A8B48C

#A8B48C
(168,180,140)
#99A480
(153,164,128)
#8A9474
(138,148,116)
#7B8468
(123,132,104)
#6C745C
(108,116,92)
#5D6450
(93,100,80)
#4E5444
(78,84,68)
#3F4438
(63,68,56)
#30342C
(48,52,44)
#212420
(33,36,32)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #A8B48C

#A8B48C
(168,180,140)
#AFBA96
(175,186,150)
#B6C0A0
(182,192,160)
#BDC6AA
(189,198,170)
#C4CCB4
(196,204,180)
#CBD2BE
(203,210,190)
#D2D8C8
(210,216,200)
#D9DED2
(217,222,210)
#E0E4DC
(224,228,220)
#E7EAE6
(231,234,230)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B48C; }

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

This text font color is #A8B48C.

Background Color

.myBgColor { background-color: #A8B48C; }

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

This div background color is #A8B48C.

Border color

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

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

This div border color is #A8B48C.

Opacity

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

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

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

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

This text has shadow with #A8B48C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B48C.

Preview

Color preview on black background

This text has color #A8B48C on black background.


Color preview on white background

This text has color #A8B48C on white background.


Black color preview on #A8B48C background

This text has black color on #A8B48C background.


White color preview on #A8B48C background

This text has white color on #A8B48C background.


Related colors

Complementary color

Complementary color for #hex is #574B73.


I love getcolorcode.com

Triadic colors

1 #8CA8B4 and #B48CA8 with #A8B48C are triadic colors.

2 #8CB4A8 and #B4A88C with #A8B48C are triadic colors.