COLOR #A8B177

HEX: #A8B177 RGB: (168,177,119)

Color info

#A8B177 contains red, green and blue colors in about the same proportion. Web safe color of #A8B177 is #999966 (or #996).

RGB color model

#A8B177 color RGB value is (168,177,119).

RGB: (168,177,119) (66%, 69%, 47%)

RGB channels and saturation

R 168 of 255 = 66%
G 177 of 255 = 69%
B 119 of 255 = 47%

168
177
119

R + G + B ~ 61%. #A8B177 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 177 + 119 = 464 (100%)
R 168 of 464 ~ 36.21%
G 177 of 464 ~ 38.15%
B 119 of 464 ~ 25.65'%

%36.21
%38.15
%25.65

CMYK color model

#A8B177 color CMYK value is (5,0,33,31).

  • cyan value is 5.08%
  • magenta value is 0.00%
  • yellow value is 32.77%
  • key color value is 30.59%
CMYK: (5,0,33,31) C5M0Y33K31 (5%,0%,33%,31%) (0.05/0.00/0.33/0.31) 

CMYK percentages

%5.08
%0
%32.77
%30.59

Codes

Color #A8B177 in popluar color models

A8 B1 77
RGB 168 177 119
HSL 69° 27.10% 58.04%
HSB/HSV 69° 32.77% 69.41%
CMYK 5.08% 0.00% 32.77%
30.59%

Color #A8B177 in popluar number systems.

HEX A8 B1 77
Decimal 168 177 119
Binary 10101000 10110001 1110111
Octal 250 261 167

Shades and tints

Shades of #A8B177

#A8B177
(168,177,119)
#99A16D
(153,161,109)
#8A9163
(138,145,99)
#7B8159
(123,129,89)
#6C714F
(108,113,79)
#5D6145
(93,97,69)
#4E513B
(78,81,59)
#3F4131
(63,65,49)
#303127
(48,49,39)
#21211D
(33,33,29)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #A8B177

#A8B177
(168,177,119)
#AFB883
(175,184,131)
#B6BF8F
(182,191,143)
#BDC69B
(189,198,155)
#C4CDA7
(196,205,167)
#CBD4B3
(203,212,179)
#D2DBBF
(210,219,191)
#D9E2CB
(217,226,203)
#E0E9D7
(224,233,215)
#E7F0E3
(231,240,227)
#EEF7EF
(238,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B177; }

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

This text font color is #A8B177.

Background Color

.myBgColor { background-color: #A8B177; }

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

This div background color is #A8B177.

Border color

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

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

This div border color is #A8B177.

Opacity

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

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

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

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

This text has shadow with #A8B177 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B177.

Preview

Color preview on black background

This text has color #A8B177 on black background.


Color preview on white background

This text has color #A8B177 on white background.


Black color preview on #A8B177 background

This text has black color on #A8B177 background.


White color preview on #A8B177 background

This text has white color on #A8B177 background.


Related colors

Complementary color

Complementary color for #hex is #574E88.


I love getcolorcode.com

Triadic colors

1 #77A8B1 and #B177A8 with #A8B177 are triadic colors.

2 #77B1A8 and #B1A877 with #A8B177 are triadic colors.