COLOR #A0B485

HEX: #A0B485
RGB: (160,180,133)

Color info

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

RGB color model

#A0B485 color RGB value is (160,180,133).

  • red value is 160;
  • green value is 180;
  • blue value is 133.
RGB:
(160,180,133)
(63%,71%,52%)

RGB channels and saturation

R 160 of 255 = 63%
G 180 of 255 = 71%
B 133 of 255 = 52%

160
180
133

R + G + B ~ 62%. #A0B485 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 180 + 133 = 473 (100%)
R 160 of 473 ~ 33.83%
G 180 of 473 ~ 38.05%
B 133 of 473 ~ 28.12%

%33.83
%38.05
%28.12

CMYK color model

#A0B485 color CMYK value is (11,0,26,29).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 26.11%
  • key color value is 29.41%
CMYK:
(11,0,26,29)
C11M0Y26K29 
(11%,0%,26%,29%)
(0.11/0.00/0.26/0.29)	

CMYK percentages

%11.11
%0
%26.11
%29.41

Codes

Color #A0B485 in popluar color models

A0B485
RGB160180133
HSL86°23.86%61.37%
HSB/HSV86°26.11%70.59%
CMYK11.11%0.00%26.11%
29.41%

Color #A0B485 in popluar number systems.

HEXA0B485
Decimal160180133
Binary101000001011010010000101
Octal240264205

Shades and tints

Shades of #A0B485

#A0B485
(160,180,133)
#92A479
(146,164,121)
#84946D
(132,148,109)
#768461
(118,132,97)
#687455
(104,116,85)
#5A6449
(90,100,73)
#4C543D
(76,84,61)
#3E4431
(62,68,49)
#303425
(48,52,37)
#222419
(34,36,25)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #A0B485

#A0B485
(160,180,133)
#A8BA90
(168,186,144)
#B0C09B
(176,192,155)
#B8C6A6
(184,198,166)
#C0CCB1
(192,204,177)
#C8D2BC
(200,210,188)
#D0D8C7
(208,216,199)
#D8DED2
(216,222,210)
#E0E4DD
(224,228,221)
#E8EAE8
(232,234,232)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B485 color. Also use rgb(160,180,133) instead hex code.

Text Font Color

.myTextColor { color: #A0B485; }

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

This text font color is #A0B485.


Background Color

.myBgColor { background-color: #A0B485; }

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

This div background color is #A0B485.


Border color

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

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

This div border color is #A0B485.


Opacity

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

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

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

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

This text has shadow with #A0B485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B485 on black background.


Color preview on white background

This text has color #A0B485 on white background.



Black color preview on #A0B485 background

This text has black color on #A0B485 background.


White color preview on #A0B485 background

This text has white color on #A0B485 background.