COLOR #A1B385

HEX: #A1B385
RGB: (161,179,133)

Color info

#A1B385 contains red, green and blue colors in about the same proportion. Web safe color of #A1B385 is #999999 (or #999).

RGB color model

#A1B385 color RGB value is (161,179,133).

  • red value is 161;
  • green value is 179;
  • blue value is 133.
RGB:
(161,179,133)
(63%,70%,52%)

RGB channels and saturation

R 161 of 255 = 63%
G 179 of 255 = 70%
B 133 of 255 = 52%

161
179
133

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

Portions of RGB colors in percentages

R + G + B =
161 + 179 + 133 = 473 (100%)
R 161 of 473 ~ 34.04%
G 179 of 473 ~ 37.84%
B 133 of 473 ~ 28.12%

%34.04
%37.84
%28.12

CMYK color model

#A1B385 color CMYK value is (10,0,26,30).

  • cyan value is 10.06%
  • magenta value is 0.00%
  • yellow value is 25.70%
  • key color value is 29.80%
CMYK:
(10,0,26,30)
C10M0Y26K30 
(10%,0%,26%,30%)
(0.10/0.00/0.26/0.30)	

CMYK percentages

%10.06
%0
%25.7
%29.8

Codes

Color #A1B385 in popluar color models

A1B385
RGB161179133
HSL83°23.23%61.18%
HSB/HSV83°25.70%70.20%
CMYK10.06%0.00%25.70%
29.80%

Color #A1B385 in popluar number systems.

HEXA1B385
Decimal161179133
Binary101000011011001110000101
Octal241263205

Shades and tints

Shades of #A1B385

#A1B385
(161,179,133)
#93A379
(147,163,121)
#85936D
(133,147,109)
#778361
(119,131,97)
#697355
(105,115,85)
#5B6349
(91,99,73)
#4D533D
(77,83,61)
#3F4331
(63,67,49)
#313325
(49,51,37)
#232319
(35,35,25)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #A1B385

#A1B385
(161,179,133)
#A9B990
(169,185,144)
#B1BF9B
(177,191,155)
#B9C5A6
(185,197,166)
#C1CBB1
(193,203,177)
#C9D1BC
(201,209,188)
#D1D7C7
(209,215,199)
#D9DDD2
(217,221,210)
#E1E3DD
(225,227,221)
#E9E9E8
(233,233,232)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B385 color. Also use rgb(161,179,133) instead hex code.

Text Font Color

.myTextColor { color: #A1B385; }

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

This text font color is #A1B385.


Background Color

.myBgColor { background-color: #A1B385; }

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

This div background color is #A1B385.


Border color

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

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

This div border color is #A1B385.


Opacity

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

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

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

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

This text has shadow with #A1B385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B385 on black background.


Color preview on white background

This text has color #A1B385 on white background.



Black color preview on #A1B385 background

This text has black color on #A1B385 background.


White color preview on #A1B385 background

This text has white color on #A1B385 background.