HEX: #A799AB
RGB: (167,153,171)
#A799AB contains red, green and blue colors in about the same proportion. Web safe color of #A799AB is #999999 (or #999).
#A799AB color RGB value is (167,153,171).
RGB: (167,153,171)
(65%, 60%, 67%)
R 167 of 255 = 65%
G 153 of 255 = 60%
B 171 of 255 = 67%
R + G + B ~ 64%. #A799AB is quite light color.
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'%
#A799AB color CMYK value is (2,11,0,33).
CMYK: (2,11,0,33)
C2M11Y0K33 (2%, 11%, 0%, 33%)
(0.02 / 0.11 / 0.00 / 0.33)
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 of #A799AB
Tints of #A799AB
Examples of css and html codes for elements with #A799AB color. Also use rgb(167,153,171) instead hex code.
.myTextColor { color: #A799AB; }
<p style="color:#A799AB">This sample text font color is #A799AB.</p>
This text font color is #A799AB.
.myBgColor { background-color: #A799AB; }
<div style="background-color:#A799AB">Inner text</div>
This div background color is #A799AB.
.myBorderColor { border: 1px solid #A799AB; }
<div style="border:3px solid #A799AB">Div</div>
This div border color is #A799AB.
.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%.
.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.
/* 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 text has color #A799AB on black background.
This text has color #A799AB on white background.
This text has black color on #A799AB background.
This text has white color on #A799AB background.
Complementary color for #hex is #586654.