HEX: #A5B2AA
RGB: (165,178,170)
#A5B2AA contains red, green and blue colors in about the same proportion. Web safe color of #A5B2AA is #999999 (or #999).
#A5B2AA color RGB value is (165,178,170).
RGB: (165,178,170)
(65%, 70%, 67%)
R 165 of 255 = 65%
G 178 of 255 = 70%
B 170 of 255 = 67%
R + G + B ~ 67%. #A5B2AA is quite light color.
R + G + B = 165 + 178 + 170 = 513 (100%)
R 165 of 513 ~ 32.16%
G 178 of 513 ~ 34.7%
B 170 of 513 ~ 33.14'%
#A5B2AA color CMYK value is (7,0,4,30).
CMYK: (7,0,4,30)
C7M0Y4K30 (7%, 0%, 4%, 30%)
(0.07 / 0.00 / 0.04 / 0.30)
Color #A5B2AA in popluar color models
A5 | B2 | AA | |
---|---|---|---|
RGB | 165 | 178 | 170 |
HSL | 143° | 7.78% | 67.25% |
HSB/HSV | 143° | 7.30% | 69.80% |
CMYK | 7.30% | 0.00% | 4.49% |
30.20% |
Color #A5B2AA in popluar number systems.
HEX | A5 | B2 | AA |
Decimal | 165 | 178 | 170 |
Binary | 10100101 | 10110010 | 10101010 |
Octal | 245 | 262 | 252 |
Shades of #A5B2AA
Tints of #A5B2AA
Examples of css and html codes for elements with #A5B2AA color. Also use rgb(165,178,170) instead hex code.
.myTextColor { color: #A5B2AA; }
<p style="color:#A5B2AA">This sample text font color is #A5B2AA.</p>
This text font color is #A5B2AA.
.myBgColor { background-color: #A5B2AA; }
<div style="background-color:#A5B2AA">Inner text</div>
This div background color is #A5B2AA.
.myBorderColor { border: 1px solid #A5B2AA; }
<div style="border:3px solid #A5B2AA">Div</div>
This div border color is #A5B2AA.
.myOpacity80 { color: #A5B2AA; opacity: 0.8; }
<p style="color:#A5B2AA;opacity:0.8;">80%</p>
Text with #A5B2AA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5B2AA;}
<p style="text-shadow: 3px 3px 1px #A5B2AA">Text here.</p>
This text has shadow with #A5B2AA color.
.textShadow {text-shadow: 3px 3px 1px #A5B2AA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5B2AA, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5B2AA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5B2AA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5B2AA, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5B2AA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5B2AA;
-webkit-box-shadow: 1px 1px 3px 2px #A5B2AA;
box-shadow: 1px 1px 3px 2px #A5B2AA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5B2AA; -webkit-box-shadow: 1px 1px 3px 2px #A5B2AA; box-shadow:1px 1px 3px 2px #A5B2AA;">
Div content here
</div>
This text has color #A5B2AA on black background.
This text has color #A5B2AA on white background.
This text has black color on #A5B2AA background.
This text has white color on #A5B2AA background.
Complementary color for #hex is #5A4D55.