COLOR #A3B6AA

HEX: #A3B6AA RGB: (163,182,170)

Color info

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

RGB color model

#A3B6AA color RGB value is (163,182,170).

RGB: (163,182,170) (64%, 71%, 67%)

RGB channels and saturation

R 163 of 255 = 64%
G 182 of 255 = 71%
B 170 of 255 = 67%

163
182
170

R + G + B ~ 67%. #A3B6AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 182 + 170 = 515 (100%)
R 163 of 515 ~ 31.65%
G 182 of 515 ~ 35.34%
B 170 of 515 ~ 33.01'%

%31.65
%35.34
%33.01

CMYK color model

#A3B6AA color CMYK value is (10,0,7,29).

  • cyan value is 10.44%
  • magenta value is 0.00%
  • yellow value is 6.59%
  • key color value is 28.63%

CMYK: (10,0,7,29)
C10M0Y7K29 (10%, 0%, 7%, 29%)
(0.10 / 0.00 / 0.07 / 0.29)

CMYK percentages

%10.44
%0
%6.59
%28.63

Codes

Color #A3B6AA in popluar color models

A3 B6 AA
RGB 163 182 170
HSL 142° 11.52% 67.65%
HSB/HSV 142° 10.44% 71.37%
CMYK 10.44% 0.00% 6.59%
28.63%

Color #A3B6AA in popluar number systems.

HEX A3 B6 AA
Decimal 163 182 170
Binary 10100011 10110110 10101010
Octal 243 266 252

Shades and tints

Shades of #A3B6AA

#A3B6AA
(163,182,170)
#95A69B
(149,166,155)
#87968C
(135,150,140)
#79867D
(121,134,125)
#6B766E
(107,118,110)
#5D665F
(93,102,95)
#4F5650
(79,86,80)
#414641
(65,70,65)
#333632
(51,54,50)
#252623
(37,38,35)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #A3B6AA

#A3B6AA
(163,182,170)
#ABBCB1
(171,188,177)
#B3C2B8
(179,194,184)
#BBC8BF
(187,200,191)
#C3CEC6
(195,206,198)
#CBD4CD
(203,212,205)
#D3DAD4
(211,218,212)
#DBE0DB
(219,224,219)
#E3E6E2
(227,230,226)
#EBECE9
(235,236,233)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B6AA; }

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

This text font color is #A3B6AA.

Background Color

.myBgColor { background-color: #A3B6AA; }

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

This div background color is #A3B6AA.

Border color

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

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

This div border color is #A3B6AA.

Opacity

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

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

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

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

This text has shadow with #A3B6AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3B6AA.

Preview

Color preview on black background

This text has color #A3B6AA on black background.


Color preview on white background

This text has color #A3B6AA on white background.


Black color preview on #A3B6AA background

This text has black color on #A3B6AA background.


White color preview on #A3B6AA background

This text has white color on #A3B6AA background.


Related colors

Complementary color

Complementary color for #hex is #5C4955.


I love getcolorcode.com

Triadic colors

1 #AAA3B6 and #B6AAA3 with #A3B6AA are triadic colors.

2 #AAB6A3 and #B6A3AA with #A3B6AA are triadic colors.