COLOR #A3B494

HEX: #A3B494 RGB: (163,180,148)

Color info

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

RGB color model

#A3B494 color RGB value is (163,180,148).

RGB: (163,180,148) (64%, 71%, 58%)

RGB channels and saturation

R 163 of 255 = 64%
G 180 of 255 = 71%
B 148 of 255 = 58%

163
180
148

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

Portions of RGB colors in percentages

R + G + B = 163 + 180 + 148 = 491 (100%)
R 163 of 491 ~ 33.2%
G 180 of 491 ~ 36.66%
B 148 of 491 ~ 30.14'%

%33.2
%36.66
%30.14

CMYK color model

#A3B494 color CMYK value is (9,0,18,29).

  • cyan value is 9.44%
  • magenta value is 0.00%
  • yellow value is 17.78%
  • key color value is 29.41%
CMYK: (9,0,18,29) C9M0Y18K29 (9%,0%,18%,29%) (0.09/0.00/0.18/0.29) 

CMYK percentages

%9.44
%0
%17.78
%29.41

Codes

Color #A3B494 in popluar color models

A3 B4 94
RGB 163 180 148
HSL 92° 17.58% 64.31%
HSB/HSV 92° 17.78% 70.59%
CMYK 9.44% 0.00% 17.78%
29.41%

Color #A3B494 in popluar number systems.

HEX A3 B4 94
Decimal 163 180 148
Binary 10100011 10110100 10010100
Octal 243 264 224

Shades and tints

Shades of #A3B494

#A3B494
(163,180,148)
#95A487
(149,164,135)
#87947A
(135,148,122)
#79846D
(121,132,109)
#6B7460
(107,116,96)
#5D6453
(93,100,83)
#4F5446
(79,84,70)
#414439
(65,68,57)
#33342C
(51,52,44)
#25241F
(37,36,31)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #A3B494

#A3B494
(163,180,148)
#ABBA9D
(171,186,157)
#B3C0A6
(179,192,166)
#BBC6AF
(187,198,175)
#C3CCB8
(195,204,184)
#CBD2C1
(203,210,193)
#D3D8CA
(211,216,202)
#DBDED3
(219,222,211)
#E3E4DC
(227,228,220)
#EBEAE5
(235,234,229)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B494; }

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

This text font color is #A3B494.

Background Color

.myBgColor { background-color: #A3B494; }

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

This div background color is #A3B494.

Border color

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

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

This div border color is #A3B494.

Opacity

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

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

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

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

This text has shadow with #A3B494 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3B494.

Preview

Color preview on black background

This text has color #A3B494 on black background.


Color preview on white background

This text has color #A3B494 on white background.


Black color preview on #A3B494 background

This text has black color on #A3B494 background.


White color preview on #A3B494 background

This text has white color on #A3B494 background.


Related colors

Complementary color

Complementary color for #hex is #5C4B6B.


I love getcolorcode.com

Triadic colors

1 #94A3B4 and #B494A3 with #A3B494 are triadic colors.

2 #94B4A3 and #B4A394 with #A3B494 are triadic colors.