COLOR #A8B486

HEX: #A8B486
RGB: (168,180,134)

Color info

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

RGB color model

#A8B486 color RGB value is (168,180,134).

  • red value is 168;
  • green value is 180;
  • blue value is 134.
RGB:
(168,180,134)
(66%,71%,53%)

RGB channels and saturation

R 168 of 255 = 66%
G 180 of 255 = 71%
B 134 of 255 = 53%

168
180
134

R + G + B ~ 63%. #A8B486 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 180 + 134 = 482 (100%)
R 168 of 482 ~ 34.85%
G 180 of 482 ~ 37.34%
B 134 of 482 ~ 27.8%

%34.85
%37.34
%27.8

CMYK color model

#A8B486 color CMYK value is (7,0,26,29).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 25.56%
  • key color value is 29.41%
CMYK:
(7,0,26,29)
C7M0Y26K29 
(7%,0%,26%,29%)
(0.07/0.00/0.26/0.29)	

CMYK percentages

%6.67
%0
%25.56
%29.41

Codes

Color #A8B486 in popluar color models

A8B486
RGB168180134
HSL76°23.47%61.57%
HSB/HSV76°25.56%70.59%
CMYK6.67%0.00%25.56%
29.41%

Color #A8B486 in popluar number systems.

HEXA8B486
Decimal168180134
Binary101010001011010010000110
Octal250264206

Shades and tints

Shades of #A8B486

#A8B486
(168,180,134)
#99A47A
(153,164,122)
#8A946E
(138,148,110)
#7B8462
(123,132,98)
#6C7456
(108,116,86)
#5D644A
(93,100,74)
#4E543E
(78,84,62)
#3F4432
(63,68,50)
#303426
(48,52,38)
#21241A
(33,36,26)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #A8B486

#A8B486
(168,180,134)
#AFBA91
(175,186,145)
#B6C09C
(182,192,156)
#BDC6A7
(189,198,167)
#C4CCB2
(196,204,178)
#CBD2BD
(203,210,189)
#D2D8C8
(210,216,200)
#D9DED3
(217,222,211)
#E0E4DE
(224,228,222)
#E7EAE9
(231,234,233)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B486; }

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

This text font color is #A8B486.


Background Color

.myBgColor { background-color: #A8B486; }

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

This div background color is #A8B486.


Border color

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

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

This div border color is #A8B486.


Opacity

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

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

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

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

This text has shadow with #A8B486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B486 on black background.


Color preview on white background

This text has color #A8B486 on white background.



Black color preview on #A8B486 background

This text has black color on #A8B486 background.


White color preview on #A8B486 background

This text has white color on #A8B486 background.