COLOR #A1B683

HEX: #A1B683 RGB: (161,182,131)

Color info

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

RGB color model

#A1B683 color RGB value is (161,182,131).

RGB: (161,182,131) (63%, 71%, 51%)

RGB channels and saturation

R 161 of 255 = 63%
G 182 of 255 = 71%
B 131 of 255 = 51%

161
182
131

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

Portions of RGB colors in percentages

R + G + B = 161 + 182 + 131 = 474 (100%)
R 161 of 474 ~ 33.97%
G 182 of 474 ~ 38.4%
B 131 of 474 ~ 27.64'%

%33.97
%38.4
%27.64

CMYK color model

#A1B683 color CMYK value is (12,0,28,29).

  • cyan value is 11.54%
  • magenta value is 0.00%
  • yellow value is 28.02%
  • key color value is 28.63%

CMYK: (12,0,28,29)
C12M0Y28K29 (12%, 0%, 28%, 29%)
(0.12 / 0.00 / 0.28 / 0.29)

CMYK percentages

%11.54
%0
%28.02
%28.63

Codes

Color #A1B683 in popluar color models

A1 B6 83
RGB 161 182 131
HSL 85° 25.89% 61.37%
HSB/HSV 85° 28.02% 71.37%
CMYK 11.54% 0.00% 28.02%
28.63%

Color #A1B683 in popluar number systems.

HEX A1 B6 83
Decimal 161 182 131
Binary 10100001 10110110 10000011
Octal 241 266 203

Shades and tints

Shades of #A1B683

#A1B683
(161,182,131)
#93A678
(147,166,120)
#85966D
(133,150,109)
#778662
(119,134,98)
#697657
(105,118,87)
#5B664C
(91,102,76)
#4D5641
(77,86,65)
#3F4636
(63,70,54)
#31362B
(49,54,43)
#232620
(35,38,32)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #A1B683

#A1B683
(161,182,131)
#A9BC8E
(169,188,142)
#B1C299
(177,194,153)
#B9C8A4
(185,200,164)
#C1CEAF
(193,206,175)
#C9D4BA
(201,212,186)
#D1DAC5
(209,218,197)
#D9E0D0
(217,224,208)
#E1E6DB
(225,230,219)
#E9ECE6
(233,236,230)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B683 color. Also use rgb(161,182,131) instead hex code.

Text Font Color

.myTextColor { color: #A1B683; }

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

This text font color is #A1B683.

Background Color

.myBgColor { background-color: #A1B683; }

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

This div background color is #A1B683.

Border color

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

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

This div border color is #A1B683.

Opacity

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

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

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

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

This text has shadow with #A1B683 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1B683.

Preview

Color preview on black background

This text has color #A1B683 on black background.


Color preview on white background

This text has color #A1B683 on white background.


Black color preview on #A1B683 background

This text has black color on #A1B683 background.


White color preview on #A1B683 background

This text has white color on #A1B683 background.


Related colors

Complementary color

Complementary color for #hex is #5E497C.


I love getcolorcode.com

Triadic colors

1 #83A1B6 and #B683A1 with #A1B683 are triadic colors.

2 #83B6A1 and #B6A183 with #A1B683 are triadic colors.