#aba2aa color RGB value is (10, 186, 42).
#aba2aa hex color red value is 10, green value is 186, and blue value is 42.
Cylindrical-coordinate representations (HSL) of color #aba2aa
hue: 130.91,
saturation: 0.9 and lightness: 0.38.
The process color (four-color CMYK) of #aba2aa color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #aba2aa is #ff9999. Color #aba2aa contains mainly RED.
| Color spaces of #aba2aa | Value |
|---|---|
| RGB | 171, 162, 170 |
| HSL | 0.85, 0.05, 0.65 |
| HSV | 307°, 5°, 67° |
| XYZ | 36.97, 37.4, 43.29 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10101011 | 10100010 | 10101010 |
| Octal | 253 | 242 | 252 |
| Decimal | 171 | 162 | 170 |
| Hex | AB | A2 | AA |
Shades of #aba2aa
Tints of #aba2aa
.mybgColor {background-color: #aba2aa;}
.myforeColor {color: #aba2aa;}
.myborderColor {border:3px solid #aba2aa;}
<p style="color:#aba2aa">Text here</p>
This sample text is styled with the font color #aba2aa. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#aba2aa">Div content here</div>
<div style="border:3px solid #aba2aa">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(171, 162, 170, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #aba2aa; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #aba2aa;
-webkit-box-shadow: 1px 1px 3px #aba2aa;
box-shadow: 1px 1px 3px #aba2aa; }
<p style="text-shadow: 4px 4px 2px rgba(171, 162, 170, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #aba2aa;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #aba2aa;
-webkit-box-shadow: 1px 1px 3px #aba2aa;
box-shadow: 1px 1px 3px #aba2aa;">Div content here</div>
