COLOR #A0B58D

HEX: #A0B58D RGB: (160,181,141)

Color info

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

RGB color model

#A0B58D color RGB value is (160,181,141).

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

RGB channels and saturation

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

160
181
141

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

Portions of RGB colors in percentages

R + G + B = 160 + 181 + 141 = 482 (100%)
R 160 of 482 ~ 33.2%
G 181 of 482 ~ 37.55%
B 141 of 482 ~ 29.25'%

%33.2
%37.55
%29.25

CMYK color model

#A0B58D color CMYK value is (12,0,22,29).

  • cyan value is 11.60%
  • magenta value is 0.00%
  • yellow value is 22.10%
  • key color value is 29.02%
CMYK: (12,0,22,29) C12M0Y22K29 (12%,0%,22%,29%) (0.12/0.00/0.22/0.29) 

CMYK percentages

%11.6
%0
%22.1
%29.02

Codes

Color #A0B58D in popluar color models

A0 B5 8D
RGB 160 181 141
HSL 92° 21.28% 63.14%
HSB/HSV 92° 22.10% 70.98%
CMYK 11.60% 0.00% 22.10%
29.02%

Color #A0B58D in popluar number systems.

HEX A0 B5 8D
Decimal 160 181 141
Binary 10100000 10110101 10001101
Octal 240 265 215

Shades and tints

Shades of #A0B58D

#A0B58D
(160,181,141)
#92A581
(146,165,129)
#849575
(132,149,117)
#768569
(118,133,105)
#68755D
(104,117,93)
#5A6551
(90,101,81)
#4C5545
(76,85,69)
#3E4539
(62,69,57)
#30352D
(48,53,45)
#222521
(34,37,33)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #A0B58D

#A0B58D
(160,181,141)
#A8BB97
(168,187,151)
#B0C1A1
(176,193,161)
#B8C7AB
(184,199,171)
#C0CDB5
(192,205,181)
#C8D3BF
(200,211,191)
#D0D9C9
(208,217,201)
#D8DFD3
(216,223,211)
#E0E5DD
(224,229,221)
#E8EBE7
(232,235,231)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B58D; }

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

This text font color is #A0B58D.

Background Color

.myBgColor { background-color: #A0B58D; }

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

This div background color is #A0B58D.

Border color

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

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

This div border color is #A0B58D.

Opacity

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

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

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

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

This text has shadow with #A0B58D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B58D.

Preview

Color preview on black background

This text has color #A0B58D on black background.


Color preview on white background

This text has color #A0B58D on white background.


Black color preview on #A0B58D background

This text has black color on #A0B58D background.


White color preview on #A0B58D background

This text has white color on #A0B58D background.


Related colors

Complementary color

Complementary color for #hex is #5F4A72.


I love getcolorcode.com

Triadic colors

1 #8DA0B5 and #B58DA0 with #A0B58D are triadic colors.

2 #8DB5A0 and #B5A08D with #A0B58D are triadic colors.