COLOR #A0B97B

HEX: #A0B97B RGB: (160,185,123)

Color info

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

RGB color model

#A0B97B color RGB value is (160,185,123).

RGB: (160,185,123) (63%, 73%, 48%)

RGB channels and saturation

R 160 of 255 = 63%
G 185 of 255 = 73%
B 123 of 255 = 48%

160
185
123

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

Portions of RGB colors in percentages

R + G + B = 160 + 185 + 123 = 468 (100%)
R 160 of 468 ~ 34.19%
G 185 of 468 ~ 39.53%
B 123 of 468 ~ 26.28'%

%34.19
%39.53
%26.28

CMYK color model

#A0B97B color CMYK value is (14,0,34,27).

  • cyan value is 13.51%
  • magenta value is 0.00%
  • yellow value is 33.51%
  • key color value is 27.45%
CMYK: (14,0,34,27) C14M0Y34K27 (14%,0%,34%,27%) (0.14/0.00/0.34/0.27) 

CMYK percentages

%13.51
%0
%33.51
%27.45

Codes

Color #A0B97B in popluar color models

A0 B9 7B
RGB 160 185 123
HSL 84° 30.69% 60.39%
HSB/HSV 84° 33.51% 72.55%
CMYK 13.51% 0.00% 33.51%
27.45%

Color #A0B97B in popluar number systems.

HEX A0 B9 7B
Decimal 160 185 123
Binary 10100000 10111001 1111011
Octal 240 271 173

Shades and tints

Shades of #A0B97B

#A0B97B
(160,185,123)
#92A970
(146,169,112)
#849965
(132,153,101)
#76895A
(118,137,90)
#68794F
(104,121,79)
#5A6944
(90,105,68)
#4C5939
(76,89,57)
#3E492E
(62,73,46)
#303923
(48,57,35)
#222918
(34,41,24)
#14190D
(20,25,13)
#000000
(0,0,0)

Tints of #A0B97B

#A0B97B
(160,185,123)
#A8BF87
(168,191,135)
#B0C593
(176,197,147)
#B8CB9F
(184,203,159)
#C0D1AB
(192,209,171)
#C8D7B7
(200,215,183)
#D0DDC3
(208,221,195)
#D8E3CF
(216,227,207)
#E0E9DB
(224,233,219)
#E8EFE7
(232,239,231)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B97B color. Also use rgb(160,185,123) instead hex code.

Text Font Color

.myTextColor { color: #A0B97B; }

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

This text font color is #A0B97B.

Background Color

.myBgColor { background-color: #A0B97B; }

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

This div background color is #A0B97B.

Border color

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

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

This div border color is #A0B97B.

Opacity

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

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

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

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

This text has shadow with #A0B97B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B97B.

Preview

Color preview on black background

This text has color #A0B97B on black background.


Color preview on white background

This text has color #A0B97B on white background.


Black color preview on #A0B97B background

This text has black color on #A0B97B background.


White color preview on #A0B97B background

This text has white color on #A0B97B background.


Related colors

Complementary color

Complementary color for #hex is #5F4684.


I love getcolorcode.com

Triadic colors

1 #7BA0B9 and #B97BA0 with #A0B97B are triadic colors.

2 #7BB9A0 and #B9A07B with #A0B97B are triadic colors.