COLOR #A8B37A

HEX: #A8B37A RGB: (168,179,122)

Color info

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

RGB color model

#A8B37A color RGB value is (168,179,122).

RGB: (168,179,122) (66%, 70%, 48%)

RGB channels and saturation

R 168 of 255 = 66%
G 179 of 255 = 70%
B 122 of 255 = 48%

168
179
122

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

Portions of RGB colors in percentages

R + G + B = 168 + 179 + 122 = 469 (100%)
R 168 of 469 ~ 35.82%
G 179 of 469 ~ 38.17%
B 122 of 469 ~ 26.01'%

%35.82
%38.17
%26.01

CMYK color model

#A8B37A color CMYK value is (6,0,32,30).

  • cyan value is 6.15%
  • magenta value is 0.00%
  • yellow value is 31.84%
  • key color value is 29.80%

CMYK: (6,0,32,30)
C6M0Y32K30 (6%, 0%, 32%, 30%)
(0.06 / 0.00 / 0.32 / 0.30)

CMYK percentages

%6.15
%0
%31.84
%29.8

Codes

Color #A8B37A in popluar color models

A8 B3 7A
RGB 168 179 122
HSL 72° 27.27% 59.02%
HSB/HSV 72° 31.84% 70.20%
CMYK 6.15% 0.00% 31.84%
29.80%

Color #A8B37A in popluar number systems.

HEX A8 B3 7A
Decimal 168 179 122
Binary 10101000 10110011 1111010
Octal 250 263 172

Shades and tints

Shades of #A8B37A

#A8B37A
(168,179,122)
#99A36F
(153,163,111)
#8A9364
(138,147,100)
#7B8359
(123,131,89)
#6C734E
(108,115,78)
#5D6343
(93,99,67)
#4E5338
(78,83,56)
#3F432D
(63,67,45)
#303322
(48,51,34)
#212317
(33,35,23)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #A8B37A

#A8B37A
(168,179,122)
#AFB986
(175,185,134)
#B6BF92
(182,191,146)
#BDC59E
(189,197,158)
#C4CBAA
(196,203,170)
#CBD1B6
(203,209,182)
#D2D7C2
(210,215,194)
#D9DDCE
(217,221,206)
#E0E3DA
(224,227,218)
#E7E9E6
(231,233,230)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B37A color. Also use rgb(168,179,122) instead hex code.

Text Font Color

.myTextColor { color: #A8B37A; }

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

This text font color is #A8B37A.

Background Color

.myBgColor { background-color: #A8B37A; }

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

This div background color is #A8B37A.

Border color

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

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

This div border color is #A8B37A.

Opacity

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

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

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

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

This text has shadow with #A8B37A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B37A.

Preview

Color preview on black background

This text has color #A8B37A on black background.


Color preview on white background

This text has color #A8B37A on white background.


Black color preview on #A8B37A background

This text has black color on #A8B37A background.


White color preview on #A8B37A background

This text has white color on #A8B37A background.


Related colors

Complementary color

Complementary color for #hex is #574C85.


I love getcolorcode.com

Triadic colors

1 #7AA8B3 and #B37AA8 with #A8B37A are triadic colors.

2 #7AB3A8 and #B3A87A with #A8B37A are triadic colors.