COLOR #A8B474

HEX: #A8B474 RGB: (168,180,116)

Color info

#A8B474 contains mainly red and green colors. Web safe color of #A8B474 is #99CC66 (or #9C6).

RGB color model

#A8B474 color RGB value is (168,180,116).

RGB: (168,180,116) (66%, 71%, 45%)

RGB channels and saturation

R 168 of 255 = 66%
G 180 of 255 = 71%
B 116 of 255 = 45%

168
180
116

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

Portions of RGB colors in percentages

R + G + B = 168 + 180 + 116 = 464 (100%)
R 168 of 464 ~ 36.21%
G 180 of 464 ~ 38.79%
B 116 of 464 ~ 25'%

%36.21
%38.79
%25

CMYK color model

#A8B474 color CMYK value is (7,0,36,29).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 35.56%
  • key color value is 29.41%

CMYK: (7,0,36,29)
C7M0Y36K29 (7%, 0%, 36%, 29%)
(0.07 / 0.00 / 0.36 / 0.29)

CMYK percentages

%6.67
%0
%35.56
%29.41

Codes

Color #A8B474 in popluar color models

A8 B4 74
RGB 168 180 116
HSL 71° 29.91% 58.04%
HSB/HSV 71° 35.56% 70.59%
CMYK 6.67% 0.00% 35.56%
29.41%

Color #A8B474 in popluar number systems.

HEX A8 B4 74
Decimal 168 180 116
Binary 10101000 10110100 1110100
Octal 250 264 164

Shades and tints

Shades of #A8B474

#A8B474
(168,180,116)
#99A46A
(153,164,106)
#8A9460
(138,148,96)
#7B8456
(123,132,86)
#6C744C
(108,116,76)
#5D6442
(93,100,66)
#4E5438
(78,84,56)
#3F442E
(63,68,46)
#303424
(48,52,36)
#21241A
(33,36,26)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #A8B474

#A8B474
(168,180,116)
#AFBA80
(175,186,128)
#B6C08C
(182,192,140)
#BDC698
(189,198,152)
#C4CCA4
(196,204,164)
#CBD2B0
(203,210,176)
#D2D8BC
(210,216,188)
#D9DEC8
(217,222,200)
#E0E4D4
(224,228,212)
#E7EAE0
(231,234,224)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B474 color. Also use rgb(168,180,116) instead hex code.

Text Font Color

.myTextColor { color: #A8B474; }

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

This text font color is #A8B474.

Background Color

.myBgColor { background-color: #A8B474; }

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

This div background color is #A8B474.

Border color

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

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

This div border color is #A8B474.

Opacity

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

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

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

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

This text has shadow with #A8B474 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B474.

Preview

Color preview on black background

This text has color #A8B474 on black background.


Color preview on white background

This text has color #A8B474 on white background.


Black color preview on #A8B474 background

This text has black color on #A8B474 background.


White color preview on #A8B474 background

This text has white color on #A8B474 background.


Related colors

Complementary color

Complementary color for #hex is #574B8B.


I love getcolorcode.com

Triadic colors

1 #74A8B4 and #B474A8 with #A8B474 are triadic colors.

2 #74B4A8 and #B4A874 with #A8B474 are triadic colors.