COLOR #A1B367

HEX: #A1B367 RGB: (161,179,103)

Color info

#A1B367 contains mainly red and green colors. Web safe color of #A1B367 is #999966 (or #996).

RGB color model

#A1B367 color RGB value is (161,179,103).

RGB: (161,179,103) (63%, 70%, 40%)

RGB channels and saturation

R 161 of 255 = 63%
G 179 of 255 = 70%
B 103 of 255 = 40%

161
179
103

R + G + B ~ 58%. #A1B367 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 161 + 179 + 103 = 443 (100%)
R 161 of 443 ~ 36.34%
G 179 of 443 ~ 40.41%
B 103 of 443 ~ 23.25'%

%36.34
%40.41
%23.25

CMYK color model

#A1B367 color CMYK value is (10,0,42,30).

  • cyan value is 10.06%
  • magenta value is 0.00%
  • yellow value is 42.46%
  • key color value is 29.80%

CMYK: (10,0,42,30)
C10M0Y42K30 (10%, 0%, 42%, 30%)
(0.10 / 0.00 / 0.42 / 0.30)

CMYK percentages

%10.06
%0
%42.46
%29.8

Codes

Color #A1B367 in popluar color models

A1 B3 67
RGB 161 179 103
HSL 74° 33.33% 55.29%
HSB/HSV 74° 42.46% 70.20%
CMYK 10.06% 0.00% 42.46%
29.80%

Color #A1B367 in popluar number systems.

HEX A1 B3 67
Decimal 161 179 103
Binary 10100001 10110011 1100111
Octal 241 263 147

Shades and tints

Shades of #A1B367

#A1B367
(161,179,103)
#93A35E
(147,163,94)
#859355
(133,147,85)
#77834C
(119,131,76)
#697343
(105,115,67)
#5B633A
(91,99,58)
#4D5331
(77,83,49)
#3F4328
(63,67,40)
#31331F
(49,51,31)
#232316
(35,35,22)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #A1B367

#A1B367
(161,179,103)
#A9B974
(169,185,116)
#B1BF81
(177,191,129)
#B9C58E
(185,197,142)
#C1CB9B
(193,203,155)
#C9D1A8
(201,209,168)
#D1D7B5
(209,215,181)
#D9DDC2
(217,221,194)
#E1E3CF
(225,227,207)
#E9E9DC
(233,233,220)
#F1EFE9
(241,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B367; }

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

This text font color is #A1B367.

Background Color

.myBgColor { background-color: #A1B367; }

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

This div background color is #A1B367.

Border color

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

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

This div border color is #A1B367.

Opacity

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

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

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

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

This text has shadow with #A1B367 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1B367.

Preview

Color preview on black background

This text has color #A1B367 on black background.


Color preview on white background

This text has color #A1B367 on white background.


Black color preview on #A1B367 background

This text has black color on #A1B367 background.


White color preview on #A1B367 background

This text has white color on #A1B367 background.


Related colors

Complementary color

Complementary color for #hex is #5E4C98.


I love getcolorcode.com

Triadic colors

1 #67A1B3 and #B367A1 with #A1B367 are triadic colors.

2 #67B3A1 and #B3A167 with #A1B367 are triadic colors.