COLOR #A3B493

HEX: #A3B493 RGB: (163,180,147)

Color info

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

RGB color model

#A3B493 color RGB value is (163,180,147).

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

RGB channels and saturation

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

163
180
147

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

Portions of RGB colors in percentages

R + G + B = 163 + 180 + 147 = 490 (100%)
R 163 of 490 ~ 33.27%
G 180 of 490 ~ 36.73%
B 147 of 490 ~ 30'%

%33.27
%36.73
%30

CMYK color model

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

  • cyan value is 9.44%
  • magenta value is 0.00%
  • yellow value is 18.33%
  • 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
%18.33
%29.41

Codes

Color #A3B493 in popluar color models

A3 B4 93
RGB 163 180 147
HSL 91° 18.03% 64.12%
HSB/HSV 91° 18.33% 70.59%
CMYK 9.44% 0.00% 18.33%
29.41%

Color #A3B493 in popluar number systems.

HEX A3 B4 93
Decimal 163 180 147
Binary 10100011 10110100 10010011
Octal 243 264 223

Shades and tints

Shades of #A3B493

#A3B493
(163,180,147)
#95A486
(149,164,134)
#879479
(135,148,121)
#79846C
(121,132,108)
#6B745F
(107,116,95)
#5D6452
(93,100,82)
#4F5445
(79,84,69)
#414438
(65,68,56)
#33342B
(51,52,43)
#25241E
(37,36,30)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #A3B493

#A3B493
(163,180,147)
#ABBA9C
(171,186,156)
#B3C0A5
(179,192,165)
#BBC6AE
(187,198,174)
#C3CCB7
(195,204,183)
#CBD2C0
(203,210,192)
#D3D8C9
(211,216,201)
#DBDED2
(219,222,210)
#E3E4DB
(227,228,219)
#EBEAE4
(235,234,228)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B493; }

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

This text font color is #A3B493.

Background Color

.myBgColor { background-color: #A3B493; }

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

This div background color is #A3B493.

Border color

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

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

This div border color is #A3B493.

Opacity

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

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

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

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

This text has shadow with #A3B493 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3B493.

Preview

Color preview on black background

This text has color #A3B493 on black background.


Color preview on white background

This text has color #A3B493 on white background.


Black color preview on #A3B493 background

This text has black color on #A3B493 background.


White color preview on #A3B493 background

This text has white color on #A3B493 background.


Related colors

Complementary color

Complementary color for #hex is #5C4B6C.


I love getcolorcode.com

Triadic colors

1 #93A3B4 and #B493A3 with #A3B493 are triadic colors.

2 #93B4A3 and #B4A393 with #A3B493 are triadic colors.