COLOR #A3B4AA

HEX: #A3B4AA RGB: (163,180,170)

Color info

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

RGB color model

#A3B4AA color RGB value is (163,180,170).

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

RGB channels and saturation

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

163
180
170

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

Portions of RGB colors in percentages

R + G + B = 163 + 180 + 170 = 513 (100%)
R 163 of 513 ~ 31.77%
G 180 of 513 ~ 35.09%
B 170 of 513 ~ 33.14'%

%31.77
%35.09
%33.14

CMYK color model

#A3B4AA color CMYK value is (9,0,6,29).

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

CMYK: (9,0,6,29)
C9M0Y6K29 (9%, 0%, 6%, 29%)
(0.09 / 0.00 / 0.06 / 0.29)

CMYK percentages

%9.44
%0
%5.56
%29.41

Codes

Color #A3B4AA in popluar color models

A3 B4 AA
RGB 163 180 170
HSL 145° 10.18% 67.25%
HSB/HSV 145° 9.44% 70.59%
CMYK 9.44% 0.00% 5.56%
29.41%

Color #A3B4AA in popluar number systems.

HEX A3 B4 AA
Decimal 163 180 170
Binary 10100011 10110100 10101010
Octal 243 264 252

Shades and tints

Shades of #A3B4AA

#A3B4AA
(163,180,170)
#95A49B
(149,164,155)
#87948C
(135,148,140)
#79847D
(121,132,125)
#6B746E
(107,116,110)
#5D645F
(93,100,95)
#4F5450
(79,84,80)
#414441
(65,68,65)
#333432
(51,52,50)
#252423
(37,36,35)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #A3B4AA

#A3B4AA
(163,180,170)
#ABBAB1
(171,186,177)
#B3C0B8
(179,192,184)
#BBC6BF
(187,198,191)
#C3CCC6
(195,204,198)
#CBD2CD
(203,210,205)
#D3D8D4
(211,216,212)
#DBDEDB
(219,222,219)
#E3E4E2
(227,228,226)
#EBEAE9
(235,234,233)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B4AA; }

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

This text font color is #A3B4AA.

Background Color

.myBgColor { background-color: #A3B4AA; }

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

This div background color is #A3B4AA.

Border color

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

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

This div border color is #A3B4AA.

Opacity

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

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

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

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

This text has shadow with #A3B4AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3B4AA.

Preview

Color preview on black background

This text has color #A3B4AA on black background.


Color preview on white background

This text has color #A3B4AA on white background.


Black color preview on #A3B4AA background

This text has black color on #A3B4AA background.


White color preview on #A3B4AA background

This text has white color on #A3B4AA background.


Related colors

Complementary color

Complementary color for #hex is #5C4B55.


I love getcolorcode.com

Triadic colors

1 #AAA3B4 and #B4AAA3 with #A3B4AA are triadic colors.

2 #AAB4A3 and #B4A3AA with #A3B4AA are triadic colors.