Shades of Tower Grey #A3ABA6
Tints of Tower Grey #A3ABA6
RGB
CMYK
RGB Variations
Color information
#A3ABA6 (or 0xA3ABA6) is known color: Tower Grey. HEX triplet: A3, AB and A6. RGB value is (163,171,166). Sum of RGB (Red+Green+Blue) = 163+171+166=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 171 - color contains mainly: green. Hex color #A3ABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3ABA6 is #5C5459. Grayscale: #A8A8A8. Windows color (decimal): -6050906 or 10922915. OLE color: 10922915.
HSL color Cylindrical-coordinate representation of color #A3ABA6: hue angle of 142.5º degrees, saturation: 0.05, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A3ABA6 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 171 | 166 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.33 |
| HSL | 142.5º | 0.05% | 0.65% | - |
| HSV(B) | 142.5º | 0.05% | 0.67% | - |
| XYZ | 36.55 | 39.67 | 41.81 | - |
| YUV | 168.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 171 | 166 | 0.05 | 0 | 0.03 | 0.33 | 142.5 | 0.05 | 0.65 |
| Hex | A3 | AB | A6 | 5 | 0 | 3 | 21 | 8E | 5 | 41 |
| Octal | 243 | 253 | 246 | 5 | 0 | 3 | 41 | 216 | 5 | 101 |
| Binary | 10100011 | 10101011 | 10100110 | 101 | 0 | 11 | 100001 | 10001110 | 101 | 1000001 |
Color Harmonies of #A3ABA6
Complementary color
Monochromatic Colors of #A3ABA6
Black with #A3ABA6
Text Example
Text Example
White with #A3ABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ABA6; }
p { color: rgb(163,171,166); }
H1.HeaderClassName
{
color: #A3ABA6;
}
.AnyTagClassName
{
color: #A3ABA6;
}
</style>
background-color css
<style>
a { background-color: #A3ABA6; }
a { background-color: rgb(163,171,166); }
div.DivClassName
{
background-color: #A3ABA6;
}
.BgClassName
{
background-color: #A3ABA6;
}
</style>
border-color css
<style>
span { border-color: #A3ABA6; }
span { border-color: rgb(163,171,166); }
td.TdClassName
{
border-color: #A3ABA6;
}
.TagClassName
{
border-color: #A3ABA6;
}
</style>