COLOR #A8B291

HEX: #A8B291 RGB: (168,178,145)

Color info

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

RGB color model

#A8B291 color RGB value is (168,178,145).

RGB: (168,178,145) (66%, 70%, 57%)

RGB channels and saturation

R 168 of 255 = 66%
G 178 of 255 = 70%
B 145 of 255 = 57%

168
178
145

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

Portions of RGB colors in percentages

R + G + B = 168 + 178 + 145 = 491 (100%)
R 168 of 491 ~ 34.22%
G 178 of 491 ~ 36.25%
B 145 of 491 ~ 29.53'%

%34.22
%36.25
%29.53

CMYK color model

#A8B291 color CMYK value is (6,0,19,30).

  • cyan value is 5.62%
  • magenta value is 0.00%
  • yellow value is 18.54%
  • key color value is 30.20%

CMYK: (6,0,19,30)
C6M0Y19K30 (6%, 0%, 19%, 30%)
(0.06 / 0.00 / 0.19 / 0.30)

CMYK percentages

%5.62
%0
%18.54
%30.2

Codes

Color #A8B291 in popluar color models

A8 B2 91
RGB 168 178 145
HSL 78° 17.65% 63.33%
HSB/HSV 78° 18.54% 69.80%
CMYK 5.62% 0.00% 18.54%
30.20%

Color #A8B291 in popluar number systems.

HEX A8 B2 91
Decimal 168 178 145
Binary 10101000 10110010 10010001
Octal 250 262 221

Shades and tints

Shades of #A8B291

#A8B291
(168,178,145)
#99A284
(153,162,132)
#8A9277
(138,146,119)
#7B826A
(123,130,106)
#6C725D
(108,114,93)
#5D6250
(93,98,80)
#4E5243
(78,82,67)
#3F4236
(63,66,54)
#303229
(48,50,41)
#21221C
(33,34,28)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #A8B291

#A8B291
(168,178,145)
#AFB99B
(175,185,155)
#B6C0A5
(182,192,165)
#BDC7AF
(189,199,175)
#C4CEB9
(196,206,185)
#CBD5C3
(203,213,195)
#D2DCCD
(210,220,205)
#D9E3D7
(217,227,215)
#E0EAE1
(224,234,225)
#E7F1EB
(231,241,235)
#EEF8F5
(238,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B291 color. Also use rgb(168,178,145) instead hex code.

Text Font Color

.myTextColor { color: #A8B291; }

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

This text font color is #A8B291.

Background Color

.myBgColor { background-color: #A8B291; }

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

This div background color is #A8B291.

Border color

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

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

This div border color is #A8B291.

Opacity

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

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

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

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

This text has shadow with #A8B291 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B291.

Preview

Color preview on black background

This text has color #A8B291 on black background.


Color preview on white background

This text has color #A8B291 on white background.


Black color preview on #A8B291 background

This text has black color on #A8B291 background.


White color preview on #A8B291 background

This text has white color on #A8B291 background.


Related colors

Complementary color

Complementary color for #hex is #574D6E.


I love getcolorcode.com

Triadic colors

1 #91A8B2 and #B291A8 with #A8B291 are triadic colors.

2 #91B2A8 and #B2A891 with #A8B291 are triadic colors.