COLOR #A3B495

HEX: #A3B495 RGB: (163,180,149)

Color info

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

RGB color model

#A3B495 color RGB value is (163,180,149).

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

RGB channels and saturation

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

163
180
149

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

Portions of RGB colors in percentages

R + G + B = 163 + 180 + 149 = 492 (100%)
R 163 of 492 ~ 33.13%
G 180 of 492 ~ 36.59%
B 149 of 492 ~ 30.28'%

%33.13
%36.59
%30.28

CMYK color model

#A3B495 color CMYK value is (9,0,17,29).

  • cyan value is 9.44%
  • magenta value is 0.00%
  • yellow value is 17.22%
  • key color value is 29.41%

CMYK: (9,0,17,29)
C9M0Y17K29 (9%, 0%, 17%, 29%)
(0.09 / 0.00 / 0.17 / 0.29)

CMYK percentages

%9.44
%0
%17.22
%29.41

Codes

Color #A3B495 in popluar color models

A3 B4 95
RGB 163 180 149
HSL 93° 17.13% 64.51%
HSB/HSV 93° 17.22% 70.59%
CMYK 9.44% 0.00% 17.22%
29.41%

Color #A3B495 in popluar number systems.

HEX A3 B4 95
Decimal 163 180 149
Binary 10100011 10110100 10010101
Octal 243 264 225

Shades and tints

Shades of #A3B495

#A3B495
(163,180,149)
#95A488
(149,164,136)
#87947B
(135,148,123)
#79846E
(121,132,110)
#6B7461
(107,116,97)
#5D6454
(93,100,84)
#4F5447
(79,84,71)
#41443A
(65,68,58)
#33342D
(51,52,45)
#252420
(37,36,32)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #A3B495

#A3B495
(163,180,149)
#ABBA9E
(171,186,158)
#B3C0A7
(179,192,167)
#BBC6B0
(187,198,176)
#C3CCB9
(195,204,185)
#CBD2C2
(203,210,194)
#D3D8CB
(211,216,203)
#DBDED4
(219,222,212)
#E3E4DD
(227,228,221)
#EBEAE6
(235,234,230)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B495; }

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

This text font color is #A3B495.

Background Color

.myBgColor { background-color: #A3B495; }

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

This div background color is #A3B495.

Border color

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

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

This div border color is #A3B495.

Opacity

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

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

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

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

This text has shadow with #A3B495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3B495.

Preview

Color preview on black background

This text has color #A3B495 on black background.


Color preview on white background

This text has color #A3B495 on white background.


Black color preview on #A3B495 background

This text has black color on #A3B495 background.


White color preview on #A3B495 background

This text has white color on #A3B495 background.


Related colors

Complementary color

Complementary color for #hex is #5C4B6A.


I love getcolorcode.com

Triadic colors

1 #95A3B4 and #B495A3 with #A3B495 are triadic colors.

2 #95B4A3 and #B4A395 with #A3B495 are triadic colors.