COLOR #A8B08F

HEX: #A8B08F RGB: (168,176,143)

Color info

#A8B08F contains red, green and blue colors in about the same proportion. Web safe color of #A8B08F is #999999 (or #999).

RGB color model

#A8B08F color RGB value is (168,176,143).

RGB: (168,176,143) (66%, 69%, 56%)

RGB channels and saturation

R 168 of 255 = 66%
G 176 of 255 = 69%
B 143 of 255 = 56%

168
176
143

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

Portions of RGB colors in percentages

R + G + B = 168 + 176 + 143 = 487 (100%)
R 168 of 487 ~ 34.5%
G 176 of 487 ~ 36.14%
B 143 of 487 ~ 29.36'%

%34.5
%36.14
%29.36

CMYK color model

#A8B08F color CMYK value is (5,0,19,31).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 30.98%

CMYK: (5,0,19,31)
C5M0Y19K31 (5%, 0%, 19%, 31%)
(0.05 / 0.00 / 0.19 / 0.31)

CMYK percentages

%4.55
%0
%18.75
%30.98

Codes

Color #A8B08F in popluar color models

A8 B0 8F
RGB 168 176 143
HSL 75° 17.28% 62.55%
HSB/HSV 75° 18.75% 69.02%
CMYK 4.55% 0.00% 18.75%
30.98%

Color #A8B08F in popluar number systems.

HEX A8 B0 8F
Decimal 168 176 143
Binary 10101000 10110000 10001111
Octal 250 260 217

Shades and tints

Shades of #A8B08F

#A8B08F
(168,176,143)
#99A082
(153,160,130)
#8A9075
(138,144,117)
#7B8068
(123,128,104)
#6C705B
(108,112,91)
#5D604E
(93,96,78)
#4E5041
(78,80,65)
#3F4034
(63,64,52)
#303027
(48,48,39)
#21201A
(33,32,26)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #A8B08F

#A8B08F
(168,176,143)
#AFB799
(175,183,153)
#B6BEA3
(182,190,163)
#BDC5AD
(189,197,173)
#C4CCB7
(196,204,183)
#CBD3C1
(203,211,193)
#D2DACB
(210,218,203)
#D9E1D5
(217,225,213)
#E0E8DF
(224,232,223)
#E7EFE9
(231,239,233)
#EEF6F3
(238,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B08F color. Also use rgb(168,176,143) instead hex code.

Text Font Color

.myTextColor { color: #A8B08F; }

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

This text font color is #A8B08F.

Background Color

.myBgColor { background-color: #A8B08F; }

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

This div background color is #A8B08F.

Border color

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

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

This div border color is #A8B08F.

Opacity

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

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

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

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

This text has shadow with #A8B08F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B08F.

Preview

Color preview on black background

This text has color #A8B08F on black background.


Color preview on white background

This text has color #A8B08F on white background.


Black color preview on #A8B08F background

This text has black color on #A8B08F background.


White color preview on #A8B08F background

This text has white color on #A8B08F background.


Related colors

Complementary color

Complementary color for #hex is #574F70.


I love getcolorcode.com

Triadic colors

1 #8FA8B0 and #B08FA8 with #A8B08F are triadic colors.

2 #8FB0A8 and #B0A88F with #A8B08F are triadic colors.