COLOR #A3B695

HEX: #A3B695 RGB: (163,182,149)

Color info

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

RGB color model

#A3B695 color RGB value is (163,182,149).

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

RGB channels and saturation

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

163
182
149

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

Portions of RGB colors in percentages

R + G + B = 163 + 182 + 149 = 494 (100%)
R 163 of 494 ~ 33%
G 182 of 494 ~ 36.84%
B 149 of 494 ~ 30.16'%

%33
%36.84
%30.16

CMYK color model

#A3B695 color CMYK value is (10,0,18,29).

  • cyan value is 10.44%
  • magenta value is 0.00%
  • yellow value is 18.13%
  • key color value is 28.63%
CMYK: (10,0,18,29) C10M0Y18K29 (10%,0%,18%,29%) (0.10/0.00/0.18/0.29) 

CMYK percentages

%10.44
%0
%18.13
%28.63

Codes

Color #A3B695 in popluar color models

A3 B6 95
RGB 163 182 149
HSL 95° 18.44% 64.90%
HSB/HSV 95° 18.13% 71.37%
CMYK 10.44% 0.00% 18.13%
28.63%

Color #A3B695 in popluar number systems.

HEX A3 B6 95
Decimal 163 182 149
Binary 10100011 10110110 10010101
Octal 243 266 225

Shades and tints

Shades of #A3B695

#A3B695
(163,182,149)
#95A688
(149,166,136)
#87967B
(135,150,123)
#79866E
(121,134,110)
#6B7661
(107,118,97)
#5D6654
(93,102,84)
#4F5647
(79,86,71)
#41463A
(65,70,58)
#33362D
(51,54,45)
#252620
(37,38,32)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #A3B695

#A3B695
(163,182,149)
#ABBC9E
(171,188,158)
#B3C2A7
(179,194,167)
#BBC8B0
(187,200,176)
#C3CEB9
(195,206,185)
#CBD4C2
(203,212,194)
#D3DACB
(211,218,203)
#DBE0D4
(219,224,212)
#E3E6DD
(227,230,221)
#EBECE6
(235,236,230)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B695; }

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

This text font color is #A3B695.

Background Color

.myBgColor { background-color: #A3B695; }

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

This div background color is #A3B695.

Border color

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

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

This div border color is #A3B695.

Opacity

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

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

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

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

This text has shadow with #A3B695 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3B695.

Preview

Color preview on black background

This text has color #A3B695 on black background.


Color preview on white background

This text has color #A3B695 on white background.


Black color preview on #A3B695 background

This text has black color on #A3B695 background.


White color preview on #A3B695 background

This text has white color on #A3B695 background.


Related colors

Complementary color

Complementary color for #hex is #5C496A.


I love getcolorcode.com

Triadic colors

1 #95A3B6 and #B695A3 with #A3B695 are triadic colors.

2 #95B6A3 and #B6A395 with #A3B695 are triadic colors.