COLOR #A3B06A

HEX: #A3B06A
RGB: (163,176,106)

Color info

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

RGB color model

#A3B06A color RGB value is (163,176,106).

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

RGB channels and saturation

R 163 of 255 = 64%
G 176 of 255 = 69%
B 106 of 255 = 42%

163
176
106

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

Portions of RGB colors in percentages

R + G + B =
163 + 176 + 106 = 445 (100%)
R 163 of 445 ~ 36.63%
G 176 of 445 ~ 39.55%
B 106 of 445 ~ 23.82%

%36.63
%39.55
%23.82

CMYK color model

#A3B06A color CMYK value is (7,0,40,31).

  • cyan value is 7.39%
  • magenta value is 0.00%
  • yellow value is 39.77%
  • key color value is 30.98%
CMYK:
(7,0,40,31)
C7M0Y40K31 
(7%,0%,40%,31%)
(0.07/0.00/0.40/0.31)	

CMYK percentages

%7.39
%0
%39.77
%30.98

Codes

Color #A3B06A in popluar color models

A3B06A
RGB163176106
HSL71°30.70%55.29%
HSB/HSV71°39.77%69.02%
CMYK7.39%0.00%39.77%
30.98%

Color #A3B06A in popluar number systems.

HEXA3B06A
Decimal163176106
Binary10100011101100001101010
Octal243260152

Shades and tints

Shades of #A3B06A

#A3B06A
(163,176,106)
#95A061
(149,160,97)
#879058
(135,144,88)
#79804F
(121,128,79)
#6B7046
(107,112,70)
#5D603D
(93,96,61)
#4F5034
(79,80,52)
#41402B
(65,64,43)
#333022
(51,48,34)
#252019
(37,32,25)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #A3B06A

#A3B06A
(163,176,106)
#ABB777
(171,183,119)
#B3BE84
(179,190,132)
#BBC591
(187,197,145)
#C3CC9E
(195,204,158)
#CBD3AB
(203,211,171)
#D3DAB8
(211,218,184)
#DBE1C5
(219,225,197)
#E3E8D2
(227,232,210)
#EBEFDF
(235,239,223)
#F3F6EC
(243,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B06A; }

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

This text font color is #A3B06A.


Background Color

.myBgColor { background-color: #A3B06A; }

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

This div background color is #A3B06A.


Border color

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

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

This div border color is #A3B06A.


Opacity

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

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

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

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

This text has shadow with #A3B06A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B06A on black background.


Color preview on white background

This text has color #A3B06A on white background.



Black color preview on #A3B06A background

This text has black color on #A3B06A background.


White color preview on #A3B06A background

This text has white color on #A3B06A background.