COLOR #A8B168

HEX: #A8B168
RGB: (168,177,104)

Color info

#A8B168 contains mainly red and green colors. Web safe color of #A8B168 is #999966 (or #996).

RGB color model

#A8B168 color RGB value is (168,177,104).

  • red value is 168;
  • green value is 177;
  • blue value is 104.
RGB: (168,177,104) (66%,69%,41%)

RGB channels and saturation

R 168 of 255 = 66%
G 177 of 255 = 69%
B 104 of 255 = 41%

168
177
104

R + G + B ~ 59%. #A8B168 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
168 + 177 + 104 = 449 (100%)
R 168 of 449 ~ 37.42%
G 177 of 449 ~ 39.42%
B 104 of 449 ~ 23.16%

%37.42
%39.42
%23.16

CMYK color model

#A8B168 color CMYK value is (5,0,41,31).

  • cyan value is 5.08%
  • magenta value is 0.00%
  • yellow value is 41.24%
  • key color value is 30.59%
CMYK: (5,0,41,31) C5M0Y41K31 (5%,0%,41%,31%) (0.05/0.00/0.41/0.31)

CMYK percentages

%5.08
%0
%41.24
%30.59

Codes

Color #A8B168 in popluar color models

A8B168
RGB168177104
HSL67°31.88%55.10%
HSB/HSV67°41.24%69.41%
CMYK5.08%0.00%41.24%
30.59%

Color #A8B168 in popluar number systems.

HEXA8B168
Decimal168177104
Binary10101000101100011101000
Octal250261150

Shades and tints

Shades of #A8B168

#A8B168
(168,177,104)
#99A15F
(153,161,95)
#8A9156
(138,145,86)
#7B814D
(123,129,77)
#6C7144
(108,113,68)
#5D613B
(93,97,59)
#4E5132
(78,81,50)
#3F4129
(63,65,41)
#303120
(48,49,32)
#212117
(33,33,23)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #A8B168

#A8B168
(168,177,104)
#AFB875
(175,184,117)
#B6BF82
(182,191,130)
#BDC68F
(189,198,143)
#C4CD9C
(196,205,156)
#CBD4A9
(203,212,169)
#D2DBB6
(210,219,182)
#D9E2C3
(217,226,195)
#E0E9D0
(224,233,208)
#E7F0DD
(231,240,221)
#EEF7EA
(238,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B168 color. Also use rgb(168,177,104) instead hex code.

Text Font Color

.myTextColor { color: #A8B168; }

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

This text font color is #A8B168.


Background Color

.myBgColor { background-color: #A8B168; }

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

This div background color is #A8B168.


Border color

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

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

This div border color is #A8B168.


Opacity

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

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

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

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

This text has shadow with #A8B168 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A8B168 on black background.


Color preview on white background

This text has color #A8B168 on white background.



Black color preview on #A8B168 background

This text has black color on #A8B168 background.


White color preview on #A8B168 background

This text has white color on #A8B168 background.