COLOR #A3B2AB

HEX: #A3B2AB RGB: (163,178,171)

Color info

#A3B2AB contains red, green and blue colors in about the same proportion. Web safe color of #A3B2AB is #999999 (or #999).

RGB color model

#A3B2AB color RGB value is (163,178,171).

RGB: (163,178,171) (64%, 70%, 67%)

RGB channels and saturation

R 163 of 255 = 64%
G 178 of 255 = 70%
B 171 of 255 = 67%

163
178
171

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

Portions of RGB colors in percentages

R + G + B = 163 + 178 + 171 = 512 (100%)
R 163 of 512 ~ 31.84%
G 178 of 512 ~ 34.77%
B 171 of 512 ~ 33.4'%

%31.84
%34.77
%33.4

CMYK color model

#A3B2AB color CMYK value is (8,0,4,30).

  • cyan value is 8.43%
  • magenta value is 0.00%
  • yellow value is 3.93%
  • key color value is 30.20%

CMYK: (8,0,4,30)
C8M0Y4K30 (8%, 0%, 4%, 30%)
(0.08 / 0.00 / 0.04 / 0.30)

CMYK percentages

%8.43
%0
%3.93
%30.2

Codes

Color #A3B2AB in popluar color models

A3 B2 AB
RGB 163 178 171
HSL 152° 8.88% 66.86%
HSB/HSV 152° 8.43% 69.80%
CMYK 8.43% 0.00% 3.93%
30.20%

Color #A3B2AB in popluar number systems.

HEX A3 B2 AB
Decimal 163 178 171
Binary 10100011 10110010 10101011
Octal 243 262 253

Shades and tints

Shades of #A3B2AB

#A3B2AB
(163,178,171)
#95A29C
(149,162,156)
#87928D
(135,146,141)
#79827E
(121,130,126)
#6B726F
(107,114,111)
#5D6260
(93,98,96)
#4F5251
(79,82,81)
#414242
(65,66,66)
#333233
(51,50,51)
#252224
(37,34,36)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #A3B2AB

#A3B2AB
(163,178,171)
#ABB9B2
(171,185,178)
#B3C0B9
(179,192,185)
#BBC7C0
(187,199,192)
#C3CEC7
(195,206,199)
#CBD5CE
(203,213,206)
#D3DCD5
(211,220,213)
#DBE3DC
(219,227,220)
#E3EAE3
(227,234,227)
#EBF1EA
(235,241,234)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B2AB color. Also use rgb(163,178,171) instead hex code.

Text Font Color

.myTextColor { color: #A3B2AB; }

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

This text font color is #A3B2AB.

Background Color

.myBgColor { background-color: #A3B2AB; }

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

This div background color is #A3B2AB.

Border color

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

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

This div border color is #A3B2AB.

Opacity

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

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

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

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

This text has shadow with #A3B2AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3B2AB.

Preview

Color preview on black background

This text has color #A3B2AB on black background.


Color preview on white background

This text has color #A3B2AB on white background.


Black color preview on #A3B2AB background

This text has black color on #A3B2AB background.


White color preview on #A3B2AB background

This text has white color on #A3B2AB background.


Related colors

Complementary color

Complementary color for #hex is #5C4D54.


I love getcolorcode.com

Triadic colors

1 #ABA3B2 and #B2ABA3 with #A3B2AB are triadic colors.

2 #ABB2A3 and #B2A3AB with #A3B2AB are triadic colors.