COLOR #A0B58B

HEX: #A0B58B RGB: (160,181,139)

Color info

#A0B58B contains red, green and blue colors in about the same proportion. Web safe color of #A0B58B is #99CC99 (or #9C9).

RGB color model

#A0B58B color RGB value is (160,181,139).

RGB: (160,181,139) (63%, 71%, 55%)

RGB channels and saturation

R 160 of 255 = 63%
G 181 of 255 = 71%
B 139 of 255 = 55%

160
181
139

R + G + B ~ 63%. #A0B58B is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 181 + 139 = 480 (100%)
R 160 of 480 ~ 33.33%
G 181 of 480 ~ 37.71%
B 139 of 480 ~ 28.96'%

%33.33
%37.71
%28.96

CMYK color model

#A0B58B color CMYK value is (12,0,23,29).

  • cyan value is 11.60%
  • magenta value is 0.00%
  • yellow value is 23.20%
  • key color value is 29.02%
CMYK: (12,0,23,29) C12M0Y23K29 (12%,0%,23%,29%) (0.12/0.00/0.23/0.29) 

CMYK percentages

%11.6
%0
%23.2
%29.02

Codes

Color #A0B58B in popluar color models

A0 B5 8B
RGB 160 181 139
HSL 90° 22.11% 62.75%
HSB/HSV 90° 23.20% 70.98%
CMYK 11.60% 0.00% 23.20%
29.02%

Color #A0B58B in popluar number systems.

HEX A0 B5 8B
Decimal 160 181 139
Binary 10100000 10110101 10001011
Octal 240 265 213

Shades and tints

Shades of #A0B58B

#A0B58B
(160,181,139)
#92A57F
(146,165,127)
#849573
(132,149,115)
#768567
(118,133,103)
#68755B
(104,117,91)
#5A654F
(90,101,79)
#4C5543
(76,85,67)
#3E4537
(62,69,55)
#30352B
(48,53,43)
#22251F
(34,37,31)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #A0B58B

#A0B58B
(160,181,139)
#A8BB95
(168,187,149)
#B0C19F
(176,193,159)
#B8C7A9
(184,199,169)
#C0CDB3
(192,205,179)
#C8D3BD
(200,211,189)
#D0D9C7
(208,217,199)
#D8DFD1
(216,223,209)
#E0E5DB
(224,229,219)
#E8EBE5
(232,235,229)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B58B color. Also use rgb(160,181,139) instead hex code.

Text Font Color

.myTextColor { color: #A0B58B; }

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

This text font color is #A0B58B.

Background Color

.myBgColor { background-color: #A0B58B; }

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

This div background color is #A0B58B.

Border color

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

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

This div border color is #A0B58B.

Opacity

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

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

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

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

This text has shadow with #A0B58B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B58B.

Preview

Color preview on black background

This text has color #A0B58B on black background.


Color preview on white background

This text has color #A0B58B on white background.


Black color preview on #A0B58B background

This text has black color on #A0B58B background.


White color preview on #A0B58B background

This text has white color on #A0B58B background.


Related colors

Complementary color

Complementary color for #hex is #5F4A74.


I love getcolorcode.com

Triadic colors

1 #8BA0B5 and #B58BA0 with #A0B58B are triadic colors.

2 #8BB5A0 and #B5A08B with #A0B58B are triadic colors.