COLOR #A799AB

HEX: #A799AB RGB: (167,153,171)

Color info

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

RGB color model

#A799AB color RGB value is (167,153,171).

RGB: (167,153,171) (65%, 60%, 67%)

RGB channels and saturation

R 167 of 255 = 65%
G 153 of 255 = 60%
B 171 of 255 = 67%

167
153
171

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

Portions of RGB colors in percentages

R + G + B = 167 + 153 + 171 = 491 (100%)
R 167 of 491 ~ 34.01%
G 153 of 491 ~ 31.16%
B 171 of 491 ~ 34.83'%

%34.01
%31.16
%34.83

CMYK color model

#A799AB color CMYK value is (2,11,0,33).

  • cyan value is 2.34%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (2,11,0,33)
C2M11Y0K33 (2%, 11%, 0%, 33%)
(0.02 / 0.11 / 0.00 / 0.33)

CMYK percentages

%2.34
%10.53
%0
%32.94

Codes

Color #A799AB in popluar color models

A7 99 AB
RGB 167 153 171
HSL 287° 9.68% 63.53%
HSB/HSV 287° 10.53% 67.06%
CMYK 2.34% 10.53% 0.00%
32.94%

Color #A799AB in popluar number systems.

HEX A7 99 AB
Decimal 167 153 171
Binary 10100111 10011001 10101011
Octal 247 231 253

Shades and tints

Shades of #A799AB

#A799AB
(167,153,171)
#988C9C
(152,140,156)
#897F8D
(137,127,141)
#7A727E
(122,114,126)
#6B656F
(107,101,111)
#5C5860
(92,88,96)
#4D4B51
(77,75,81)
#3E3E42
(62,62,66)
#2F3133
(47,49,51)
#202424
(32,36,36)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #A799AB

#A799AB
(167,153,171)
#AFA2B2
(175,162,178)
#B7ABB9
(183,171,185)
#BFB4C0
(191,180,192)
#C7BDC7
(199,189,199)
#CFC6CE
(207,198,206)
#D7CFD5
(215,207,213)
#DFD8DC
(223,216,220)
#E7E1E3
(231,225,227)
#EFEAEA
(239,234,234)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A799AB color. Also use rgb(167,153,171) instead hex code.

Text Font Color

.myTextColor { color: #A799AB; }

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

This text font color is #A799AB.

Background Color

.myBgColor { background-color: #A799AB; }

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

This div background color is #A799AB.

Border color

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

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

This div border color is #A799AB.

Opacity

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

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

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

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

This text has shadow with #A799AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A799AB.

Preview

Color preview on black background

This text has color #A799AB on black background.


Color preview on white background

This text has color #A799AB on white background.


Black color preview on #A799AB background

This text has black color on #A799AB background.


White color preview on #A799AB background

This text has white color on #A799AB background.


Related colors

Complementary color

Complementary color for #hex is #586654.


I love getcolorcode.com

Triadic colors

1 #ABA799 and #99ABA7 with #A799AB are triadic colors.

2 #AB99A7 and #99A7AB with #A799AB are triadic colors.