COLOR #A3B081

HEX: #A3B081
RGB: (163,176,129)

Color info

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

RGB color model

#A3B081 color RGB value is (163,176,129).

  • red value is 163;
  • green value is 176;
  • blue value is 129.
RGB:
(163,176,129)
(64%,69%,51%)

RGB channels and saturation

R 163 of 255 = 64%
G 176 of 255 = 69%
B 129 of 255 = 51%

163
176
129

R + G + B ~ 61%. #A3B081 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 176 + 129 = 468 (100%)
R 163 of 468 ~ 34.83%
G 176 of 468 ~ 37.61%
B 129 of 468 ~ 27.56%

%34.83
%37.61
%27.56

CMYK color model

#A3B081 color CMYK value is (7,0,27,31).

  • cyan value is 7.39%
  • magenta value is 0.00%
  • yellow value is 26.70%
  • key color value is 30.98%
CMYK:
(7,0,27,31)
C7M0Y27K31 
(7%,0%,27%,31%)
(0.07/0.00/0.27/0.31)	

CMYK percentages

%7.39
%0
%26.7
%30.98

Codes

Color #A3B081 in popluar color models

A3B081
RGB163176129
HSL77°22.93%59.80%
HSB/HSV77°26.70%69.02%
CMYK7.39%0.00%26.70%
30.98%

Color #A3B081 in popluar number systems.

HEXA3B081
Decimal163176129
Binary101000111011000010000001
Octal243260201

Shades and tints

Shades of #A3B081

#A3B081
(163,176,129)
#95A076
(149,160,118)
#87906B
(135,144,107)
#798060
(121,128,96)
#6B7055
(107,112,85)
#5D604A
(93,96,74)
#4F503F
(79,80,63)
#414034
(65,64,52)
#333029
(51,48,41)
#25201E
(37,32,30)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #A3B081

#A3B081
(163,176,129)
#ABB78C
(171,183,140)
#B3BE97
(179,190,151)
#BBC5A2
(187,197,162)
#C3CCAD
(195,204,173)
#CBD3B8
(203,211,184)
#D3DAC3
(211,218,195)
#DBE1CE
(219,225,206)
#E3E8D9
(227,232,217)
#EBEFE4
(235,239,228)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B081 color. Also use rgb(163,176,129) instead hex code.

Text Font Color

.myTextColor { color: #A3B081; }

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

This text font color is #A3B081.


Background Color

.myBgColor { background-color: #A3B081; }

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

This div background color is #A3B081.


Border color

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

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

This div border color is #A3B081.


Opacity

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

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

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

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

This text has shadow with #A3B081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B081 on black background.


Color preview on white background

This text has color #A3B081 on white background.



Black color preview on #A3B081 background

This text has black color on #A3B081 background.


White color preview on #A3B081 background

This text has white color on #A3B081 background.