COLOR #A3B46E

HEX: #A3B46E
RGB: (163,180,110)

Color info

#A3B46E contains mainly red and green colors. Web safe color of #A3B46E is #99CC66 (or #9C6).

RGB color model

#A3B46E color RGB value is (163,180,110).

  • red value is 163;
  • green value is 180;
  • blue value is 110.
RGB:
(163,180,110)
(64%,71%,43%)

RGB channels and saturation

R 163 of 255 = 64%
G 180 of 255 = 71%
B 110 of 255 = 43%

163
180
110

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

Portions of RGB colors in percentages

R + G + B =
163 + 180 + 110 = 453 (100%)
R 163 of 453 ~ 35.98%
G 180 of 453 ~ 39.74%
B 110 of 453 ~ 24.28%

%35.98
%39.74
%24.28

CMYK color model

#A3B46E color CMYK value is (9,0,39,29).

  • cyan value is 9.44%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 29.41%
CMYK:
(9,0,39,29)
C9M0Y39K29 
(9%,0%,39%,29%)
(0.09/0.00/0.39/0.29)	

CMYK percentages

%9.44
%0
%38.89
%29.41

Codes

Color #A3B46E in popluar color models

A3B46E
RGB163180110
HSL75°31.82%56.86%
HSB/HSV75°38.89%70.59%
CMYK9.44%0.00%38.89%
29.41%

Color #A3B46E in popluar number systems.

HEXA3B46E
Decimal163180110
Binary10100011101101001101110
Octal243264156

Shades and tints

Shades of #A3B46E

#A3B46E
(163,180,110)
#95A464
(149,164,100)
#87945A
(135,148,90)
#798450
(121,132,80)
#6B7446
(107,116,70)
#5D643C
(93,100,60)
#4F5432
(79,84,50)
#414428
(65,68,40)
#33341E
(51,52,30)
#252414
(37,36,20)
#17140A
(23,20,10)
#000000
(0,0,0)

Tints of #A3B46E

#A3B46E
(163,180,110)
#ABBA7B
(171,186,123)
#B3C088
(179,192,136)
#BBC695
(187,198,149)
#C3CCA2
(195,204,162)
#CBD2AF
(203,210,175)
#D3D8BC
(211,216,188)
#DBDEC9
(219,222,201)
#E3E4D6
(227,228,214)
#EBEAE3
(235,234,227)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B46E color. Also use rgb(163,180,110) instead hex code.

Text Font Color

.myTextColor { color: #A3B46E; }

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

This text font color is #A3B46E.


Background Color

.myBgColor { background-color: #A3B46E; }

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

This div background color is #A3B46E.


Border color

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

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

This div border color is #A3B46E.


Opacity

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

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

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

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

This text has shadow with #A3B46E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B46E on black background.


Color preview on white background

This text has color #A3B46E on white background.



Black color preview on #A3B46E background

This text has black color on #A3B46E background.


White color preview on #A3B46E background

This text has white color on #A3B46E background.