COLOR #A1B795

HEX: #A1B795
RGB: (161,183,149)

Color info

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

RGB color model

#A1B795 color RGB value is (161,183,149).

  • red value is 161;
  • green value is 183;
  • blue value is 149.
RGB:
(161,183,149)
(63%,72%,58%)

RGB channels and saturation

R 161 of 255 = 63%
G 183 of 255 = 72%
B 149 of 255 = 58%

161
183
149

R + G + B ~ 64%. #A1B795 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 183 + 149 = 493 (100%)
R 161 of 493 ~ 32.66%
G 183 of 493 ~ 37.12%
B 149 of 493 ~ 30.22%

%32.66
%37.12
%30.22

CMYK color model

#A1B795 color CMYK value is (12,0,19,28).

  • cyan value is 12.02%
  • magenta value is 0.00%
  • yellow value is 18.58%
  • key color value is 28.24%
CMYK:
(12,0,19,28)
C12M0Y19K28 
(12%,0%,19%,28%)
(0.12/0.00/0.19/0.28)	

CMYK percentages

%12.02
%0
%18.58
%28.24

Codes

Color #A1B795 in popluar color models

A1B795
RGB161183149
HSL99°19.10%65.10%
HSB/HSV99°18.58%71.76%
CMYK12.02%0.00%18.58%
28.24%

Color #A1B795 in popluar number systems.

HEXA1B795
Decimal161183149
Binary101000011011011110010101
Octal241267225

Shades and tints

Shades of #A1B795

#A1B795
(161,183,149)
#93A788
(147,167,136)
#85977B
(133,151,123)
#77876E
(119,135,110)
#697761
(105,119,97)
#5B6754
(91,103,84)
#4D5747
(77,87,71)
#3F473A
(63,71,58)
#31372D
(49,55,45)
#232720
(35,39,32)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #A1B795

#A1B795
(161,183,149)
#A9BD9E
(169,189,158)
#B1C3A7
(177,195,167)
#B9C9B0
(185,201,176)
#C1CFB9
(193,207,185)
#C9D5C2
(201,213,194)
#D1DBCB
(209,219,203)
#D9E1D4
(217,225,212)
#E1E7DD
(225,231,221)
#E9EDE6
(233,237,230)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B795 color. Also use rgb(161,183,149) instead hex code.

Text Font Color

.myTextColor { color: #A1B795; }

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

This text font color is #A1B795.


Background Color

.myBgColor { background-color: #A1B795; }

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

This div background color is #A1B795.


Border color

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

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

This div border color is #A1B795.


Opacity

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

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

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

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

This text has shadow with #A1B795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B795 on black background.


Color preview on white background

This text has color #A1B795 on white background.



Black color preview on #A1B795 background

This text has black color on #A1B795 background.


White color preview on #A1B795 background

This text has white color on #A1B795 background.