COLOR #A1AFB4

HEX: #A1AFB4 RGB: (161,175,180)

Color info

#A1AFB4 contains red, green and blue colors in about the same proportion. Web safe color of #A1AFB4 is #9999CC (or #99C).

RGB color model

#A1AFB4 color RGB value is (161,175,180).

RGB: (161,175,180) (63%, 69%, 71%)

RGB channels and saturation

R 161 of 255 = 63%
G 175 of 255 = 69%
B 180 of 255 = 71%

161
175
180

R + G + B ~ 68%. #A1AFB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 175 + 180 = 516 (100%)
R 161 of 516 ~ 31.2%
G 175 of 516 ~ 33.91%
B 180 of 516 ~ 34.88'%

%31.2
%33.91
%34.88

CMYK color model

#A1AFB4 color CMYK value is (11,3,0,29).

  • cyan value is 10.56%
  • magenta value is 2.78%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (11,3,0,29)
C11M3Y0K29 (11%, 3%, 0%, 29%)
(0.11 / 0.03 / 0.00 / 0.29)

CMYK percentages

%10.56
%2.78
%0
%29.41

Codes

Color #A1AFB4 in popluar color models

A1 AF B4
RGB 161 175 180
HSL 196° 11.24% 66.86%
HSB/HSV 196° 10.56% 70.59%
CMYK 10.56% 2.78% 0.00%
29.41%

Color #A1AFB4 in popluar number systems.

HEX A1 AF B4
Decimal 161 175 180
Binary 10100001 10101111 10110100
Octal 241 257 264

Shades and tints

Shades of #A1AFB4

#A1AFB4
(161,175,180)
#93A0A4
(147,160,164)
#859194
(133,145,148)
#778284
(119,130,132)
#697374
(105,115,116)
#5B6464
(91,100,100)
#4D5554
(77,85,84)
#3F4644
(63,70,68)
#313734
(49,55,52)
#232824
(35,40,36)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #A1AFB4

#A1AFB4
(161,175,180)
#A9B6BA
(169,182,186)
#B1BDC0
(177,189,192)
#B9C4C6
(185,196,198)
#C1CBCC
(193,203,204)
#C9D2D2
(201,210,210)
#D1D9D8
(209,217,216)
#D9E0DE
(217,224,222)
#E1E7E4
(225,231,228)
#E9EEEA
(233,238,234)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1AFB4 color. Also use rgb(161,175,180) instead hex code.

Text Font Color

.myTextColor { color: #A1AFB4; }

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

This text font color is #A1AFB4.

Background Color

.myBgColor { background-color: #A1AFB4; }

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

This div background color is #A1AFB4.

Border color

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

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

This div border color is #A1AFB4.

Opacity

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

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

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

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

This text has shadow with #A1AFB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1AFB4.

Preview

Color preview on black background

This text has color #A1AFB4 on black background.


Color preview on white background

This text has color #A1AFB4 on white background.


Black color preview on #A1AFB4 background

This text has black color on #A1AFB4 background.


White color preview on #A1AFB4 background

This text has white color on #A1AFB4 background.


Related colors

Complementary color

Complementary color for #hex is #5E504B.


I love getcolorcode.com

Triadic colors

1 #B4A1AF and #AFB4A1 with #A1AFB4 are triadic colors.

2 #B4AFA1 and #AFA1B4 with #A1AFB4 are triadic colors.