COLOR #A8B090

HEX: #A8B090
RGB: (168,176,144)

Color info

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

RGB color model

#A8B090 color RGB value is (168,176,144).

  • red value is 168;
  • green value is 176;
  • blue value is 144.
RGB:
(168,176,144)
(66%,69%,56%)

RGB channels and saturation

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

168
176
144

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

Portions of RGB colors in percentages

R + G + B =
168 + 176 + 144 = 488 (100%)
R 168 of 488 ~ 34.43%
G 176 of 488 ~ 36.07%
B 144 of 488 ~ 29.51%

%34.43
%36.07
%29.51

CMYK color model

#A8B090 color CMYK value is (5,0,18,31).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 30.98%
CMYK:
(5,0,18,31)
C5M0Y18K31 
(5%,0%,18%,31%)
(0.05/0.00/0.18/0.31)	

CMYK percentages

%4.55
%0
%18.18
%30.98

Codes

Color #A8B090 in popluar color models

A8B090
RGB168176144
HSL75°16.84%62.75%
HSB/HSV75°18.18%69.02%
CMYK4.55%0.00%18.18%
30.98%

Color #A8B090 in popluar number systems.

HEXA8B090
Decimal168176144
Binary101010001011000010010000
Octal250260220

Shades and tints

Shades of #A8B090

#A8B090
(168,176,144)
#99A083
(153,160,131)
#8A9076
(138,144,118)
#7B8069
(123,128,105)
#6C705C
(108,112,92)
#5D604F
(93,96,79)
#4E5042
(78,80,66)
#3F4035
(63,64,53)
#303028
(48,48,40)
#21201B
(33,32,27)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #A8B090

#A8B090
(168,176,144)
#AFB79A
(175,183,154)
#B6BEA4
(182,190,164)
#BDC5AE
(189,197,174)
#C4CCB8
(196,204,184)
#CBD3C2
(203,211,194)
#D2DACC
(210,218,204)
#D9E1D6
(217,225,214)
#E0E8E0
(224,232,224)
#E7EFEA
(231,239,234)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B090; }

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

This text font color is #A8B090.


Background Color

.myBgColor { background-color: #A8B090; }

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

This div background color is #A8B090.


Border color

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

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

This div border color is #A8B090.


Opacity

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

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

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

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

This text has shadow with #A8B090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B090 on black background.


Color preview on white background

This text has color #A8B090 on white background.



Black color preview on #A8B090 background

This text has black color on #A8B090 background.


White color preview on #A8B090 background

This text has white color on #A8B090 background.